aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan <yanxk.fnst@fujitsu.com>2024-02-19 19:11:50 +0800
committerYan <yanxk.fnst@fujitsu.com>2024-02-19 19:11:50 +0800
commit454895d604435fcd9cebf8877f7ace6a14d27a62 (patch)
tree9dcb030ea10d58870af90bc2ae616b2982a9ec4d
parent108110078dd1ffece12a6d68f9c2f687c3521447 (diff)
use this script file to start the demo Change-Id: I5bc5d24d42a2a80a2f8b25f463782e353dfd9bba Signed-off-by: Yan <yanxk.fnst@fujitsu.com>
-rwxr-xr-xstart_demo.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/start_demo.sh b/start_demo.sh
new file mode 100755
index 0000000..253591c
--- /dev/null
+++ b/start_demo.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/sh
+
+export LD_LIBRARY_PATH="/usr/lib/mjpg-streamer"
+mjpg_streamer -i "/usr/lib/mjpg-streamer/input_uvc.so -y" -o "/usr/lib/mjpg-streamer/output_http.so -w /etc/MJPG-streamer/www" &
+demo_start &
+boa &