Giter VIP home page Giter VIP logo

surveillance-system's People

Contributors

kcuric avatar mkristofic avatar ygoro avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

surveillance-system's Issues

Implement the client class

Implement a class whose methods will be running on the Raspberry PI devices. Class should be "plug n' play" meaning user should be able to instantiate the user class and call the run() method - class should do all the rest.

Client class should use the following developed modules:

  • Recorder (class for recording video)
  • Streamer (class for transferring the footage)
  • Detector (class for motion detection)

pipenv

Create the pipenv files so the virtual environment can be used.
Needed dependencies on the client side:

  • OpenCV
  • ...

Implement face detection

Implement a face detection class via OpenCV in Python.
Class name: "Detector"
Store the class source code inside the "modules" folder.

Separate the Recorder from the Streamer

Streamer is currently dependent on the Recorder class - this should not be the case. Both Recorder and Streamer should be instantiated inside the client script.

User notification mail

On the server side implement email sending to the user if detection has occurred on the camera. User should get the following info:

  • date and time when did the detection occurred
  • picture in which the face was detected

Send the email to your own email address or make a new email address for this purpose.

Implement signal handling

Implement signal handling for the client and the server side. Stopping the execution should free all used resources (ports, objects, etc.).

Implement video capture

Implement video capture via OpenCV.
Class name: "Recorder".
Store the class source code inside the "modules" folder.

Implement image transfer

Implement a class that enables sending images from the client (Raspberry PI) to the server (GCP VM Instance).
Class name: "Streamer".
Store the class source code inside the "modules" folder.

Install server dependencies

Install dependencies on the GCP VM Instance. Python, Python modules, etc..
Dependencies of the GCP VM Instance (known for now):

  • Flask

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.