How can I control FLIR camera (tau 2.4) by using Python?

  • Context: Python 
  • Thread starter Thread starter Nate Duong
  • Start date Start date
  • Tags Tags
    Camera Control Python
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Nate Duong
Messages
125
Reaction score
4
Dear Forum,

I am trying to use Python to control FLIR camera (tau 2.4) but I do not know there is possible or not?

I say that because I see when I connect IR camera to the computer using USB, it shows COM port in the Device Manager and I've seen python possible to work with COM port through Pyserial, such as GPS, Arduino...

Anyone who has been working on this project before, please give me some advise!

Thank you very much.

 
Physics news on Phys.org
Nate Duong said:
Dear Forum,

I am trying to use Python to control FLIR camera (tau 2.4) but I do not know there is possible or not?

I say that because I see when I connect IR camera to the computer using USB, it shows COM port in the Device Manager and I've seen python possible to work with COM port through Pyserial, such as GPS, Arduino...

Anyone who has been working on this project before, please give me some advise!

Thank you very much.
As Dr. C suggests, start by looking at the manual for the camera, specifically the section on Remote Control What baud rate does it expect? Can you open up a HyperTerminal window using that Com port (with all the settings correct), and type commands to get the camera to do what you want? Once you can test out commands with the HyperTerminal session, you should be able to code up what you want in Python.