The python project application captures video from the webcam, processes the frames to detect motion, and sends an email with an image attachment of the detected object.
- Clone the repository to your local machine.
- Install the required libraries: pip install opencv-python
- Update the email credentials in gmail.py.
- Run the main.py: python main.py
- Ensure the webcam is connected and functioning properly.