Skip to content
/ CrowsNest Public

Your personal electronic Barrelman perched in Crows Nest. Its actually a motion detection recorder made from OpenCV in Python

Notifications You must be signed in to change notification settings

Rr9/CrowsNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Keep a camera perched up in the Crows Nest to look out for you. 

Adjust the constants in the start of the python script to fit the needs of the room

CAMERA - select from multiple cameras (0 default)
FRAME_RATES - array [not recording loop wait time, recording loop wait time]
PIXELS - All the pixels in the video (default 640*480)
DETECT_PERCENT - Sensitivity of motion detection, lower the more sentitive 
NO_MOTION_TIME_THRESH = Loops to wait after last motion is seen before stopping recording
WRITE_FPS - FPS to write to file at, too high and the video will look fast forwarded
REC_AFTER - Amount of frames to pre-record with a .8s wait in between each

About

Your personal electronic Barrelman perched in Crows Nest. Its actually a motion detection recorder made from OpenCV in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages