Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
7,0
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I would like to capture my IP camera via deepstream
I can run successfully by using below pipeline on jetson nano and I can see the video via NVDSOSD GUI.
gst-launch-1.0 rtspsrc location=“rtsp://admin:yd1008610086@192.168.1.106:554/Streaming/Channels/101” ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvidconv ! ‘video/x-raw(memory:NVMM),format=(string)RGBA,width=(int)1280, height=(int)720,fFramerate=30/1’ ! nvdsosd ! nvegltransform ! nveglglessink
While I trying to run it on ubuntu 18.04 with GPU(by removing nvegltransform because it is jetson specific )the pipeline is running but noting was showed could someone help on it?
gst-launch-1.0 rtspsrc location=“rtsp://admin:yd1008610086@192.168.1.106:554/Streaming/Channels/101” ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvidconv ! ‘video/x-raw(memory:NVMM),format=(string)RGBA,width=(int)1280, height=(int)720,fFramerate=30/1’ ! nvdsosd ! nveglglessink