Ron
Published © GPL3+

Mobile Alerting for Surveillance Cameras

Instantly transform surveillance camera motion into actionable alerts with SIGNL4 – real-time, mobile, and mission-critical.

BeginnerFull instructions provided1 hour111
Mobile Alerting for Surveillance Cameras

Things used in this project

Hardware components

Camera (generic)
×1

Software apps and online services

SIGNL4 – Critical Mobile Alerting
SIGNL4 – Critical Mobile Alerting

Story

Read more

Schematics

Camera Alert

When a camera detects a movement it sends an email to SIGNL4. This triggers the mobile alert.

Code

Script for HTTP Post

BatchFile
In case you want to send any HTTP request instead of an email you can use this curl command.
curl -X POST "https://connect.signl4.com/webhook/{team-secret}"  -F "Title=Camera Alert" -F "Message=Nice view from the office." -F "File=@office-view.jpg" -H "Content-Type: multipart/form-data"

Credits

Ron
2 projects • 1 follower
Technology and IoT geek, co-fonder of Derdack, the developer of the alerting service SIGNL4.

Comments