Initial commit
This commit is contained in:
10
orin/scripts/start.sh
Normal file
10
orin/scripts/start.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Источник можно переопределить: file:///..., rtsp://..., rtmp://... и т.п.
|
||||
URI="${DS_SOURCE:-file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264}"
|
||||
|
||||
echo "Running deepstream-test1-app with source: ${URI}"
|
||||
|
||||
cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test1
|
||||
exec ./deepstream-test1-app "${URI}"
|
||||
Reference in New Issue
Block a user