Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 586 Bytes

TimelapsePi

Makes your Pi a timelapse server and control it with the browser (and also your smartphone browser).

First make sure you installed 'streamer' and 'mencoder'.

sudo apt-get install -y streamer mencoder

To run type:

python2.7 timeLapseServer.py

To run it at startup please create a file called /etc/init.d/timeLapse

The content of the file should be:

cd the_folder_contating_the_python_script

sudo -u pi python timeLapseServer.py 2> ./activity_log.txt 1>> ./activity_log.txt &

Then go to the browser to control it.

http://your_address:8000/