I want to run ZoneMinder on Jetson-nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg for decoding.
If I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can not open more cams.
FFMPEG without hardware acceleration?
In this discussion, the NV Moderator said that
ffmpeg with GPU support is not enabled on Jetson platform ...
I know that NVENC/NVDEC can help ffmpeg hardware acceleration, but these hardware blocks are being now executed on CPU, not on the GPU.
Custom FFMPEG for jetson-nano don't support GPU acceleration?
I found this jetson-ffmpeg repo, can this repo use GPU acceleration? Because I tried but didn't work (still using NVENC/NVDEC acceleration of CPU).
If GPU on Jetson nano is sure that can not support ffmpeg acceleration, but I want to use ZoneMinder, is there a better way to solve this problem? e.g. using GStreamer?
ffmpeg support has been added to the Jetson platform. From nvidia's docs:
To be clear, on the standard Jetson image, append
to your
/etc/apt/sources.list
file, and then runsudo apt update && sudo apt install ffmpeg
.