LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO CAPTURE DIGITAL VIDEO CLIPS, OPTIONALY WITH WINDOWS MOVIE MAKER

I want to capture video clips and save them on disk, when a certain event occurs.If possible I prefer to do it with labview only. Optionaly to execute a record command on windows movie maker, save with arbitrary file name, and go back to standby mode for the next clip.
0 Kudos
Message 1 of 2
(2,656 Views)
Do you have a camera along with the IMAQ hardware? Then, the easiest way is probably using the IMAQ VIs to acquire frames and create avi files out of them. There is some example code on how to grab images using the imaq hardware.

http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E1DB56A4E034080020E74861&p_node=DZ52490&p_source=external

Generating the avi files is fairly straightforward once you know how to acquire images. Lookup the help on the "IMAQ AVI" VIs.

If you have a camera hooked up through USB, you can try the documentation on the following link. I have never used labview with usb cameras though.

http://digital.ni.com/public.nsf/allkb/274A74A901399D0486256F32007295F9

Prakash K
0 Kudos
Message 2 of 2
(2,646 Views)