@DaneLLL Thanks for your reply.
My OS information is : Jetpack 4.4.1 [L4T 32.4.4]
nvidia-l4t-kernel 4.9.140-tegra-32.4.4-20201016123640
nvidia-l4t-multimedia 32.4.4-20201016123640
nvidia-l4t-multimedia-utils 32.4.4-20201016123640
I can not find /usr/lib/aarch64-linux-gnu/tegra/libv4l2_nvargus.so on my machine, but found /usr/lib/aarch64-linux-gnu/tegra/libnvargus.so
Finally, I reboot the system as follow step:
reboot
echo 3 >/proc/sys/vm/drop_caches
run the 24-videos test with –input-nalu
watch jtop and top memory usage:
Time CPU-mem / GPU-mem top-command-pid
15:42:30 730.5 MB / 2.4 GB RES 320416 KB
15:44:30 737.7 MB / 2.4 GB RES 321504 KB
15:46:30 742.9 MB / 2.4 GB RES 327840 KB
15:48:30 752.0 MB / 2.4 GB RES 334808 KB
15:50:30 757.8 MB / 2.4 GB RES 341144 KB
15:53:30 767.0 MB / 2.4 GB RES 348500 KB
In fact, I downloaded 4 packages from Index,
nvidia-l4t-core_32.6.1-20210726122859_arm64.deb
nvidia-l4t-jetson-multimedia-api_32.6.1-20210916210945_arm64.deb
nvidia-l4t-multimedia_32.6.1-20210916210945_arm64.deb
nvidia-l4t-multimedia-utils_32.6.1-20210916210945_arm64.deb
and use dpkg -x xxxx.deb ./nvidia-l4t_32.6.1/ extract the so files
cd ./nvidia-l4t_32.6.1/usr/src/jetson_multimedia_api/samples/14_multivideo_decode/
edit …/Rules.mk , set the TARGET_ROOTFS := /home/ubuntu/nvidia-l4t_32.6.1
Hi,
If your system image is Jetpack 4.4.1, you should install and run samples in the same version. We would suggest reflash system image to 4.6 and install SDK components through SDKManager. Would be great if you can use latest release.