Giter VIP home page Giter VIP logo

motion-detector's Introduction

Motion Detector

A small library to extract segments of CCTV footage with motion.

Usage

After downloading the code, you can install and run the package with:

$ pipenv install
$ pipenv shell
$ extract-motion ...

Note that by default, this will re-encode the parts with motion with HEVC (using GPU acceleration) though the default arguments are for FFMPEG running on Linux. These will need to be adjusted.

Documentation

usage: extract-motion [-h] [-b BACKGROUND] [-m MASK] [--history HISTORY] [-s] [-v] video

positional arguments:
  video                 Path to the video file

optional arguments:
  -h, --help            show this help message and exit
  -b BACKGROUND, --background BACKGROUND
                        reference background image
  -m MASK, --mask MASK  Bounds of rectangle to ignore, specified as 'x1,x2,y1,y2'
  --history HISTORY
  -s, --show            Show the stream
  -v, --verbose

Workings

This uses a weighted moving average of the previous images in order to determine whether there has been any change. When changes are detected, the previous and next 2 seconds are included and then everything is exported to a new file.

motion-detector's People

Contributors

jp-ellis avatar

Watchers

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