No frame is processed when running deepstream_test_1.py

Please provide complete information as applicable to your setup.

**• Machine OS: Windows
**• Hardware Platform: GPU RTX 3050
• DeepStream Version: 6.4
• TensorRT Version: 8.6.1.6 (Run on image tensorrt:23.12-py3)
• NVIDIA GPU Driver Version (valid for GPU only): 532.10
• Issue Type( questions, new requirements, bugs): Nothing happen upon running deepstream_test_1.py, require help
• 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)

  1. git clone GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications
  2. docker run --gpus all -it --rm --net=host --privileged -v deepstream_python_apps:/opt/nvidia/deepstream/deepstream-6.4/sources/deepstream_python_apps -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.4 nvcr.io/nvidia/deepstream:6.4-triton-multiarch
  3. cd sources/deepstream_python_apps/apps/deepstream-test1
  4. python3.10 deepstream_test_1.py …/…/stream/sample_720.h264

Results:
Nothing is run after the printout of ‘Starting pipeline’

Appreciate help and guidance. Thank you

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Are you using WSL? Currently Windows is not officially supported.

There are unofficial tutorials here, you can refer to them. Currently only native Linux is supported.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.