Expected Behavior RTSP video stream shown in the video window with DeepStream 6.2 installed. Current Behavior RTSP video stream is not working when DeepStream 6.2 is installed. It adds new decoder type called nvv4l2decoder, which is not ...
This issue has changed a bit from the last messages. Before, the pipeline would just freeze when using nvv4l2decoder. Then I updated to Jetpack 6.0 DP [L4T 36.2.0] and the pipeline started running, but outputs a jittery stream with lots of warnings. I ran this command gst-launch-1.0 v4...
v4l2decoder enable-frame-type-reporting=1 ! …, I can see the Frame, Frame Type and nActiveRefFrames information on the terminal. How can I get these values in C code after g_object_set(nvv4l2decoder, "enable-frame-type-reporting", 1, NULL)? Like g_object_get or g_ signal_connec...
When testing with 32 channels and lower drop-frame-interval, such behavior was never discovered, with the system running in a stable fashion for multiple days without outside intervention. When analyzing the thread-wise CPU usage using htop, we discovered that nvv4l2decoder was us...
nvv4l2decoder throw errors within docker, reproduce via two steps attach to docker with flowing command nvidia-docker run -itnvcr.io/nvidia/deepstream:5.0.1-20.09-develbash execute flowing gstreamer pipline, and throw error GST_DEBUG=2 gst-launch-1.0 filesrc location=/opt/nvidia/deepstream/deeps...
nvv4l2decoder throw errors within docker attach to docker with flowing command nvidia-docker run -it nvcr.io/nvidia/deepstream:5.0.1-20.09-devel bash execute flowing gstreamer pipline, and throw error GST_DEBUG=2…
1 . gst-launch-1.0 rtspsrc location=rtsp://192.168.1.164/h264/ch1/main/av_stream ! rtph264depay ! nvv4l2decoder ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! nvv4l2h264enc ! h264parse ! flvmux ! rtmpsink location=rtmp:…
gst-launch-1.0 filesrc location=/home/nvidia/test264.h264 ! h264parse ! nvv4l2decoder enable-frame-type-reporting=1 ! nvvidconv output-buffers=20 ! ‘vid eo/x-raw(memory:NVMM), format=RGBA, width=1920, height=1080, framerate=30/1’ ! queue ! nvoverlaysink ...
Please provide complete information as applicable to your setup. • Hardware Platform (Jetson / GPU) GPU • DeepStream Version 5.0.1 • JetPack Version (valid for Jetson only) • TensorRT Version 7.2.2 • NVIDIA GPU Driv…