Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

USB imaging devices with the IMAQdx driver

Solved!
Go to solution

Hello everyone,

I am new user to LabView,

I want to acquire image from USB camera , for that I have installed imaq_USB_installer.. Will it is possible with IMAQdx driver also ?

 

Can I compare and distinguish images through USB camera after processing ?

 

Thank you.

0 Kudos
Message 1 of 4
(5,708 Views)
Solution
Accepted by topic author ashish saraf

Ashish,

 

You don't want to use the imaq_usb installer. It is outdated and was never supported by NI. All the functionality has been superseded by functionality in IMAQdx (part of Vision Acquisition). It should work if your camera provides DirectShow drivers. You can download the latest Vision Acquisition (2010.8 as of this post) to try it out here:

https://www.ni.com/en/support/downloads/drivers/download.vision-acquisition-software.html

 

If you want to do any processing on images besides simply viewing/saving, you want Vision Development Module. You can try out the 2010 version here:

https://www.ni.com/en/support/downloads/software-products/download.vision-development-module.html

 

Eric

0 Kudos
Message 2 of 4
(5,700 Views)

Thank you for solution.....

I made this vi (attached) but it is showing error, i dont know what it is ?

I want to distinguish two images i.e (i want to do Face recognition . ) Can i compare two images in a rough manner directly as in attached vi...

Can i have any example vi for study as per my requirement i.e based on face recognition...

 

Thank You once again

0 Kudos
Message 3 of 4
(5,670 Views)

you cannot enter pathnames into the imaq-image.

 

Before you can start with operations,

you have to create an imaq image using IMAQ_Create

and then fill this image using IMAQ_Readfile

 

0 Kudos
Message 4 of 4
(5,511 Views)