View Full Version : LifeCam overexposed
seabasssl
06-02-2016, 17:23
Hey all,
Last year we didn't use the USB LifeCam, as we couldn't figure out how to make the output not be overexposed.
This year, we tried plugging our 4 lifecams into a computer, and configure the settings through the lifecam software. Only one of the four cameras retains the settings, the others go back to their standard overexposed settings.
What is the trick?
Thank you!
What programming language? In most, you can change the settings in the code
Alpha Beta
06-02-2016, 19:06
Hey all,
Last year we didn't use the USB LifeCam, as we couldn't figure out how to make the output not be overexposed.
This year, we tried plugging our 4 lifecams into a computer, and configure the settings through the lifecam software. Only one of the four cameras retains the settings, the others go back to their standard overexposed settings.
What is the trick?
Thank you!
What language?
In LabVIEW in the stock "Vision Processing vi" the camera is opened with several of the settings being configured. "Set Exposure" defaults to "Auto" but it can be changed to "Custom" and then a numerical exposure % can be input into the vi.
seabasssl
07-02-2016, 18:59
What programming language? In most, you can change the settings in the code
What language?
In LabVIEW in the stock "Vision Processing vi" the camera is opened with several of the settings being configured. "Set Exposure" defaults to "Auto" but it can be changed to "Custom" and then a numerical exposure % can be input into the vi.
We use C++, but I thought the camera settings were independent of any coding?
NathanCJohnson
07-02-2016, 23:32
I am wondering how to change the Lifecam's settings also. I see the WPILib documentation on ScreenSteps says to go to the camera's IP to change its settings, but you can't do that with a USB camera.
Schnabel
08-02-2016, 08:08
We use C++, but I thought the camera settings were independent of any coding?
Try using the USBCamera class instead of the imaq class. USBCamera had the ability to set exposure, brightness, and white balanced.
http://first.wpi.edu/FRC/roborio/release/docs/cpp/classUSBCamera.html
seabasssl
08-02-2016, 20:34
Try using the USBCamera class instead of the imaq class. USBCamera had the ability to set exposure, brightness, and white balanced.
http://first.wpi.edu/FRC/roborio/release/docs/cpp/classUSBCamera.html
Thank you! It works
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.