econsysqtcam / qtcam

QtCAM is a free, Open Source Linux Webcamera Software with more than 10 image control settings, extension settings and Color space switching.
http://www.e-consystems.com/opensource-linux-webcam-software-application.asp
GNU General Public License v3.0
185 stars 95 forks source link

Control exposure time on ECON camera #49

Open fghoussen opened 1 year ago

fghoussen commented 1 year ago

I have this ECON camera: https://www.e-consystems.com/industrial-cameras/ov2311-monochrome-global-shutter-camera.asp

Following V4L2 doc https://www.kernel.org/doc/html/v4.9/media/uapi/v4l/control.html#example-enumerating-all-user-controls, the device tells me the only control available is BRIGTHNESS.

I expected to have control also on EXPOSURE_TIME. Is there a way to get control over it?