1
0
Fork 0

Update process.sh into st_compress.sh

pull/5/head
fmederos 2017-08-20 23:51:58 -03:00
parent c199b55d50
commit 8e5a6f8e5c
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,8 @@ Run notes
* If you have different video capture devices you may add a /etc/udev/rules.d/99-server.rules file to
add symlinks and use them to address a particular camera. Otherwise video devices can get mixed.
You may use a command such as 'udevadm info -a -n /dev/video1' to get your capture device attributes.
A sample rules file is available as guide.
A sample rules file is available as guide in data/. Note symlinks do not work, the file must be}
modified and copied to /etc/udev/rules.d/.
* You should install NTP support on the system and configure time/date to automatically
sinchronize to time servers.
* If you re-run install_sattools.sh you should previously rmdir sattools directory or otherwise souces

View File

@ -25,6 +25,7 @@ while true; do
echo "Moving to $ST_OBSDIR/$DIR"
echo "observing" >$ST_OBSDIR/control/state.txt
cp $ST_OBSDIR/control/position.txt .
cp $ST_OBSDIR/control/scale.txt .
cp $ST_OBSDIR/control/camera.txt .
fi