Here is my environment:
Device: Jetson Nano 2GB
Jetpack: L4T 32.5.1 [ JetPack 4.5.1 ]
Ubuntu 18.04.5 LTS
Kernel Version: 4.9.201-tegra
CUDA 10.2.89
CUDA Architecture: 5.3
OpenCV version: 4.1.1
Following Quickstart Guide, I prepared the Jetson device and installed the DeepStream SDK.
Install went through without any ERROR.
When I tries to Run deepstream-app (the reference application, using the following command
deepstream-app -c /opt/nvidia/deepstream/deepstream-5.1/samples/configs/deepstream-app
Here is the ERROR message I got:
** ERROR: <parse_config_file:532>: parse_config_file failed
** ERROR: main:627: Failed to parse config file ‘/opt/nvidia/deepstream/deepstream-5.1/samples/configs/deepstream-app’
Quitting
App run failed
Other answers/discussions on this topic in this and other forums are of no use to me
Help me to fix this !!