-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new File SDK from FLIR #5
Comments
@rsnk96 check this out |
Hi @SReich-EMI Apologies for the delayed response on this, it's been a while. I am unable to find any details about the licensing of the Flir Science SDK, do you know if it can be used in other Open Source projects? If yes, then we can definitely try to integrate, seeing that it would help cover a broader spectrum of FLIR formats Also, a heads up on where this project is heading - we've recently managed to integrate decoding and analysis of other Thermal formats like the DJI-format (used by DJI Thermal Analysis tool). Additionally, the current master branch of the repo would only work on FLIR-tiff-encoded-thermal-images. Hence, it would not work on data from cameras on the likes of FLIR T640, etc which use FLIR-png-encoded-thermal-images. This is also something that we have addressed, and will be adding back to this version of the repository soon! 😃 |
Hi, Computer Software License Agreement for FLIR Systems, Inc. NOTICE TO USER: This is a Contract. FLIR is willing to license the Software identified as FLIR Science File SDK to You only on the condition that You accept all of the terms and conditions contained in this License Agreement. Please read the terms and conditions carefully before installing or using the software. By installing or using the software, You are indicating Your acceptance of this Agreement. If You do not agree to the terms of this Agreement, FLIR is unwilling to license the software to You. In that event, You should not install or use the Software.
Some states may not allow the above exclusion or limitation of warranties, remedies or damages, so the above exclusions or limitations may not apply to You. This warranty gives You specific legal rights. You may have other rights which vary from state to state or province to province. For further warranty information, contact FLIR.
|
Seems mostly alright, except that every user would have to download a copy of the library individually by themselves Thanks for sharing this @SReich-EMI , it'll definitely help expand the compatibility with different FLIR formats. We'll evaluate integrating this and get back on the same. Do also share your thoughts on the new UI when it's out. Closing this issue for now, we can reopen it when the integration is evaluated. |
Hey @SReich-EMI Do give the new UI a shot, let us know your thoughts! |
Hey, |
Hi,
there is a new File-SDK from FLIR which directly supports Python. It is available from the FLIR download page or here in GitHub under:
https://github.com/gcathelain/thermalcognition/tree/master/FLIR%20Science%20File%20SDK
Is there an interest for this project to switch to the file-SDK? I transvered my own code basing on this project with the new SDK and it is much faster than the split_by_marker!
I maybe couldd helpt with coding.
The text was updated successfully, but these errors were encountered: