Created a Security Camera using Computer Vision in Python 3 that will send users text messages if motion is detected
- Create Twilio Account
- Set up python project environment (Using PyCharm or equivalent)
- Use github's main.py
- Edit github.main
- Line 29: Update TWILIO_SID to yours
- Line 30: Update TWILIO_AUTH_TOKEN to yours
- Line 139: Update 'YOUR TWILIO PHONE NUMBER'
- Line 140: Update 'YOUR PHONE NUMBER'
- Copy countdown.mp3 to project directory
- Install Dependencies (Described Below)
- Run Program!
pip3 install twilio
https://www.twilio.com/docs/libraries/python
pip install opencv-python
https://pypi.org/project/opencv-python/ import cv2
pip3 install pyttsx3
https://pypi.org/project/pyttsx3/
pip3 install PyAudio
https://pypi.org/project/PyAudio/
pip3 install playsound