videoCapture There are two files in this project. 1. capture.py a simple python script to capture video. 2. motion_detector.py a python script to detect motion. Clone or download this repository git clone https://github.com/SaquibAnwar/videoCapture.git Libraries Used in capture.py : openCV Pandas Install dependencies pip install opencv-python pip install pandas