Add JXQ03 (#484)

pull/486/head
Dmitry Ermakov 2022-09-24 18:03:37 +03:00 committed by GitHub
parent 13765f28ab
commit 375e6eb3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ case ${SENSOR} in
ISP_PARAM="isp_clk=100000000 isp_ch0_pre_dequeue_time=20 isp_ch0_pre_dequeue_interrupt_process=0 isp_memopt=1"
SENSOR_PARAM="shvflip=1"
;;
"jxq03"|"jxq03p")
ISP_PARAM="isp_clk=150000000"
SENSOR_PARAM=""
;;
*)
ISP_PARAM="isp_clk=125000000"
SENSOR_PARAM=""