03-16-2014 09:53 PM
Hello,
Im working with Labview to process images captured with an USB camera. I would like to know how to change the adquiring conditions of the camera, in special the frame rate per second (fps), the video mode and the resolution. I need to change this parameters in real time, while the program is running.
Thank you.
Solved! Go to Solution.
03-18-2014 09:16 AM
Hi!
You need to use a property node on the IMAQdx-reference. Use the property "ActiveAttribute" and "Value".
Unfortunately, the names and datatypes vary from camera to camera, so you will first need to find out what the attribute names for framerate and resolution are. You can do this by using the "IMAQdx Enumerate Attributes VI".
Good luck!
/Dan
03-18-2014 09:26 AM
Thank you very much for your response. That would solves the problem, but now I know that with my cameras the attribute to change the frame rate is not available. How could I find out which cameras has this attribute writable?
03-19-2014 04:50 AM - edited 03-19-2014 04:52 AM
Hello again!
I have yet not found a single camera where the frame rate was not changable. Maybe you need to change the video mode.
I have created some snippets for you to play with (attached). Drag and drop the images to a vi block diagram to copy the code (You might have to save the images to disk first).
Best regards
04-24-2017 02:50 PM
how to know the attributes names
here is the result the i got from my camera i hope someone can help me