Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Simulate a frame grabber

Is there any way to simulate a frame grabber (Like a 1433) in LabView like one can do with DAQmx devices?  I need to develop and test VIs that would use this on another machine, but my development machine is a simple laptop.

 

Thanks,

 

XL600

0 Kudos
Message 1 of 3
(2,006 Views)

XL600,

 

Unfortunately, there isn't a way to simulate a frame grabber in LabVIEW. If you want to test Vision Acquisition code, you will need hardware. If you want to test image processing and analysis, you can use IMAQ Read Image to read an image from a file and use it to test your code.

0 Kudos
Message 2 of 3
(1,977 Views)

That's too bad.  It'd be a very good addition to IMAQ if NI could support HW simulation like DAQmx does.

 

Regardless, I coded a test image and a merged overlay (Frame number) to simulate incoming frames.  Conditional disables around the actual acquisition VIs and insertion of the simulated results and frames seems to work pretty well (Though very slow in comparison to pulling frames from the HW).

 

Thanks,

 

XL600

0 Kudos
Message 3 of 3
(1,972 Views)