mirror of https://github.com/OpenIPC/firmware.git
Add sensor_imx335_mipi for SigmaStar
parent
53c632f98e
commit
2320822f7a
|
@ -39,6 +39,10 @@ insert_ko()
|
|||
# Untested | The information is obtained from the Anjoy and Brovotech (no any params) firmware
|
||||
insmod ${PATH_MODULE}/mi_venc.ko max_width=2304 max_height=1296 thread_priority=99;
|
||||
;;
|
||||
imx335)
|
||||
# Untested | The information is obtained from the Anjoy firmware
|
||||
insmod ${PATH_MODULE}/mi_venc.ko max_width=2592 max_height=1944 thread_priority=99;
|
||||
;;
|
||||
sc2239)
|
||||
# Untested | The information is obtained from the IMOU firmware
|
||||
insmod ${PATH_MODULE}/mi_venc.ko thread_priority=99;
|
||||
|
@ -72,6 +76,10 @@ insert_ko()
|
|||
# Untested | The information is obtained from the Anjoy and Brovotech (mclk=37.125M) firmware
|
||||
insmod ${PATH_MODULE}/sensor_imx307_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2 mclk=37.125M;
|
||||
;;
|
||||
imx335)
|
||||
# Untested | The information is obtained from the Anjoy firmware
|
||||
insmod ${PATH_MODULE}/sensor_imx335_mipi.ko chmap=1;
|
||||
;;
|
||||
sc2239)
|
||||
# Untested | The information is obtained from the IMOU firmware
|
||||
insmod ${PATH_MODULE}/sensor_sc2239_mipi.ko chmap=1;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue