nimble00 / PTGREY-cameras-with-python

These files explain how to use 'ptgrey' cameras with python. I felt the need to make this because there is not even an introductory code (to take a picture using ptgrey cameras) available on internet. take_a_photo.py is the basic code people usually need but I have added links to a few possibly helpful websites.
61 stars 19 forks source link

Will this code work for other FLIR IR camera models ? #4

Closed jubin13 closed 4 years ago

jubin13 commented 5 years ago

I have FLIR c2 and looking convert .jpg files to numpy array to text files. Is there any possibility this code will work.

nimble00 commented 4 years ago

yes, it will! Checkout the take_a_photo.py file.