![]() |
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
|
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
|
Re: USB MS Lifecam HD 3000 Exposure Issues
I think there's something more going on. Using the Microsoft lifecam software you can get varying exposure with out it appearing so binary.
But I don't have more to contribute than that. One option we've considered is running a monitor/keyboard with the Kangaroo and having settings for the lifecam set on that. As long as the lifecam doesn't get power cycled, it maintains its exposure and brightness settings. |
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
Much like this custom driver for the PS3 Eye: https://codelaboratories.com/products/eye/driver/ However most of the video capture related software in use on the Linux RoboRIO depend on V4L's ability to configure said cameras (GRIP uses OpenCV which uses V4L). As Billbo911 has demonstrated above - on a bunch of models of the Microsoft cameras it doesn't work like you would expect. The V4L project is the core common solution to USB webcam support for Linux systems. If that doesn't work for a particular camera it either needs to be addressed there or a lot of development work would need to happen to create another framework unique to a camera. Course a brighter light or tinted lens as a hack works as well. |
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
|
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
|
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
To the person that recommended that we the lifecam software to set exposure, what software did you mean and where can we get it? |
Re: USB MS Lifecam HD 3000 Exposure Issues
Running late and my Raspbian SD card is acting up...
So I put my ODroid XU4 with MATE on one of the older Microsoft LifeCam VX-6000 cameras I have. My 'uname -a' on there is as below: Code:
Linux odroid 3.10.92-71 #1 SMP PREEMPT Fri Dec 18 00:38:54 BRST 2015 armv7l armv7l armv7l GNU/LinuxCode:
v4l2-ctl -lThese series of commands fixed it for me: Code:
v4l2-ctl --set-ctrl gain_automatic=0The ranges are now reasonable for this older camera. I will order the LifeCam 3000 HD to experiment further. Below are the options from V4L presented for the Logitech C920 on the same embedded system: Code:
v4l2-ctl -l |
Re: USB MS Lifecam HD 3000 Exposure Issues
Quote:
http://www.chiefdelphi.com/forums/sh....php?p=1560711 |
Re: USB MS Lifecam HD 3000 Exposure Issues
http://comments.gmane.org/gmane.linu...uvc.devel/5717
This is from 2011, and for a slightly different camera, but it seems like this is how MS built their UVC descriptor. The WPILib wrapper turns all properties into a percentage, so these sorta-geometric scalings will be even more difficult to specify, but apparently there are special numbers that set exposure. Greg McKaskle |
Re: USB MS Lifecam HD 3000 Exposure Issues
I finally had a chance to put the PS3 Eye and a Microsoft LifeCam HD-3000 on my ODroid XU4:
PS3 Eye: Code:
v4l2-ctl -lCode:
v4l2-ctl -lThose values only work at normal room lighting. If you light the room up abnormally bright - you still see some exposure control- but the camera frame rate is impacted. Basically it's like the shutter speed on a hand held film or digital camera. So guess what: if you put sunglasses in front of the camera lens it lowers the light level and the frame rate increases. I played around a bit, but to be honest, I can't get to the settings from that interface to alter the camera behavior and I can in Windows. |
| All times are GMT -5. The time now is 00:13. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi