11-06-2006
09:25 AM
- last edited on
03-28-2025
09:08 AM
by
Content Cleaner
Hi,
From the following link: http://zone.ni.com/devzone/cda/epd/p/id/5030 regarding the IMAQ USB driver it is suggested that:
- Configure cameras programmatically (now includes the ability to programmatically select video modes without a popup dialog)
I can find no information nor imagine how this can be done, can anyone please explain?
-Martin
11-06-2006 09:43 AM
Hi Martin,
Once you install the USB drivers (in LabVIEW) all you need to do is place the vi "initialize.vi" and select the appropriate video mode in the input. (it can't be done "on the fly")
iI that what you wanted?
Thanx
AdamB
11-06-2006 09:57 AM
Thanks for the quick response,
I only have the IMAQ USB Init.vi in my library. Maybe the link on the knowledge base entry is out of date. Where can I download the library with the VI you mentioned contained. Or should the VI come from some where else?
-Martin
11-06-2006 10:02 AM
11-06-2006 10:21 AM
There are only two inputs:
* Error in (standard cluster)
* USB camera name (string)
And I don't think the USB camera name is where I should specify the video mode, or at least is not detailed in the pdf - still confused, please advise.
-Martin
11-06-2006 10:31 AM
11-06-2006 10:44 AM
I have opened the llb you attached and great it has the video mode input but now it seems my dll is out of date, I get the error: Call library function node: Function not found in library.
The installer I used (down loaded from the link in my first post) seems to be a different version to me. I have attached the installer and the llb it installed.
Can you please send me the installer you have or the matching DLL?
Thank you,
-Martin
11-06-2006
10:51 AM
- last edited on
03-28-2025
09:08 AM
by
Content Cleaner
Message Edited by AdamB on 11-06-2006 10:52 AM
11-06-2006 10:54 AM
11-06-2006 10:56 AM
p.s the llb you sent me did have the input "Video mode"
I don't understand what the problem is.
AdamB