02-04-2010 12:24 PM
02-04-2010 01:09 PM
I don't think the old, unsupported IMAQ for USB driver supports LabVIEW 2009 in its installer. You could possibly manually copy files from an 8.6 install into the 2009 directory, but your best bet would be to use the fully supported Vision Acquisition 2009 module which includes support for DirectShow USB cameras.
Eric
02-04-2010 08:01 PM
02-04-2010 11:09 PM
Hi flifl,
Most built-in webcameras on laptops work just fine.
The first thing I'd advise with any IMAQ or IMAQdx-supported camera is to go into MAX and ensure that you camera shows up under the IMAQdx category and that you can acquire from it. This will also let you familiarize yourself with the camera's capabilities such as supported video modes and attributes such as exposure time. You can also manipulate the settings to get a good picture and then save them as the new defaults for when you use the camera in LabVIEW.
One the camera is working in MAX, you can then know it will work fine in LabVIEW. You can then go to the Example Finder under the Help in LabVIEW and find the IMAQdx examples under the Hardware Input/Output category and see the examples that come with IMAQdx.
Eric
02-05-2010 07:09 AM
Eric,
Pardon the intrusion into this thread.
Tried to contact you in another thread.
I made a breakthrough with the Ethernet/IP driver.
I left a message in the NI Labs thread for EtherNet/IP Driver.
Checck it out.
cheers,
Ted
02-08-2010 03:33 PM
Hey Eric,
Thanks for your help .. I'm now working very well with Imaqdx , but there is something that I couldn't understand in my VI. First of all it's a motion detector and tracker VI, but I need to correct the tracked image with morphology and filter VIs. The problem is that I couldn't display the corrected image, where it gives a fully black image at any point after the thresholding VI ,although the number of particles changes. What could be the problem ??
here is my VI but with out the Tracking part .. All what I need now to display the corrected image ..
I
02-09-2010 01:39 PM
It looks like you may have posted a small screen shot of your block diagram instead of the actual file. I'll take a look at it, but I can't see what's going on. Could you post the actual VI?
Also take a look at this community example- it does motion detection and uses IMAQdx so you should be able to run this with a USB camera no problem: http://decibel.ni.com/content/docs/DOC-4717
Kristen H.
02-09-2010 07:47 PM
02-10-2010 12:01 PM
Thanks for the better image, but it would be easier to trouble shoot with the actual VI. Is it possible to upload that? Thanks!
Also, the Subtracted Image display and the Corrected Image display are referencing the same buffer (probe the wire to double check), so they should show the same image. Do you see that?
Kristen H.