Skip to content

art3mHQ/cv2_motion_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Multi-Plaform Motion Detection App

Python GUI application apt to detect motion captured by your computer camera using openCV and PIL. When something appears at cam, app start saving pics in the script dir.

Prerequisites

  1. Install Python https://www.python.org/downloads/ (python 3)

  2. Install libs:

pip install opencv-python
pip install pillow

Run

From cli type something like:

python3 cv2_to_detect_motion.py 

Note: If you plan to use this app in area with natural light (day-night shiftings), you have to relaunch the script to update initial picture (via cron eg.).

Authors

See also the list of [contributors] who participated in this project.

  • art3mHQ - gui, some adjustments

About

Motion detection and capturing app repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages