Please provide complete information as applicable to your setup.
jetpack 6.2
Tensorrt 10.3.0.30
cuda 12.6.68
cudnn 9.3.0.75
Driver Version: 540.4.0
• Hardware Platform (Jetson / GPU) Orin Nano Super Developer Kit
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) 6.2
• TensorRT Version 10.3.0.30
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
Frequent Crash when using deepstream SDK 7.1 and using NVOSD to draw the lines, crashing randomly after 1-5 minutes of starting the program. Input is RTSP stream and output is also RTSP stream.
• 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)
Run any program which is drawing OSD, we are drawing lines and text. Same program is running successfully on JETSON NANO and dGPU with deepstream 6.3 and deepstream 6.2 without any single issue.
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
[2025-02-13 16:39:22.310] [error] ERROR from element nv-onscreendisplay: Unable to draw shapes onto video frame by GPU
[2025-02-13 16:39:22.310] [error] Error details: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsosd/gstnvdsosd.c(645): gst_nvds_osd_transform_ip (): /GstPipeline:LogicMo-Queue-Buster/GstNvDsOsd:nv-onscreendisplay
[2025-02-13 16:39:22.310] [info] Returned, stopping playback
Please help, got stuck. There is one more error leading to crash which I am posting separately.