[libcamera-devel] [PATCH] ipa: ipu3: Don't call SetControls for each frame
Jean-Michel Hautbois
jeanmichel.hautbois at ideasonboard.com
Tue Feb 9 16:03:35 CET 2021
Setting a default EXPOSURE and ANALOGUE_GAIN makes sense for the first
frame but there is no need to force it for all frames.
It will be called later by the 3A algorithms.
Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois at ideasonboard.com>
---
src/ipa/ipu3/ipu3.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/ipa/ipu3/ipu3.cpp b/src/ipa/ipu3/ipu3.cpp
index b11b03ef..ae7e8c0b 100644
--- a/src/ipa/ipu3/ipu3.cpp
+++ b/src/ipa/ipu3/ipu3.cpp
@@ -188,9 +188,6 @@ void IPAIPU3::fillParams(unsigned int frame, ipu3_uapi_params *params)
op.operation = IPU3_IPA_ACTION_PARAM_FILLED;
queueFrameAction.emit(frame, op);
-
- /* \todo Calculate new values for exposure_ and gain_. */
- setControls(frame);
}
void IPAIPU3::parseStatistics(unsigned int frame,
--
2.27.0
More information about the libcamera-devel
mailing list