-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
bcm2835-v4l2 Manual ISO not working properly #1440
Comments
@6by9 Using the new camera v2.1 and v4l2-ctl, I made the initial steps described here and I tried to set Unfortunately, the images looked the same, without any noticeable change in the brightness. Some examples ( |
@6by9 ANy thoughts? |
Increasing ISO whilst allowing automatic exposure control just means that AE will choose a shorter exposure time to compensate. It does not adjust the target brightness for the scene (that would be exposure compensation, aka EV, or V4L2_CID_AUTO_EXPOSURE_BIAS). You'd need to be able to see the tuner state to confirm, or capture JPEGs as the EXIF in those would show the ISO value. |
@Delgan Can this be closed? |
Thanks for the explanation, I guess it makes sense to close this issue then. |
I think this is a real problem. When |
This is still a problem and still hasn't been fixed. This issue should not be closed! |
showmewebcam/showmewebcam#86 there's a discussion here with more details on how this can be observed / reproduced. Basically after setting all parameters to manual changing ISO should directly be visible as changing registered image brightness. But it doesn't, you need to change some other irrelevant parameter, like image flip, for the setting to 'take'. |
Following this issue : #1251 @6by9 and the golden rule of bug tracking 😄
And this post on the raspberry forum : https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=145397
I am opening a issue because I found out that manual iso control of the V4L2 driver does not work.
I launch the camera like this :
When I change the iso with :
v4l2-ctl --set-ctrl=iso_sensitivity=4
the driver accepts the change and if I check the status I can see the good value :When I check the video file created with
v4l2-ctl --stream-mmap=3 --stream-to=$(date +"%Y%m%d_%H%M%S")_v4l2.mjpg
there is no modification of the brightness of the video.It seems that changing changing the ISO has no impact on the bightness of the video. An other user reported having this issue.
The text was updated successfully, but these errors were encountered: