commit c00299abb9486cf041e7a1b4a2e5215d04116d1a Author: Emil Wolff Date: Fri Jan 30 11:07:14 2026 +0100 add README diff --git a/README.md b/README.md new file mode 100644 index 0000000..6564b2e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Surveillance Web interface based on motion +A simple web interface written in php for surveillance cameras. + +## Setup +1. clone this repository +2. install motion (`# apt install motion`) +3. create motion config files for your camera setup: + - `target_dir` is always this directory + - motion captures write to `%Y-%m-%d//%H-%M-%S-%q%v` + - live captures write to `live/_%S` + - example config files can be found in `example_config/motion` +4. modify `config.inc.php`: + - set `$inc_pfad_www` to this directory + - set `$inc_cams` to an array of your cam-ids + - set `$inc_cams_label` to the display name for each camera +5. start motion `$ motion` +6. start an http server in this directory + +## Screenshots +_TODO_