LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

capture video from front panel

My application displays real time TV video on the front panel of my VI using an activeX container. I need to perform an intensity analysis of this signal but can't find a way to convert it to an "image" for use with the IMAQ utilities. Can anyone recommend a technique.
0 Kudos
Message 1 of 4
(2,874 Views)
There used to be a program called "camcorder" that came with Office97 that made an AVI from whatever you had on your desktop. I'm not sure if that runs witn Win2000/XP, but it might be worth a try. I'm sure someone has an updated equivalent to Camcorder, as well.

Good Luck!

eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 2 of 4
(2,874 Views)
Try "Camtasia Studio" or "Snagit".
0 Kudos
Message 3 of 4
(2,874 Views)
To do this directly in LabVIEW, you will need to obtain a 2-D array of pixel values. You can then use the Vision function 'IMAQ Array to Image.vi.' You can then use any of the vision algorithms to analyze the picture.
0 Kudos
Message 4 of 4
(2,874 Views)