https://github.com/hectorta1989/intruder-alert-system-with-azure-iot-hub
Intruder alerting system with Azure IOT Hub based on ESP-32 IP Camera
https://github.com/hectorta1989/intruder-alert-system-with-azure-iot-hub
arduino azure azure-iot azure-iot-edge azure-iothub esp32 iot ipcamera
Last synced: 8 months ago
JSON representation
Intruder alerting system with Azure IOT Hub based on ESP-32 IP Camera
- Host: GitHub
- URL: https://github.com/hectorta1989/intruder-alert-system-with-azure-iot-hub
- Owner: HectorTa1989
- License: gpl-3.0
- Created: 2023-03-23T20:24:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T20:31:16.000Z (over 2 years ago)
- Last Synced: 2025-01-07T06:47:55.188Z (9 months ago)
- Topics: arduino, azure, azure-iot, azure-iot-edge, azure-iothub, esp32, iot, ipcamera
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intruder alerting system with Azure IOT Hub based on ESP-32 IP Camera
This project has a live streaming video with face recognition(I took the example code from arduino IDE) , whenever it finds an intruder it will call take picture method and convert that image binary into base 64 string and send that string to Azure IOT hub using MQTT protocol . From Azure IOT hub we will route that message to a Azure Function App which converts that base 64 image to blob and stores that in Azure blob storage , whenever a blob is created it will trigger one more function which sends the email with that intruder picture.