The aim of this project to create a smart camera which utilizes the computer vision techniques installed in various institutions. In this project, the security cameras will become active when any motion is detected and send the pictures of the movement through the mail and record the video in any external storage devices and also alarms the surrounding about the theft.
Use the package manager pip to install packages.
sudo pip install opencv-python
python CameraSurveillance_email_Main.py
For Email Configuration:
Edit in Python script
fromaddr = "*****************" (Base Station Email Account)
toaddr = "*******************" (Remote Location Email Account)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.