Giter Site home page Giter Site logo

dakostu / littlesister Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 102 KB

Create a video surveillance system with your Raspberry Pis, with difference calculation and delta encoding

License: GNU General Public License v2.0

Python 100.00%
python raspberry-pi raspberry-pi-camera image-processing delta-encoding

littlesister's Introduction

LittleSister

LittleSister is a Python script suite that establishes a modular and customizable video streaming surveillance system.

The software also employs a picture difference calculation and (simple) delta encoding to not send entire pictures all the time, but only differences between frames. This saves bandwidth.

How to Install LittleSister

Firstly, this program only works with Raspberry Pi Camera Modules.

You need to establish a network connection between two or more Raspberry Pis before installing LittleSister.

One Pi has to be designated as the "master". This master will contain the Python scripts located in the "src/master" folder.

The other Pis will be "slaves". They will contain the Python scripts located in the "src/slave" folder.

After copying the files, the result will (probably) be a star network topology in which slaves "vomit" data towards the master.

LittleSister logo

How to set up & run LittleSister

Master Raspberry Pi

  1. Change the network settings (IP of master and UDP port) in PictureSettings.py of master source code folder, if necessary.
  2. On the master Raspberry Pi, launch LaunchMaster.py.

Slave Raspberry PI

  1. Change the settings in PictureSettings.py of source source code folder, if necessary.
  2. On a slave Raspberry Pi, launch LaunchSlave.py.

Python Dependencies

LittleSister has the following Python dependencies:

  • imghdr
  • io
  • os
  • PIL
  • select
  • socket
  • sys
  • StringIO
  • time

LittleSister logo

littlesister's People

Contributors

dakostu 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.