mirror of https://github.com/OpenIPC/firmware.git
add configs for os03b10, jxh63 sensors (#1005)
parent
d1d5d14eba
commit
f2f7f6bcd1
|
@ -115,6 +115,11 @@ case ${SENSOR} in
|
||||||
ISP_PARAM="isp_clk=150000000"
|
ISP_PARAM="isp_clk=150000000"
|
||||||
SENSOR_PARAM=""
|
SENSOR_PARAM=""
|
||||||
;;
|
;;
|
||||||
|
"os03b10")
|
||||||
|
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
|
||||||
|
ISP_PARAM="isp_clk=200000000"
|
||||||
|
SENSOR_PARAM=""
|
||||||
|
;;
|
||||||
"sc200ai")
|
"sc200ai")
|
||||||
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
|
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
|
||||||
ISP_PARAM="isp_clk=100000000 isp_ch0_pre_dequeue_time=20 isp_ch0_pre_dequeue_interrupt_process=0 isp_memopt=1"
|
ISP_PARAM="isp_clk=100000000 isp_ch0_pre_dequeue_time=20 isp_ch0_pre_dequeue_interrupt_process=0 isp_memopt=1"
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
sensor:
|
||||||
|
name: jxh63
|
||||||
|
address: 0x40
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
bus: i2c
|
|
@ -0,0 +1,6 @@
|
||||||
|
sensor:
|
||||||
|
name: os03b10
|
||||||
|
address: 0x3c
|
||||||
|
width: 2034
|
||||||
|
height: 1296
|
||||||
|
bus: i2c
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue