pull/62/head
Igor Zalatov (from Citadel PC) 2021-10-13 15:02:01 +03:00
parent 1bbe04dffb
commit bbb35669c0
5 changed files with 9 additions and 10 deletions

View File

@ -4,6 +4,6 @@
/ \ ___ ___ _ _ | || \/ _|
| | || \/ _ \| \| || || | || |
| | || | | __/| \ || || _/| |_
\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.9.26
\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.10.12
|_|

View File

@ -47,14 +47,14 @@ insert_ko()
# Untested | The information is obtained from the Anjoy firmware
insmod ${PATH_MODULE}/mi_venc.ko max_width=2592 max_height=1944 thread_priority=99;
;;
sc2235)
# Untested | The information is obtained from the Tiandy firmware
insmod ${PATH_MODULE}/mi_venc.ko;
;;
sc2239)
# Untested | The information is obtained from the IMOU firmware
insmod ${PATH_MODULE}/mi_venc.ko thread_priority=99;
;;
sc2335)
# Untested | The information is obtained from the Tiandy firmware
insmod ${PATH_MODULE}/mi_venc.ko;
;;
sc3335)
# Untested | The information is obtained from the Uniview firmware (no any params on other version)
insmod ${PATH_MODULE}/mi_venc.ko max_width=2304 max_height=1296 mi_timeout_reset=1;
@ -95,15 +95,14 @@ insert_ko()
# Untested | The information is obtained from the Anjoy firmware
insmod ${PATH_MODULE}/sensor_imx335_mipi.ko chmap=1;
;;
sc2235)
# Untested | The information is obtained from the Tiandy firmware
# insmod ${PATH_MODULE}/sensor_sc2235_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2; # Module from SDK is not work on Tiandy device
insmod ${PATH_MODULE}/sensor_sc2235_mipi_tiandy.ko chmap=1 lane_num=2 hdr_lane_num=2;
;;
sc2239)
# Untested | The information is obtained from the IMOU firmware
insmod ${PATH_MODULE}/sensor_sc2239_mipi.ko chmap=1;
;;
sc2335)
# Untested | The information is obtained from the Tiandy firmware
insmod ${PATH_MODULE}/sensor_sc2335_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2;
;;
sc3335)
# Untested | The information is obtained from the Uniview firmware
insmod ${PATH_MODULE}/sensor_sc3335_mipi.ko chmap=1;