10-13-2015 05:09 PM
I have a LabVIEW project where I can configure the camera that's connected to the NI PCIe-1433 card. But I have to close it and open NI MAX to view the video.
Is there an example on how to pull the video feed into a LabVIEW project? I know I've seen this before with webcams and a cRIO.
Solved! Go to Solution.
10-14-2015 11:36 AM
Hi Jason,
That is good that you can see and acqurie images from the camera in MAX. I would recommend using some of the shipping to get started. You will need to get the interface name from MAX, eg 'img0', and use that as an input to the IMAQ Init.vt.
You can access these in LabVIEW by going to Help -> Find Examples -> Hardware Input and Output -> Vision Acq -> NI-IMAQ -> High-Level -> HL Grab.vi
10-14-2015 03:59 PM
That did it. Thank you!