summaryrefslogtreecommitdiff
path: root/utils/codegen/ipc/tools
diff options
context:
space:
mode:
authorStanislaw Gruszka <stanislaw.gruszka@linux.intel.com>2024-10-29 12:25:00 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-11-29 22:13:15 +0000
commitbb1aa92eb9ee7e713d997d5786129e88219e166a (patch)
treed32a2f564a74582370dfbb1316a4d4b8c03606b2 /utils/codegen/ipc/tools
parent8e0e6886f7522e161839c9c9ea42a6552d8c6cdf (diff)
libcamera: software_isp: Initialize exposure+gain before agc calculations
On my setup, since commit fb8ad13d ("libcamera: software_isp: Move exposure+gain to an algorithm module"), at start camera output stays very dark for dozen of seconds, and then later slowly gets to normal. This is because existing sensor exposure+gain settings are not used at start. We save initial values in frameContext but in the agc algorithm we use IPA context. Fix the problem by using in frameContext sensor values, since we already use those in blc algorithm and change exposure type to int32_t to unnecessary castings. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Tested-by: Robert Mader <robert.mader@collabora.com> Tested-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'utils/codegen/ipc/tools')
0 files changed, 0 insertions, 0 deletions