I want to control exposure of usb camera using v4l2src in gstreamer pipeline.
I’ve seen a comments that it is not supported in 2018, but it would be included for future version.
So, I want to ask if I can control exposure of usb camera now using gstreamer pipeline with v4l2src.
that’s not supported since USB practically control exposure internally, and output YUV frames to user-space.
may I know what’s your actual use-case. how about toggle the brightness settings?
I just wanted to set exposure time manually since sometimes it is too bright.
Can I toggle the brightness settings in USB camera?
If I can, how can I do it? I’m using gstreamer pipeline as below.