mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user