-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi! I am a student who needs to do a project with flir TAU 2 to detect temperature in python.
I am wondering if is there any possible to use libflir to do with TAU 2?
And, is there any actual examples or reference code(even very simple) that can directly run on the PC?
I think I really need some simple codes (I am a beginner) and I can learn by the code or revise the code to do my actual work.
I have read the code of libflir but I still did not know how to command what I want (like detect temperature) or even to communicate with flir.(although I have read the flir reference book and know what bytes I should input)
I just know about a little like I need to use pyserial to communicate with my flir port and then read the port and write,etc..
So, I think it will be very helpful to have some learning examples to help understanding.
BTW, I have searched for lots of code related to Flir but I cannot find any simple codes that can run directly(I mean like a basic guide book, and sometimes even it has simple codes in it to help learning),
so this is really tough for beginner like me.
Thanks!