Coder Social home page Coder Social logo

cam-browser's Introduction

The Story

I had to install an IP camera 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. The solution was to simply create this very basic web app.

Feature list

  • basic HTTP Authentication
  • view images(jpg) and video(mkv) created by the cam on movement detection
  • navigate by date folders
  • add support to time zone
  • manual delete selected image and video
  • manual delete image and video per date
  • SMS notification on movement detection - free.Fr only
  • automatics purge files (dedicated service)
  • validate configuration on startup
  • manage more than one single home camera

Requirements

No DB needed, no framework, Just PHP >= 5.2 and you're good to go !

Screenshots

Here is how the current webapp looks like.

Build

Requirements :

  • php >= 5.2
  • composer
git clone https://github.com/raoul2000/cam-browser.git
cd cam-browser
composer install

NOTE : the composer package installed is dg/ftp-deployment which is only needed to deploy automatically the project on an FTP folder (see next chapter).

Deploy FTP

FTP deployment is managed by ftp deployment which is included in the composer dependencies.

To setup a stage deployment process :

  • duplicate the environment configuration file :
cp deploy\environment.conf.example deploy\stage.conf
  • update your deploy\stage.conf file
  • generate the deployment scripts with php deploy\create.php stage
  • start deployment with deploy\stage

Configuration

learn more about configuration

cam-browser's People

Contributors

raoul2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.