Re: [PATCH] media: ov2685: Not delay latch for gain

2018-03-05 Thread Tomasz Figa
On Thu, Mar 1, 2018 at 7:14 PM, Shunqian Zheng wrote: > Hi Tomasz, > > > On 2018年03月01日 16:53, Tomasz Figa wrote: >> >> Hi Shunqian, >> >> On Thu, Mar 1, 2018 at 5:44 PM, Shunqian Zheng >> wrote: >>> >>> Update the register 0x3503 to use 'no delay

Re: [PATCH] media: ov2685: Not delay latch for gain

2018-03-01 Thread Shunqian Zheng
Hi Tomasz, On 2018年03月01日 16:53, Tomasz Figa wrote: Hi Shunqian, On Thu, Mar 1, 2018 at 5:44 PM, Shunqian Zheng wrote: Update the register 0x3503 to use 'no delay latch' for gain. This makes sensor to output the first frame as normal rather than a very dark one. I'm

Re: [PATCH] media: ov2685: Not delay latch for gain

2018-03-01 Thread Tomasz Figa
Hi Shunqian, On Thu, Mar 1, 2018 at 5:44 PM, Shunqian Zheng wrote: > Update the register 0x3503 to use 'no delay latch' for gain. > This makes sensor to output the first frame as normal rather > than a very dark one. I'm not 100% sure on how this setting works, but

[PATCH] media: ov2685: Not delay latch for gain

2018-03-01 Thread Shunqian Zheng
Update the register 0x3503 to use 'no delay latch' for gain. This makes sensor to output the first frame as normal rather than a very dark one. Signed-off-by: Shunqian Zheng --- drivers/media/i2c/ov2685.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git