ESP32-CAM: a helpful hint for AECLevel exposure control #23222
mrneutron42
started this conversation in
Show and tell
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a discovery about exposure controls!
The AECDSP variable is key to allowing the AECLevel variable to be effective.
When AECDSP is active (WcAECDSP 1), the AECLevel variable is mostly ignored or counteracted!
With sunlit outdoor scenes, the image is overexposed and has washed out colors levels when AECDSP is on.
Turning off AECDSP (WcAECDSP 0) allows AECLevel to actually control the automatic exposure target level!
(FYI the variable that sets the AECLevel is spelled AELevel in the code, so you issue a "WcAELevel 0" in the command console)
At this point, you can issue a WcAELevel command (range -2 to +2) and it will have an effect!
When AECDSP is off, the bright areas of same scene are not overexposed and have better color saturation.
Beta Was this translation helpful? Give feedback.
All reactions