Hi, I have a Jetson Orin Nano connected to four USB cameras. I’m using GStreamer for video streaming, but I can only encode the video using software (using the parameters “x264enc” and “videoconvert”).
Is there any way to use the GPU or some other device on this Jetson for video encoding?
Hi,
The nvv4l2h264enc plugin use hardware encoder NVENC engine. Because Orin Nano doe not have NVENC, so the plugin cannot be used. There is no plugin using GPU for video encoding so please use software encoder. Or may consider use Orin NX.