This project continuously monitors for unauthorized camera access. If a camera is detected, it captures the intruder's photo, takes a screenshot of the screen, and sends an email alert with the evidence.
- Detects active cameras
- Captures a photo if a camera is in use
- Takes a screenshot of the screen
- Sends an email alert with attached evidence
- Randomized monitoring intervals to avoid predictability
- Python
- OpenCV
- PyAutoGUI
- SMTP (Email Alert System)
- Clone the repository:
git clone https://github.com/yesh00008/Camera-Detector.git
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python camera_detector.py
For any issues or suggestions, feel free to reach out via GitHub Issues.