Hello Experts,
I can find the deepstream SDK already installed. I am trying to run few samples.
For Ex: the precompiled OpenCV samples we are trying to execute. But is throwing error
Hello Experts,
I can find the deepstream SDK already installed. I am trying to run few samples.
For Ex: the precompiled OpenCV samples we are trying to execute. But is throwing error
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
To run:
$ ./deepstream-opencv-test
e.g.
$ ./deepstream-opencv-test file:///home/nvidia/video1.mp4
please refer comment 2 of the usage. your file input used wrong format.
Try to run from here, or the config will not be found.
/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-opencv-test
Hi @Amycao
Thanks it works