Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help file for using uvcdynctrl to disable webcam exposure/wb compensation #2

Closed
jywarren opened this issue Sep 4, 2011 · 4 comments
Labels
Milestone

Comments

@jywarren
Copy link
Owner

jywarren commented Sep 4, 2011

uvc webcam control:

Read and write auto exposure:
- uvcdynctrl -s "Exposure, Auto" 1
- uvcdynctrl -g "Exposure, Auto"

Read and write auto white balance:
- uvcdynctrl -g "White Balance Temperature, Auto"
- uvcdynctrl -s "White Balance Temperature, Auto” 0

@jywarren
Copy link
Owner Author

Perhaps bundle Mac version with this:

http://www.phoboslab.org/log/2009/07/uvc-camera-control-for-mac-os-x

dunno if it's open source but it's easy to use.

@sethwoodworth
Copy link

The webcam I have from Jeff, which should be similar, but not identical to the one being shipped only has two controls:

[libwebcam] Invalid V4L2 control type encountered: ctrl_id = 0x00980001, name = 'User Controls', type = 6
[libwebcam] Invalid or unsupported V4L2 control encountered: ctrl_id = 0x00980001, name = 'User Controls'
[libwebcam] Unknown V4L2 user control ID encountered: 0x00980914 (V4L2_CID_USER_BASE + 20)
[libwebcam] Unknown V4L2 user control ID encountered: 0x00980915 (V4L2_CID_USER_BASE + 21)
Listing available controls for device video0:
  Horizontal Flip
  Vertical Flip

@sethwoodworth
Copy link

Here is the dump from the test webcam:

~(branch:fed*) » uvcdynctrl -l         
Listing available devices:
video1   Venus USB2.0 Camera
Media controller device /dev/media1 doesn't exist
ERROR: Unable to list device entities: Invalid device or device cannot be opened. (Code: 5)

@jywarren
Copy link
Owner Author

wontfix; desktop version now deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants