Other Parts Discussed in Thread: BEAGLEY-AI
Tool/software:
Hi,
We are evaluating AM67A SoC using BeagleY-AI board.
We tried below gstreamer pipeline to evaluate hardware accelerated encoder and decoder.
gst-launch-1.0 rtspsrc name=rtspsrc1 add-reference-timestamp-meta=true location=rtsp://admin:123456@10.36.3.13:554/cam1/mpeg4 do-retransmission=true drop-on-latency=false latency=10 protocols=tcp \ ! rtph265depay name=depay1 ! h265parse \ ! v4l2h265dec capture-io-mode=4 output-io-mode=4 ! tiovxmemalloc ! video/x-raw,format=NV12 ! queue max-size-buffers=0 name=decoder1 ! tiovxdlcolorconvert ! video/x-raw,format=RGB ! autovideosink
While running the pipeline we observed that a lot of CPU is being used by decoder.
Is there any particular reason for this behavior? It looks like this element is using CPU for decoding,
Best Regards,
Srimal