Remove extra params for GC2083 module (#568)

pull/569/head
Paul Philippov 2022-11-18 19:27:54 -05:00 committed by GitHub
parent 9b26c4aca4
commit db75b7a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ case ${SENSOR} in
SENSOR_PARAM="sensor_max_fps=25 data_interface=1"
;;
"gc2083")
ISP_PARAM="isp_clk=200000000 isp_memopt=1 isp_day_night_switch_drop_frame_num=1 isp_ch0_pre_dequeue_time=12 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540"
ISP_PARAM="isp_clk=200000000"
SENSOR_PARAM="shvflip=1"
;;
"gc4653")