04-29-2010 11:56 AM
I am new to labview and trying to setup an Apogee U10 camera to work with labview. The vi provided with the camera can only detect the camera. Are there vis examples that can help also get images etc with this camera. If not, what would be the best way to set this up.
Thanks
Priam
04-30-2010
01:45 AM
- last edited on
03-11-2025
05:19 PM
by
Content Cleaner
04-30-2010
01:33 PM
- last edited on
03-11-2025
05:18 PM
by
Content Cleaner
Right now (from the attached example code) it seems that the VIs with the camera might just be calling ActiveX to the camera's driver, and then manipulating the data.
If you want the raw data in LabVIEW, you will have to use an NI driver (IMAQdx for usb) to bring it into LabVIEW. This driver will ship with Vision Acquisition Software. And as long as the usb camera is DirectShow compliant, it will work with our drivers in LabVIEW.
Hope this helps!
Chris