I have a problem that I would like to solve, and was hoping I could find some help here.
I'd like to be able to use a thermal camera to measure the temperature of several (2 - 10) points on a printed circuit board, and read these temperatures from a Python program in something approximating real time, i.e. a second or two delay would be ok. In a perfect world, I would also be able to command the camera to take a picture from the same program as well, and store it.
Right now, I have a FLIR T420, and ideally I would like to use this camera to do this, but I would consider one of the cheap solutions with an added lens, if it is more likely to be successful.
The purpose of this is to monitor the temperature of several components in a power converter over time. My program already runs a power supply, electronic load, and an Agilent data acquisition system, and takes data. I would like to add the capability to measure several temperatures in addition to voltages and currents.
Please note that I am not a good programmer and will never be one, but I can do a little bit of Python and Octave/MATLAB. I can follow directions pretty well, though...
Thanks,
John