Replies: 1 comment 3 replies
-
Hi, yes I agree that the AeLocked metadata needs to be revised. Possibly it should also leap more quickly to its final target value once it's very close. There's always lots to think about! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder about the convergence of the AGC/AEC algorithm.
Below is the sequence of queries in the following case:
Start with auto exposure 7328, then a fixed exposure of twice this value 14657 and return to Auto.
The AGC/AEC algorithm seems to take a long time to converge, more than 20 requests.
There seem to be two or three steps in the behavior
Can't rely on AeLocked to know when the algorithm has converged
Note: all this with the tuning file and all default parameters (I note that 10000 is a limit value in exposure_modes)
Returning to auto
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: True Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 14657 Analog: 1.0 Digital: 1.001832365989685
AeLocked: False Exposure: 10000 Analog: 1.3350716829299927 Digital: 1.0002212524414062
AeLocked: False Exposure: 10000 Analog: 1.2278177738189697 Digital: 1.000914454460144
AeLocked: False Exposure: 10000 Analog: 1.1428571939468384 Digital: 1.0008269548416138
AeLocked: False Exposure: 10000 Analog: 1.0756303071975708 Digital: 1.0000661611557007
AeLocked: False Exposure: 10000 Analog: 1.020937204360962 Digital: 1.0002498626708984
AeLocked: True Exposure: 9742 Analog: 1.0 Digital: 1.0010063648223877
AeLocked: True Exposure: 9342 Analog: 1.0 Digital: 1.002004861831665
AeLocked: True Exposure: 9028 Analog: 1.0 Digital: 1.0002583265304565
AeLocked: True Exposure: 8400 Analog: 1.0 Digital: 1.0010716915130615
AeLocked: True Exposure: 8028 Analog: 1.0 Digital: 1.0014674663543701
AeLocked: True Exposure: 7800 Analog: 1.0 Digital: 1.0021942853927612
AeLocked: True Exposure: 7657 Analog: 1.0 Digital: 1.002753496170044
AeLocked: True Exposure: 7571 Analog: 1.0 Digital: 1.002395749092102
AeLocked: True Exposure: 7514 Analog: 1.0 Digital: 1.000394582748413
AeLocked: True Exposure: 7457 Analog: 1.0 Digital: 1.0008976459503174
AeLocked: True Exposure: 7400 Analog: 1.0 Digital: 1.0035778284072876
AeLocked: True Exposure: 7400 Analog: 1.0 Digital: 1.0001429319381714
AeLocked: True Exposure: 7371 Analog: 1.0 Digital: 1.0017125606536865
AeLocked: True Exposure: 7371 Analog: 1.0 Digital: 1.0002228021621704
AeLocked: True Exposure: 7342 Analog: 1.0 Digital: 1.003018856048584
Beta Was this translation helpful? Give feedback.
All reactions