Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Xavier NX Developer Kit
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) Questions
• 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)
Hello I am new to use Deepstream SDK.
I installed JetPak 5.1. and Deepstream SDK 6.2
( * Method 1: Using SDK ManagerSelect DeepStreamSDK
from the Additional SDKs
section along with JP 5.1 GA software components for installation.)
Also i installed Graph Composer Debian package for for ARM64 ( Graph Runtime for ARM ) and reference graphs [Reference Examples]
I am executing the commands from the documentation:
cd /opt/nvidia/deepstream/deepstream/reference_graphs/deepstream-test1
/opt/nvidia/graph-composer/execute_graph.sh deepstream-test1.yaml
parameters.yaml -d …/common/target_aarch64.yaml
eg@ubuntu:/opt/nvidia/deepstream/deepstream/reference_graphs/deepstream-test1$ /opt/nvidia/graph-composer/execute_graph.sh deepstream-test1.yaml \
parameters.yaml -d ../common/target_aarch64.yaml
Graphs: deepstream-test1.yaml,parameters.yaml
Target: …/common/target_aarch64.yaml
Running deepstream-test1.yaml
[INFO] Writing manifest to /tmp/ds.deepstream-test1/manifest.yaml
2023-02-08 16:24:48.228 INFO gxf/gxe/gxe.cpp@180: Creating context
2023-02-08 16:24:49.759 INFO gxf/gxe/gxe.cpp@105: Loading app: ‘/opt/nvidia/deepstream/deepstream-6.2/reference_graphs/deepstream-test1/deepstream-test1.yaml’
2023-02-08 16:24:49.759 INFO gxf/std/yaml_file_loader.cpp@129: Loading GXF entities from YAML file ‘/opt/nvidia/deepstream/deepstream-6.2/reference_graphs/deepstream-test1/deepstream-test1.yaml’…
2023-02-08 16:24:49.773 INFO gxf/gxe/gxe.cpp@105: Loading app: ‘/opt/nvidia/deepstream/deepstream-6.2/reference_graphs/deepstream-test1/parameters.yaml’
2023-02-08 16:24:49.774 INFO gxf/std/yaml_file_loader.cpp@129: Loading GXF entities from YAML file ‘/opt/nvidia/deepstream/deepstream-6.2/reference_graphs/deepstream-test1/parameters.yaml’…
2023-02-08 16:24:49.915 INFO gxf/gxe/gxe.cpp@249: Initializing…
2023-02-08 16:24:50.140 INFO extensions/nvdsbase/nvds_scheduler.cpp@270: This program is linked against GStreamer 1.16.3
2023-02-08 16:24:50.142 INFO extensions/nvdssource/nvurisrcbin.hpp@24: initialize: nvurisrcbin single_source_input
2023-02-08 16:24:50.142 INFO extensions/nvdsmuxdemux/nvstreammux.hpp@27: initialize: nvstreammux streammux
2023-02-08 16:24:50.143 INFO extensions/nvdsinference/nvinferbin.hpp@24: initialize: nvinferbin object_detector
2023-02-08 16:24:50.143 INFO extensions/nvdsvisualization/nvosdbin.hpp@24: initialize: nvosdbin onscreen_display
2023-02-08 16:24:50.143 INFO extensions/nvdsoutputsink/nvvideorenderersinkbin.hpp@24: initialize: nvvideorenderersinkbin video_renderer
2023-02-08 16:24:50.144 INFO gxf/gxe/gxe.cpp@256: Running…
2023-02-08 16:24:50.144 INFO extensions/nvdsbase/nvds_scheduler.cpp@121: Scheduling 5 elements and 1 components
2023-02-08 16:24:50.144 INFO extensions/nvdssource/nvurisrcbin.hpp@32: create_element: nvurisrcbin single_source_input
2023-02-08 16:24:50.144 ERROR extensions/nvdssource/nvurisrcbin.hpp@36: Could not create GStreamer element ‘nvurisrcbin’
2023-02-08 16:24:50.144 ERROR gxf/std/program.cpp@461: Couldn’t run async. Deactivating…
2023-02-08 16:24:50.145 ERROR gxf/core/runtime.cpp@1235: Graph run failed with error: GXF_FAILURE
2023-02-08 16:24:50.145 ERROR gxf/gxe/gxe.cpp@259: GxfGraphRunAsync Error: GXF_FAILURE
End deepstream-test1.yaml
[INFO] Graph installation directory /tmp/ds.deepstream-test1 and manifest /tmp/ds.deepstream-test1/manifest.yaml retained
Test runs with error: ERROR extensions/nvdssource/nvurisrcbin.hpp@36: Could not create GStreamer element ‘nvurisrcbin’
Please tell me what am I doing wrong? Thank you !