05-16-2008 01:27 AM
05-18-2008 11:29 PM
05-21-2008 12:55 AM
Hello Wes P,
I've tried to open MAX but I didn't see any USB camera names assigned in MAX? Does MAX support USB camera?
Thanks.
05-21-2008
01:29 AM
- last edited on
04-01-2025
09:46 AM
by
Content Cleaner
Hi hart,
did you install the "NI-IMAQ for USB driver"?
See this link for further informations: http://zone.ni.com/devzone/cda/epd/p/id/5030
Mike
05-21-2008 03:06 AM
05-21-2008
03:28 PM
- last edited on
04-01-2025
09:47 AM
by
Content Cleaner
Dear Hart,
USB cameras using the NI-IMAQ for USB Cameras driver will NOT show up in MAX due to the fact that this driver uses a DirectShow filter to access the camera. You can view the details here:
Why Can't I See My USB Camera in MAX?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8f3SAC&l=en-US
You can still access and set attributes through LabVIEW.
Note that simultaneous acquisitions from more than one camera using the NI-IMAQ for USB driver is not supported. You can still switch back and forth between cameras programatically to take images from the cameras one at time, but manage your camera sessions carefully. It is known that opening and closing a camera session causes a small memory leak, and it is not recommended that you do this repeatedly.
I hope this helps!
~Nate
05-23-2008 09:47 PM
05-27-2008
08:12 AM
- last edited on
04-01-2025
09:47 AM
by
Content Cleaner
Dear Hart,
When USB camera manufacturer's drivers do not give each detected camera a unique camera name when multiple cameras are plugged in, there is not too much you can do. When this is the case, you can either use two different USB camera models, or use a USB camera model whose driver will give each camera a unique name.
Best Regards,
~Nate
09-02-2008 01:59 PM
The enumerated list of camera names that the property node returns is not read from MAX, it is read from the camera, and as such, when using two cameras of the same model, are not unique. It is not possible for LabVIEW to differentiate the two cameras and will always choose the first of the two in the list... I renamed my cameras in MAX in the hopes of using the same model camera for a 2 camera system, but LV doesn't see MAX's assigned name :-(...
Jim