Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

analyzing images from 1394 camera

I would like to analyze and process images from the 1394 camera. I know how to process an image (from folder), but I am not sure how to process images continuously. Is there any example for grabbing and processing images for 1394 cameras?
For example, can I apply Wood Inspection example (NI Vision Assistant Help-Solution Wizard) to the 1394 camera? I have Grab and Save .vi file and I have Wood Inspection .vi file, but I don't know how to combine these two files and make one vi file.
Thanks in advance
0 Kudos
Message 1 of 2
(3,006 Views)
There is an option in Vision Assistant when building scripts into LabVIEW code where you can select what source you would like to acquire the images from. When you select build code for LabVIEW and select your file name, click next (not finish) and select the appropriate options - and select 1394 source. The code will be built with the 1394 vi's and not the acquire from folder. This however will only snap one image and perform analysis.

If you want to continually analyze images, look at the example I attached below (built in LabVIEW 7.1) - which uses the 1394 Grab and the vision processing generated from Vision Assistant in a sub-vi in a while loop.

Hope this gives you a better idea of how to use 1394. Good luck with your project!
0 Kudos
Message 2 of 2
(2,993 Views)