Motion Detection using openCV The program detects motion of any object that appears infront of it after the first frame is captured by the camera and notes the time stamp when the object comes into the frame and leaves it and stores the in and out time in a .csv file
The requirements:-
- OpenCV
- pandas
- Python2