camera: fix take picture stuck when camera recording [1/1]

PD#SWPL-12300

Problem:
gc2145 mipi camera take picture will stuck when recording

Solution:
add the right size to picture array

Verify:
verify on S905D3

Change-Id: Iee797d59053050d41448fda601a3bd7226cf9f37
Signed-off-by: Guosong Zhou <guosong.zhou@amlogic.com>
This commit is contained in:
Guosong Zhou
2019-08-06 02:32:20 -04:00
committed by Luan Yuan
parent 5b99b08d35
commit 412aeb27ec

View File

@@ -1595,6 +1595,14 @@ static struct resolution_param capture_resolution_array[] = {
.bps = 480,
.size_type = SIZE_800X600,
.reg_script = GC2145_capture_SVGA_script,
}, {
.frmsize = {1280, 720},
.active_frmsize = {1280, 720},
.active_fps = 30,
.lanes = 2,
.bps = 480,
.size_type = SIZE_1280X720,
.reg_script = GC2145_preview_720P_script,
}, {
.frmsize = {1600, 1200},
.active_frmsize = {1600, 1200},