-
Notifications
You must be signed in to change notification settings - Fork 23
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
v4l2-ctl missing controls (16MP Autofocus Camera) #30
Comments
When libcamera is in control of the camera, it is responsible for handling the gain and exposure. |
I'm creating a video stream using rtsp-simple-server, which uses libcamera (not apps) directly. I need to be able to adjust shutter speed and gain on the fly, and since |
I would say this should be an issue on the rtsp-simple-server then. Can you reference it here when you create it so I can follow it please? |
bluenviron/mediamtx#1159 |
It doesn't have to stop and restart no - the request which are queued to get the frames can supply a control list as well. The desired controls should be part of that list which is submitted. That request is submitted by the rtsp-simple-server in the use case you've described, so rtsp-simple-server needs to add the controls. |
When executing
v4l2-ctl --list-ctrls -d /dev/v4l-subdev1
onlyfocus_absolute
is listed as a control. I need to be able to adjust at least the shutter speed and gain on the fly. Usinglibcamera-vid --shutter x --gain x
works, so why can't I use v4l2-ctl to adjust it?The text was updated successfully, but these errors were encountered: