Skip to content

Commit 3cfc7aa

Browse files
davidplowmanpopcornmix
authored andcommitted
media: i2c: imx219: Correct the minimum vblanking value
The datasheet for this sensor documents the minimum vblanking as being 32 lines. It does fix some problems with occasional black lines at the bottom of images (tested on Raspberry Pi). Signed-off-by: David Plowman <[email protected]>
1 parent 11c81a5 commit 3cfc7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/i2c/imx219.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#define IMX219_VTS_30FPS_640x480 0x06e3
5656
#define IMX219_VTS_MAX 0xffff
5757

58-
#define IMX219_VBLANK_MIN 4
58+
#define IMX219_VBLANK_MIN 32
5959

6060
/*Frame Length Line*/
6161
#define IMX219_FLL_MIN 0x08a6

0 commit comments

Comments
 (0)