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
~(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)
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
The text was updated successfully, but these errors were encountered: