On Tue Oct 14 19:40:15 2025 +0200, Hans de Goede wrote:
> 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 <[email protected]>
> Tested-by: Mehdi Djait <[email protected]> # Dell XPS 9315
> Reviewed-by: Mehdi Djait <[email protected]>
> Signed-off-by: Sakari Ailus <[email protected]>
> Signed-off-by: Hans Verkuil <[email protected]>
Patch committed.
Thanks,
Hans Verkuil
drivers/media/i2c/ov01a10.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/drivers/media/i2c/ov01a10.c b/drivers/media/i2c/ov01a10.c
index 3ad516e4d369..4f04bb8688b8 100644
--- a/drivers/media/i2c/ov01a10.c
+++ b/drivers/media/i2c/ov01a10.c
@@ -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},
_______________________________________________
linuxtv-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]