rkisp1: Honor the FrameDurationLimits control

Add support to rkisp1 for controlling the framerate via the
FrameDurationLimits control.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Paul Elder 2024-10-14 16:47:47 +01:00
parent 2abfcac1c3
commit f72c76eb6e
6 changed files with 74 additions and 12 deletions

View file

@ -50,6 +50,9 @@ private:
void fillMetadata(IPAContext &context, IPAFrameContext &frameContext,
ControlList &metadata);
double estimateLuminance(double gain) const override;
void processFrameDuration(IPAContext &context,
IPAFrameContext &frameContext,
utils::Duration frameDuration);
Span<const uint8_t> expMeans_;