IOT based security camera that sends intruder message in whatsapp
This is a project which is used to keep continuous monitor on your security camera system.
- Text Editor
- Ngrok
- Xampp
- Python language
- cv2 (pip install cv2)
- twilio (pip install twilio)
- Clone this repository by using "git clone https://github.com/PradeepBaipadithaya/IOT-Project.git" in git bash.
- Install the required package for python project.
- Download ngrok software.
- Download Xampp software and start "Apache" module.
- Run ngrok software and type "ngrok http 80".
- Copy paste url of ngrok to media_url of python code.
- Have an account in Twilio and use those tokens.
- Run the python code and you will get whatsapp message if any intruder gets caught in camera.
- If you're using external web cam then make value of VideoCapture(0) as VideoCapture(1).