06-11-2012 03:57 AM
Hello
I do have an USB camera connected which shows the image in the wrong rotation. Under Max there is a parameter in "Acquisition Attributes" -> "Vertical Mirror" which can be set to True.
How can I set this parameter under LabView? I can not find it under the properties.
thanks in advance
Solved! Go to Solution.
06-11-2012 04:07 AM
I don't think you can set it as an acquisition paramter in LabVIEW, but you can flip the image once it's been acquired (use the IMAQ Symmetry.vi function in Vision & Motion > Vision Utilities > Image Manipulation palette)
Hope this helps
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
06-11-2012 06:06 AM
How can I set this parameter under LabView? I can not find it under the properties.
In IMAQdx, you usually refer to properties by specifying them by string. See Programmatically Get and Set Attributes with IMAQdx
To get a list of supported attributes of your camera, call "IMAQdx Enumerate Attributes".
06-11-2012 06:44 AM
this was exactly what I was looking for!
Thanks for the help..!!
06-11-2012 07:03 AM
this was exactly what I was looking for!
Thanks for the help..!!
Nice to hear this.
You are welcome.