09-04-2009 09:28 AM
Hi
Im using Labview 8.2
one of my collegues have written a visual basic program where he controls a USB camera using third party drivers
what i was wondering is it possible to link to the driver using Labview to grab image from the camera - if it might be possible how might I go about testing this and where can I find some examples
any help appreciated
jonas
09-08-2009
03:16 AM
- last edited on
04-01-2025
09:00 AM
by
Content Cleaner
Hello,
LabVIEW has the ability to use external Dynamic Linked Libraries (dll) as shown here.
Alternatively, you could use NI-IMAQ for USB, an example is shown here.
The driver for NI-IMAQ is here.
I hope this gets you started!
09-12-2009 01:12 PM
Hello athes,
If your colleague already did some code in Visual Basic, why don't you use it and add the IMAQ functionalities instead of building things from scratch?
If it is a metter of grabbing images, then my colleagues here on the forum has already posted you the proper action.
10-04-2009
04:49 PM
- last edited on
04-01-2025
09:02 AM
by
Content Cleaner
To add to what Mark said, the driver package that we provide for vision now officially supports acquisition from USB cameras.
It can be downloaded here: NI Vision Acquisition Software 2009
10-05-2009 03:53 AM