-
Notifications
You must be signed in to change notification settings - Fork 664
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
No auto exposure with OV5647 at high resolutions #2560
Comments
AFAIK the MMAL driver isn't available any more in newer distros like Bullseye, it's been replaced by a new V4L2 driver/software stack and the brightness problem seems to relate to this new driver. I've seen the problem talked about elsewhere but haven't come across any real solutions. The same module works fine with MotioneyeOS that still uses the old MMAL driver. |
It is, but legacy display drivers need to be enabled, e.g. via Basically it is all discussed here: #2425 |
I'm having the same issue and I've been trying to find a solution for weeks. I did try to follow the libcamera threads to try using that but it sounds like I need to compile motion from scratch with a specific patch and possibly MotionEye as well. I'd be willing to give that a try with clear instructions and some confidence that the patches aren't totally stale. |
I am also seeing this overly bright exposure when using Auto Exposure with a RaspberryPi Zero 2 W, Raspberry Pi HQ camera at 1280x1024, using V4L2 camera setting, Raspberry Pi OS Bullseye July 2024, motionEye Version 0.43.1b2, Motion Version 4.7.0. This behavior was not present when using the MMAL Camera setting in the 2020 version of MotioneyeOS. I've had the Auto Exposure mode set to 0, which is auto.
|
Hi
MotionEye and Pi camera newbie here :)
I bought a bunch of OV5647 cameras and Raspberry Pi Zero 2 W's, and it seems that the auto exposure function stops working (the exposure doesn't change according to overall light level) when I set the resolution to anything over 1280x720 (BTW: I am not using the "Automatic Brightness" function in MotionEye). Is this a known "feature" with the particular camera or MotionEye?
In general, I don't understand the camera settings that is shown in MotionEye (Auto Exposure, Auto Exposure Bias, etc.), because they don't seem to do anything. Also, when using the v4l2-clt command the settings are not synchronized to the ones in MotionEye. Can anyone explain the relationsship between the camera settings in MotionEye and the ones listed by the v4l2-clt command?
Finally, the camera is connected to the CSI connector of the Raspberry Pi, but I can only add it to MotionEye as a "Local V4L2 Camera" and not "MMAL". Is that ok, or is this related to some of my problems?
Thanks in advance
Hansen :)
The text was updated successfully, but these errors were encountered: