https://github.com/raoul2000/san-luis-control
https://github.com/raoul2000/san-luis-control
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raoul2000/san-luis-control
- Owner: raoul2000
- Created: 2016-07-29T19:07:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T17:21:39.000Z (about 6 years ago)
- Last Synced: 2025-02-09T01:48:19.514Z (4 months ago)
- Language: PHP
- Size: 272 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The Story
I had to install an [IP camera](http://www.foscam.com/) some weeks ago and among available features, it can perform movement detection : when a movement is detected, some photo (snapshot) and a video are created and saved to an FTP folder. Cool ! I though I could configure this feature and that's what I did. Everything worked fine but I had no way to take a look to the images/video that were taken on movement detection. I also wanted to be notified on movement detection and ... what about maintenance ? Were these images and video supposed to remain forever in the upload folder ?
Well, there was several problem to solve and services to implement: this project has been created to solve these problem and provide missing features.
Checkout the [Documentation](doc/README.md) to learn more ...