Skip to content

PatoOsoPatoso/motion_alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOTION_ALARM

Lucas Arroyo Blanco

PatoOsoPatoso

 

Table of contents

    1 )  Description

    1 )  Requeriments

    2 )  Modifications to be used

 
 

Description

A simple implementation of a motion based alarm in python.

If the sensor detects movement triggers a warning on the screen (for testing purposes) after that if there is ininterrumpted movement for 5 seconds starts filming, the duration of the capture will last until 5 seconds pass without movement.

 

Requeriments

  • OpenCV for python
  • A camera plugged into the computer

 

Modifications to be used

If you have more than one camera and want to use an other than the default one you have to modify this in order to select that one:

cap = cv2.VideoCapture(0) # Change the '0' to the device number listed by opencv

 
 

drawingbye bye

About

Motion alarm system with time intervals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages