Hi,
cv2.VideoCapture(rtsp_url) does not utilize hardware decoding. We suggest use gstreamer. Please try
$ gst-launch-1.0 uridecodebin uri=rtsp://freja.hiof.no:1935/rtplive/_definst_/hessdalen02.stream ! nvoverlaysink
And replace with your URI.
Hi,
cv2.VideoCapture(rtsp_url) does not utilize hardware decoding. We suggest use gstreamer. Please try
$ gst-launch-1.0 uridecodebin uri=rtsp://freja.hiof.no:1935/rtplive/_definst_/hessdalen02.stream ! nvoverlaysink
And replace with your URI.