Skip to content

Commit

Permalink
media: i2c: imx296: Updated register setting to fix Fast Trigger
Browse files Browse the repository at this point in the history
In Fast Trigger mode (external shutter control), FE packet was
not sent at end of frame. Sony recommend this change to fix it.

Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
  • Loading branch information
njhollinghurst authored and pelwell committed Mar 5, 2024
1 parent a7d4033 commit e5a06f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/imx296.c
Expand Up @@ -472,7 +472,7 @@ static const struct {
{ IMX296_REG_8BIT(0x30a4), 0x5f },
{ IMX296_REG_8BIT(0x30a8), 0x91 },
{ IMX296_REG_8BIT(0x30ac), 0x28 },
{ IMX296_REG_8BIT(0x30af), 0x09 },
{ IMX296_REG_8BIT(0x30af), 0x0b },
{ IMX296_REG_8BIT(0x30df), 0x00 },
{ IMX296_REG_8BIT(0x3165), 0x00 },
{ IMX296_REG_8BIT(0x3169), 0x10 },
Expand Down

0 comments on commit e5a06f3

Please sign in to comment.