• Hardware Platform (Jetson AGX Orin Developer Kit)
• DeepStream Version - 6.2.0
• JetPack Version - 5.1.1-b56
• TensorRT Version - 8.5
• NVIDIA GPU Driver Version (valid for GPU only) - don’t know how to find this
• Issue Type( questions)
• How to reproduce the issue ? (command line)
• Requirement details( Run test1 for a Hello World understanding)
• Camera - HD Pro Webcam C920
• Monitor - MSI
I followed the README instructions (/opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test1) after completing Quickstart.html (Quickstart Guide — DeepStream 6.2 Release documentation). All has installed & compiled as expected.
At /opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test1 I ran
~$ ./deepstream-test1-app dstest1_config.yml
Added elements to bin
Using file: dstest1_config.yml
Running…
ERROR from element nv3d-sink: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Error details: gstbasesink.c(5367): gst_base_sink_change_state (): /GstPipeline:dstest1-pipeline/GstNv3dSink:nv3d-sink:
Failed to start
Returned, stopping playback
Deleting pipeline
~$
At this point I’m a novice with Deepstream and need some hints on how to run code without this error. I have been working with GStreamer & Jetson Inference for a while.
I see in the README under “.4 Usage:” the comments about “user needs to modify the source code” and
“user needs to update yml”. I have no idea what changes are needed per this statement. I ran the code as is.
Help would be appreciated to get me going. In addition, pointing me to other forum questions and/or training I could take to get hands on coding understanding to Deepstream would be appreciated. I’m past the theory stuff…
Thanks!!!