06-07-2013 09:53 AM
I have a FLIR SC660 camera. I wish to record video with my FLIR camera using LabView and then be able to save the video and view it on my computer later. I have no clue how to do this. Any help is appreciated.
06-08-2013 05:35 AM
You need LabVIEW and "NI Vision Acquisition" software, then in LabVIEW go to the menu Help>Find Examples and search for "IMAQdx". Select an example like "Grab", select the camera in the "Camera Name" control and then run. Also read the documentation for IMAQdx. You can configure the attributes of you camera using "Tools>Measurement and Automation Explorer".
FLIR also has their own LabVIEW driver, but I would advise you use IMAQdx instead (I just finished a FLIR-using project myself).
Oh, for saving video search for "AVI" under Find Examples and you'll find the examples "Grab and save to AVI" and "Read AVI", which basically together do exactly what you want.
-- James
06-08-2013 11:11 PM
WIll you please send me what you did