mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
media: i2c: ov01a10: Change default vblank value to a vblank resulting in 30 fps
The ov01a10 is quite a small sensor, which does not capture a lot of light, increase the default vblank so that the sensor runs at 30 fps by default, doubling the default exposure. Signed-off-by: Hans de Goede <hansg@kernel.org> Tested-by: Mehdi Djait <mehdi.djait@linux.intel.com> # Dell XPS 9315 Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
409fb57c1b
commit
ea444f30f6
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
/* vertical and horizontal timings */
|
||||
#define OV01A10_REG_VTS 0x380e
|
||||
#define OV01A10_VTS_DEF 0x0380
|
||||
#define OV01A10_VTS_DEF 0x0700
|
||||
#define OV01A10_VTS_MIN 0x0380
|
||||
#define OV01A10_VTS_MAX 0xffff
|
||||
#define OV01A10_HTS_DEF 1488
|
||||
|
|
@ -191,8 +191,8 @@ static const struct ov01a10_reg sensor_1280x800_setting[] = {
|
|||
{0x380b, 0x20},
|
||||
{0x380c, 0x02},
|
||||
{0x380d, 0xe8},
|
||||
{0x380e, 0x03},
|
||||
{0x380f, 0x80},
|
||||
{0x380e, 0x07},
|
||||
{0x380f, 0x00},
|
||||
{0x3810, 0x00},
|
||||
{0x3811, 0x09},
|
||||
{0x3812, 0x00},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user