Limit the number of channels supported by the VENC module. Some of the OS memory can be saved

pull/1668/head
Dmitry Ermakov 2025-01-18 09:40:40 +03:00
parent 87107616c5
commit 886cdab911
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ insert_ko() {
insmod gk7205v200_chnl.ko
insmod gk7205v200_vedu.ko
insmod gk7205v200_rc.ko
insmod gk7205v200_venc.ko
insmod gk7205v200_venc.ko VencMaxChnNum=3
insmod gk7205v200_h264e.ko
insmod gk7205v200_h265e.ko
insmod gk7205v200_jpege.ko

View File

@ -182,7 +182,7 @@ insert_ko() {
modprobe open_chnl
modprobe open_vedu
modprobe open_rc
modprobe open_venc
modprobe open_venc VencMaxChnNum=3
modprobe open_h264e
modprobe open_h265e
modprobe open_jpege