Hello Experts,
CC: @kayccc
My CPU usage is higher even though the gstreamer pipeline is used for streaming video.
'rtspsrc location=rtsp://test:test1234@192.168.10.108:554/ ! rtph264depay ! h264parse ! omxh264dec ! nvvidconv ! video/x-raw,format=BGRx ! queue ! videoconvert ! queue ! video/x-raw, format=BGR ! appsink'
Anyways to optimize it further
DaneLLL
October 26, 2020, 11:12pm
3
Hi,
Please check
Hi,
It is limitation of hardware VIC engine. You have to use videoconvert plugin in the usecase.
We have DS4.0.1 for deep learning usecases. You may also check it and may be able to apply to your usease.
Since OpenCV needs BGR format, it takes high CPU usage in copying/converting buffers. Better solution is to run pure gstreamer pipeline or use jetson_multimedia_api instead of OpenCV.