mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-26 01:55:51 +03:00
ipa: ipu3: Don't call SetControls for each frame
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@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
8201093830
commit
eacde8036e
1 changed files with 0 additions and 3 deletions
|
@ -170,9 +170,6 @@ void IPAIPU3::fillParams(unsigned int frame, ipu3_uapi_params *params)
|
||||||
op.op = ipa::ipu3::ActionParamFilled;
|
op.op = ipa::ipu3::ActionParamFilled;
|
||||||
|
|
||||||
queueFrameAction.emit(frame, op);
|
queueFrameAction.emit(frame, op);
|
||||||
|
|
||||||
/* \todo Calculate new values for exposure_ and gain_. */
|
|
||||||
setControls(frame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void IPAIPU3::parseStatistics(unsigned int frame,
|
void IPAIPU3::parseStatistics(unsigned int frame,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue