mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
camera: rockchip: fix rk3326 sample machine camera flip/mirror problem
Change-Id: Iaec3320959aa21df05e5c14f79c9df606077dfef Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
c25ab439ba
commit
4b007bc0db
@@ -132,7 +132,7 @@ static struct rk_sensor_reg sensor_init_data[] = {
|
||||
{0x0f, 0x02},
|
||||
{0x10, 0x88},
|
||||
{0x16, 0x00},
|
||||
{0x17, 0x14},
|
||||
{0x17, 0x17},
|
||||
{0x18, 0x1a},
|
||||
{0x19, 0x14},
|
||||
{0x1b, 0x48},
|
||||
|
||||
@@ -135,7 +135,7 @@ static struct rk_sensor_reg sensor_init_data[] = {
|
||||
{0x0f, 0x06},
|
||||
{0x10, 0x52},
|
||||
{0x12, 0x2e},
|
||||
{0x17, 0x17}, //mirror
|
||||
{0x17, 0x14}, //mirror
|
||||
{0x18, 0x22},
|
||||
{0x19, 0x0e},
|
||||
{0x1a, 0x01},
|
||||
|
||||
Reference in New Issue
Block a user