ipa: raspberrypi: Increase the default max frame duration to 250s
With the recent change to allow long exposures on the imx477, the existing 100s limit was not adequate. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
9c0f6a22a2
commit
523236e4ac
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ using utils::Duration;
|
|||
constexpr double DefaultAnalogueGain = 1.0;
|
||||
constexpr Duration DefaultExposureTime = 20.0ms;
|
||||
constexpr Duration defaultMinFrameDuration = 1.0s / 30.0;
|
||||
constexpr Duration defaultMaxFrameDuration = 100.0s;
|
||||
constexpr Duration defaultMaxFrameDuration = 250.0s;
|
||||
|
||||
/*
|
||||
* Determine the minimum allowable inter-frame duration to run the controller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue