From: Calin Crisan Date: Sun, 27 Oct 2013 13:01:48 +0000 (+0200) Subject: added README.md X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=620df1bb2c7c17c4b3598acda8ccfedb24e68700;p=motioneye-debian added README.md --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..f97ed09 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# motionEye, the motion frontend # + +**motionEye **is a web-based user interface for [motion](http://www.lavrsen.dk/foswiki/bin/view/Motion). + +## Requirements ## + + * a machine running Linux + * python 2.6+ + * tornado + * jinja2 + * motion + * ffmpeg + * v4l2-utils + +On a debian-based system you could run: + + apt-get install python-tornado python-jinja2 motion v4l2-utils + +## Browser Compatibility ## + +motionEye works fine with most modern browsers, including IE8+. +Being designed with responsiveness in mind, it will also work nicely on mobile devices and tablets. + +## Installation ## + + 1. download the latest version from [bitbucket](https://bitbucket.org/ccrisan/motioneye/downloads) (use the *Tags* tab). + 2. extract the archive to a directory of your choice (e.g. your home directory): + + cd /home/user + tar zxvf ccrisan-motioneye-xyz.tar.gz + mv ccrisan-motioneye-xyz motioneye + + 3. create a `settings.py` file using the default template file (the default settings should do for now): + + cd motioneye + cp settings_default.py settings.py + + 4. motionEye can be run directly from the extracted directory; no root privileges are required: + + ./motioneye.py + + 5. point your favourite browser to + +## Raspberry PI ## + +If running motionEye on a Raspberry PI with a *CSI camera board*, see `raspicam/readme.txt`. +Also note that only one camera is supported when using this configuration. +