Algorithm that detects moving objects in video feeds.
1. Clone repository on your local machine
2. Install the necessary dependencies
pip3 install -r requirements.txt
3. Run using the command
python3 motion_detection.py
Note: You can change the video displayed by adding your desired video to the same folder and changing the file name on line 6 as shown below.
capture = cv2.VideoCapture('YOUR__FILE_NAME')