All Projects → OmalPerera → Human-detection-system-with-raspberry-Pi

OmalPerera / Human-detection-system-with-raspberry-Pi

Licence: other
A motion detection system with RaspberryPi, OpenCV, Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Human-detection-system-with-raspberry-Pi

Raspberryio
The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
Stars: ✭ 593 (+1086%)
Mutual labels:  camera, raspberry-pi-camera, raspberry-pi-3
Pi Camera In A Box
Stream your Raspberry Pi Camera Module directly to your web browser
Stars: ✭ 49 (-2%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Fotobox
Python based photo-booth script for Raspberry Pi and RPi Camera
Stars: ✭ 22 (-56%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Balena Cam
Network Camera with Raspberry Pi and WebRTC. Tutorial:
Stars: ✭ 120 (+140%)
Mutual labels:  camera, raspberry-pi-camera
book-ml
書籍「今すぐ試したい!機械学習・深層学習(ディープラーニング)画像認識プログラミングレシピ」のソースコードを配布するレポジトリです。
Stars: ✭ 29 (-42%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (-4%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (+38%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (+486%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
azure-iot-starter-kits
Samples for Azure IoT starter kits.
Stars: ✭ 29 (-42%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (-44%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (+204%)
Mutual labels:  camera, raspberry-pi-camera
Object-sorting-using-Robotic-arm-and-Image-processing
Sorting objects of different colors using robotic arm and using computer vision (image processing).
Stars: ✭ 21 (-58%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
webcam-to-cctv-using-rpi
In this project, we will use a webcam with Raspberry Pi to live stream wirelessly.
Stars: ✭ 17 (-66%)
Mutual labels:  raspberry-pi-camera, raspberry-pi-3
pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (-56%)
Mutual labels:  camera, raspberry-pi-camera
TouchControl
Control at your fingertips.
Stars: ✭ 16 (-68%)
Mutual labels:  camera
CameraV
CameraV: InformaCam Default Android App
Stars: ✭ 81 (+62%)
Mutual labels:  camera
vigilantpi
VigilantPI is a lightweight NVR which targets mainly Raspberry Pi
Stars: ✭ 14 (-72%)
Mutual labels:  raspberry-pi-3
fmo-cpp-demo
Fast Moving Objects Detection (demo version)
Stars: ✭ 36 (-28%)
Mutual labels:  camera
android-pickpic
Ready to use library that allows people to select pictures from their device and Facebook account.
Stars: ✭ 12 (-76%)
Mutual labels:  camera
isaac ros argus camera
ROS2 packages based on NVIDIA libArgus library for hardware-accelerated CSI camera support.
Stars: ✭ 21 (-58%)
Mutual labels:  camera

Human Detection System using Raspberry Pi

Functionality

Activates a relay on detecting motion.

You may need following components to get the expected Results

Hardware Components

Software Requirements

  • Any compatible Raspbian OS can be used.
  • Update the OS to latest sudo apt-get update
  • Upgrade the OS sudo apt-get upgrade
  • Update the Raspberry Pi firmware sudo rpi-update
  • Should install OpenCV sudo apt-get install libopencv
  • Should Install Python
  • imutils pip install imutils
  • RPi.GPIOpip install RPi.GPIO

If you need to update openCV to latest version install following dependencies

sudo apt-get install build-essential checkinstall cmake pkg-config yasm
sudo apt-get install libtiff4-dev libjpeg-dev libjasper-dev
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libxine-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libv4l-dev 
sudo apt-get install python-dev python-numpy
sudo apt-get install libtbb-dev
sudo apt-get install libqt4-dev libgtk2.0-dev

Usage

python pi_surveillance.py --conf conf.json
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].