02-11-2008 05:55 AM
02-11-2008
05:57 AM
- last edited on
03-31-2025
04:42 PM
by
Content Cleaner
Hi Kals
Maybe this can help you: http://zone.ni.com/devzone/cda/epd/p/id/5030.
Mike
02-11-2008 06:01 AM
02-11-2008 06:08 AM
Hi Kals,
to use dlls in your code use "Call Library Function Node".
Mike
02-11-2008 06:09 AM
02-18-2008 01:01 AM
Hi Kals,
If you use a camera-specific DLL to work with your camera, you can use the Call Library Function Node VI to call and interact with the DLL and you will not need to use the IMAQ USB Session VIs.
If your camera-specific DLL returns a numeric array to represent your image, you can use the IMAQ ArrayToImage VI to convert it into a form that LabVIEW can handle if you need to use it for other vision VIs. You would first need to use IMAQ Create to create a destination for that image to be placed, and wire its "New Image" out terminal as the "Image" input terminal to the IMAQ ArrayToImage VI.