mirror of https://github.com/OpenIPC/firmware.git
add t31 jxk04 config (#1008)
parent
ded7d4c384
commit
8da2ae6804
|
@ -115,6 +115,11 @@ case ${SENSOR} in
|
|||
ISP_PARAM="isp_clk=150000000"
|
||||
SENSOR_PARAM=""
|
||||
;;
|
||||
"jxk04")
|
||||
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
|
||||
ISP_PARAM="isp_clk=125000000 isp_ch0_pre_dequeue_time=14 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540 isp_memopt=1"
|
||||
SENSOR_PARAM="shvflip=1"
|
||||
;;
|
||||
"os03b10")
|
||||
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
|
||||
ISP_PARAM="isp_clk=200000000"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
sensor:
|
||||
name: jxk04
|
||||
address: 0x40
|
||||
width: 2560
|
||||
height: 1440
|
||||
bus: i2c
|
Loading…
Reference in New Issue