]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00224964-1 Capture: ov5642: 5M mode works at low frame rate
authorSheng Nan <b38800@freescale.com>
Mon, 15 Oct 2012 09:49:27 +0000 (17:49 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:34 +0000 (08:35 +0200)
commit11d90bc186744c6fb5c3cad010598b288d38fe7b
tree3e57c2a8171f47840a97ba6171d85dcebc29f412
parent4c8d1f459bdc3af84f943970ec99487ed23d9f02
ENGR00224964-1 Capture: ov5642: 5M mode works at low frame rate

current setting of 5M (QSXGA) mode, sensor works at 2.5fps.
the expected frame rate is 7.5fps.

- use new ov5642 QSXGA firmware get from ov
  change sensor PLL settings 0x3010/0x3012
  QSXGA frame rate changes from 2.5 -- 7.5fps
- change mode between QSXGA@15fps and VGA@15fps go through quick change path.
  modify QSXGA_VGA quick change firmware due to the QSXGA PLL setting changes.
  keep value of 0x3010/0x3012 the same as VGA@15fps original value.

Signed-off-by: Sheng Nan <b38800@freescale.com>
drivers/media/video/mxc/capture/ov5642.c