readme update

This commit is contained in:
Senad Uka
2016-10-08 18:48:19 +02:00
parent 980e35fd96
commit 314ea49eaa

View File

@@ -11,6 +11,8 @@ crontab -e -u root
#enter these lines
*/5 * * * * cd /home/pi/projects/tfm/controller && sh activity.sh
*/30 * * * * /usr/bin/python /home/pi/projects/tfm/controller/network_check.py
*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_capture.py
*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_send.py
```
4. add following lines at the end of /etc/rc.local
@@ -29,3 +31,10 @@ mkdir -p /mnt/zoblakdata
```
tmpfs /mnt/zoblakdata tmpfs nodev,nosuid,size=100M 0 0
```
7. install packages
```
sudo apt-get update
sudo apt-get install libav-tools
```