A simple motion detection camera I made in order to track changes my room.
#In order to use
-
Install the dependancies from the requirenments file(best on a virtual environment)
-
If you have multiple webcams change the zero in "cam = cv2.VideoCapture(0)" to 1,2, or whatever camera number you wish to use
-
Run the Script!