Giter Site home page Giter Site logo

pimotion's Introduction

PiMotion
========

Pure python motion detection and high quality video recording for the Raspberry Pi Camera Module.

The method used is to capture the video at a high resolution (1920 x 1440 x 15fps by default) then scale it down to final resolution using the GPU to achieve a cleaner image quality thanks to oversampling.

Yes, the Pi can handle it just fine, though it may choke a bit sometimes when doing the motion detection while recording the video. The "Stop recording" method may take a bit too long to kick in, but nothing too bad.

The motion detection is based on the picam.py script, and is achieved by capturing tiny images through the video port without stopping the video recording (image is captured at full resolution and scaled using the gpu), and then checking for changes in these images and triggering "start" and "stop" video recording methods.

Requires installation of PIL and picamera modules:
sudo apt-get install python-imaging-tk
sudo apt-get install python-picamera

I'm not a real programmer, so feel free to improve, simplify my code and let me know so I can use it as well! :-)
Cheers!
Leo.

pimotion's People

Contributors

doctorwhoof avatar richardpoole42 avatar

Stargazers

Raphaël Vinot avatar

Watchers

 avatar

Forkers

rafiot

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.