Skip to content

Python OpenCV Application to monitor streaming video to detect people and trigger alerts.

License

Notifications You must be signed in to change notification settings

felipeagger/watchouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watchouse

Python Application to monitor streaming video to detect people and trigger alerts.

Initially custom to use in a Raspberry Pi and support only RTSP as a Streaming Source.

The script is main.py and the envs is required:

  • HOST
  • PORT
  • USR
  • PASSWORD

Personalize the send_alert function to make request to your favorite service trigger a push. (My is Push-bullet) And in this case the ENV ACCESS_TOKEN is required.

Dependencies

The model used is the smallest model: models/yolov5n.pt

About

Python OpenCV Application to monitor streaming video to detect people and trigger alerts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published