Code Monkey home page Code Monkey logo

c8y_pi_surveillance's Introduction

Movement detection and persons counter for Raspberry PI

This Python program works with Python 3. It includes pretrained model. A Configuration file called "conf.json" needs to be added in the app folder. Content should look like that:

{
	"show_video": true,
	"min_upload_seconds": 3.0,
	"min_motion_frames": 8,
	"camera_warmup_time": 2.5,
	"delta_thresh": 5,
	"resolution": [640, 480],
	"fps": 16,
	"min_area": 5000,
	"c8y_baseurl": "https://<yourtenantname>.cumulocity.com",
	"c8y_username": "<yourusername>",
	"c8y_password": "<yourpassword>"
}

You will need to install the following packages (sudo apt-get install):

  • python3
  • libopencv-dev
  • python3-opencv
  • pyhton3-scipy
  • libhdf5-dev
  • libhdf5-serial-dev
  • libcblas-dev
  • libatlas-base-dev
  • libjasper-dev
  • libqtgui4
  • libqt4-test

Then install these Python libraries (pip3 install):

  • imutils
  • numpy
  • pybind11

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

c8y_pi_surveillance's People

Contributors

cpoder avatar techcommunity avatar

Watchers

 avatar James Cloos avatar  avatar

c8y_pi_surveillance's Issues

Topics

Hi Cyril,

can you please add one or multiple of the following topics to your repo?
'agent' or 'cumulocity-agent'
'webapp' or 'cumulocity-webapp'
'widget' or 'cumulocity-widget'
'client' or 'cumulocity-client'
'cli' or 'cumulocity-cli'
'microservice' or 'cumulocity-microservice'
'example' or 'cumulocity-example'
'tutorial' or 'cumulocity-tutorial'
'simulator' or 'cumulocity-simulator'
'extension' or 'cumulocity-extension'

This is needed to get an overview about all open-source Cumulocity IoT Repos at GitHub SAG Organization and make them visible on prominent pages.

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.