mirror of https://github.com/OpenIPC/firmware.git
Add JXQ03 (#484)
parent
13765f28ab
commit
375e6eb3be
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue