Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 382 Bytes

Motion Detector

This repo contains a rapidly assembled Python script for detecting motion in videos.

The mask file selects an area of interest in which to search for motion in the cropped video frame.

The inputs are mp4 files in /videos The outputs are jpgs in /output_all_images

Install requirements

pip install -r requirements.txt

Run

python motion_detector.py