https://github.com/mannekeenpis/webcam-motion-detector
🎥 Controlling the Webcam and Detecting Objects (Python/OpenCV)
https://github.com/mannekeenpis/webcam-motion-detector
cv2 python
Last synced: about 1 month ago
JSON representation
🎥 Controlling the Webcam and Detecting Objects (Python/OpenCV)
- Host: GitHub
- URL: https://github.com/mannekeenpis/webcam-motion-detector
- Owner: mannekeenpis
- Created: 2022-03-04T16:41:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T15:30:45.000Z (about 3 years ago)
- Last Synced: 2025-03-14T14:08:32.639Z (about 2 months ago)
- Topics: cv2, python
- Language: Python
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Controlling the Webcam and Detecting Objects
![]()
![]()
![]()
![]()

- Python 3
- OpenCV
- Pandas---
# Installation on Linux and Unix like OS
- `git clone https://github.com/lenargasimov/webcam-motion-detector.git`
- `cd webcam-motion-detector`
- `python3 main.py`# Instalation on Windows
- `git clone https://github.com/lenargasimov/webcam-motion-detector.git`
- `cd webcam-motion-detector`
- `python main.py`