ipa: rpi: cam_helper: imx708: Correct the frame integration diff value
This is the minimum permitted difference between the frame length and coarse exposure (both measured in lines). The correct value, taken from the datasheet, is 48. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
88456ab55a
commit
8e15010b7d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ private:
|
|||
* Smallest difference between the frame length and integration time,
|
||||
* in units of lines.
|
||||
*/
|
||||
static constexpr int frameIntegrationDiff = 22;
|
||||
static constexpr int frameIntegrationDiff = 48;
|
||||
/* Maximum frame length allowable for long exposure calculations. */
|
||||
static constexpr int frameLengthMax = 0xffdc;
|
||||
/* Largest long exposure scale factor given as a left shift on the frame length. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue