Computer vision using python.
Motion detection using Python 3 and openCV 3.0
- Records any movement (including 40 frames before the beginning of the action) and stores in /videos.
Motion detection using Python 3 and openCV 3.0
- If movement detected sends message to telegram according to configurationbot.
- Configuration can be fount at /motionDetection2/secret_data.json
usage:
$ python3 motionDetection.py
TODO:
- Upload code to Github
- Change the location of the output video
- Change the name of the output video as the date of the movement.