LJMUAstroecology / flirpy

Python library to interact with FLIR camera cores
Other
191 stars 54 forks source link

Question about the generalization of this code #31

Closed ljc19800331 closed 3 years ago

ljc19800331 commented 3 years ago

Hello. Is this code adaptive to the FLIR E8-XT thermal camera? It seems this code is only adapted to a certain camera (maybe I am wrong). Is there any example code that can show to be used in a more general FLIR thermal camera? Thanks.

jveitchmichaelis commented 3 years ago

No, sorry. This library is only for FLIR's camera cores. If the FLIR E8-XT has an API or libary then I would welcome pull requests, but I can only support cameras I have access to/have an accessible API.

You can look at FLIR's Atlas SDK for E8 support I think: https://www.flir.com/support-center/Instruments/which-flir-cameras-are-supported-by-the-atlas-sdk/

There is support in Atlas for camera control, but as far as I can tell it's only for .NET. I've not looked at the Python library (for File IO) but that may be integrated in the future.

Sorry I can't offer more help here!