Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
first-commit
- Loading branch information
Mubaraq Olayinka
committed
Jul 8, 2024
0 parents
commit b8e2b5d
Showing
6 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
venv/ | ||
recordings/ | ||
__pycache__/ | ||
*.pyc | ||
*.pyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Only Motion Detector | ||
|
||
This project consists of three components: | ||
|
||
1. **Motion Detection**: Detects motion using cameras (MacBook and iPhone) and publishes notifications to an MQTT topic. | ||
2. **Sound Detection**: Detects sound using a microphone and publishes notifications to an MQTT topic. | ||
3. **Location Tracking**: Tracks location using MQTT messages and publishes updates to an MQTT topic. | ||
|
||
## Installation | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.coventry.ac.uk/4005CMD2425MAYSEP/only_motion_detector.git | ||
cd only_motion_detector |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
numpy==2.0.0 | ||
opencv-python==4.10.0.84 | ||
paho-mqtt==2.1.0 | ||
PyAudio==0.2.14 |
Empty file.