Replies: 2 comments 1 reply
-
Hi, disabling the AeEnable flag should stop the exposure and analogue gain from being adjusted automatically, of course it takes a little while for this to happen. As you have probably read elsewhere, there is some work going on to do with digital gain and I'll return to look at AeLocked after that, the implementation of it will certainly be changing in any case. The AEC/AGC speed parameter cannot be accessed through libcamera, though I believe you can change it in the tuning file. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the example. I agree it seems that AeLocked gets set inappropriately. I will get round to looking at this, but I need to sort out the digital gain issues first. There's a bit of under-the-hood work to do first in how it deals with some of the delays, and we need to be agreeing that with all of the parties involved in the project. There are possibly some issues to think about with AeLocked. How locked is locked? Is it enough to be "reasonably close" so that a picture looks OK? Or do we mean "totally 100% converged"? Maybe there are folks with different requirements and so it might need a parameter in the tuning file? As regards the "speed" question, I think you can set (for example) |
Beta Was this translation helpful? Give feedback.
-
These two algorithms are grouped in the documentation.
What is the expected effect of the AeEnable flag?
What is the meaning of AeLocked ?
I noticed that AeLocked changes to True long before the algorithm has converged and moreover the convergence is really long.
See the trace in an another discussion
#169
I see also in the documentation a speed parameter of the AGC algorithm, is it possible to access it with Picamera2 ?
Beta Was this translation helpful? Give feedback.
All reactions