mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
media: i2c: ov5647: Correct minimum VBLANK value
Trial and error reveals that the minimum vblank value appears to be 24
(the OV5647 data sheet does not give any clues). This fixes streaming
lock-ups in full resolution mode.
Fixes: 9b5a5ebedc ("media: i2c: ov5647: Add support for V4L2_CID_VBLANK")
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
4cb9419a5a
commit
a19a4d7532
@@ -73,7 +73,7 @@
|
|||||||
#define OV5647_PIXEL_ARRAY_WIDTH 2592U
|
#define OV5647_PIXEL_ARRAY_WIDTH 2592U
|
||||||
#define OV5647_PIXEL_ARRAY_HEIGHT 1944U
|
#define OV5647_PIXEL_ARRAY_HEIGHT 1944U
|
||||||
|
|
||||||
#define OV5647_VBLANK_MIN 4
|
#define OV5647_VBLANK_MIN 24
|
||||||
#define OV5647_VTS_MAX 32767
|
#define OV5647_VTS_MAX 32767
|
||||||
|
|
||||||
#define OV5647_EXPOSURE_MIN 4
|
#define OV5647_EXPOSURE_MIN 4
|
||||||
|
|||||||
Reference in New Issue
Block a user