moved under tlcam

This commit is contained in:
2014-12-09 10:45:18 +01:00
parent 5b24c32598
commit 3225359d0c
45 changed files with 13 additions and 2776 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
#!/bin/sh
if [ ! -d ./tmp/stream ]; then
mkdir -p ./tmp/stream
fi
LD_LIBRARY_PATH=./mjpg_streamer/
./mjpg_streamer/mjpg_streamer -i "./mjpg_streamer/input_file.so -f /tmp/stream" -o "./mjpg_streamer/output_http.so -w ./mjpg_streamer/www"
./mjpg_streamer/mjpg_streamer -i "./mjpg_streamer/input_file.so -f ./tmp/stream" -o "./mjpg_streamer/output_http.so -w ./mjpg_streamer/www"
+8 -3
View File
@@ -5,8 +5,13 @@ SAVEDIR=out/$1
NB=0
MAX=10000
mkdir $SAVEDIR
rm "$SAVEDIR/STOP"
if [ ! -d "$SAVEDIR" ]; then
mkdir -p "$SAVEDIR"
fi
if [ -f "$SAVEDIR/STOP" ]; then
rm "$SAVEDIR/STOP"
fi
while [ $NB -lt $MAX ]; do
NB=`expr $NB + 1`
@@ -23,4 +28,4 @@ while [ $NB -lt $MAX ]; do
done;
mk_tlcam_video.sh $SAVEDIR
./mk_tlcam_video.sh "$SAVEDIR"