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:
Wang Panzhenzhuan
2018-04-10 15:19:07 +08:00
committed by Tao Huang
parent c25ab439ba
commit 4b007bc0db
2 changed files with 2 additions and 2 deletions

View File

@@ -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},

View File

@@ -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},