dfa93ccf275b2a4ed387e5939603b1fb2cf3c239
Surveillance Web interface based on motion
A simple web interface written in php for surveillance cameras.
Setup
- clone this repository
- install motion (
# apt install motion) - create motion config files for your camera setup:
target_diris always this directory- motion captures write to
%Y-%m-%d/<cam-id>/%H-%M-%S-%q%v - live captures write to
live/<cam-id>_%S - example config files can be found in
example_config/motion
- modify
config.inc.php:- set
$inc_pfad_wwwto this directory - set
$inc_camsto an array of your cam-ids - set
$inc_cams_labelto the display name for each camera
- set
- start motion
$ motion - start an http server in this directory
Screenshots
TODO
Description
Languages
PHP
100%