Okay I think it worked! I decided to go back to "normal" mode and keep the shutter values down, increasing only the gain so the shutter wouldn't get out of control against the framerate. Here's my final modification in the "Channel 0 is normal AGC" area:
I decided to make a copy of the tuning file in a local git repo and just link directly to it in libcamera. So far so good!
Code:
"exposure_modes": { "normal": { "shutter": [ 100, 10000, 30000, 60000, 66666, 66666, 66666, 66666, 66666, 66666, 66666, 66666 ], "gain": [ 1.0, 1.5, 2.0, 4.0, 8.0, 12.0, 15.0, 18.0, 20.0, 23.0, 26.0, 30.0] }, "short": { "shutter": [ 100, 5000, 10000, 20000, 60000 ], "gain": [ 1.0, 1.5, 2.0, 4.0, 8.0 ] }, "long": { "shutter": [ 100, 10000, 30000, 60000, 90000, 120000 ], "gain": [ 1.0, 1.5, 2.0, 4.0, 8.0, 12.0 ] } }
Statistics: Posted by mikey32094 — Thu May 23, 2024 3:53 am