Skip to content

Makes your Pi a timelapse server and control it with the browser (mobile ready).

Notifications You must be signed in to change notification settings

LiorKirsch/timelapsePi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Makes your Pi a timelapse server and control it with the browser (mobile ready).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published