Skip to content

uriart/yicam-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* Build image

docker build -t yicam-processor:0.0.1 .

* Run container

docker run -d \
-e TELEGRAM_BOT_TOKEN='XXX' \
-e TELEGRAM_CHAT_IDS='XXX,XXX' \
-e MQTT_SERVER='XXX' \
-e MQTT_MOTION_TOPIC='XXX' \
-e CAM_IP_URI='http://XXX' \
-i yicam-processor:0.0.1

About

Yicam-processing is a Python service that processes images from an IP camera via MQTT. It uses YOLOv8 to detect people in motion-triggered captures and sends alerts with images to a Telegram bot. The bot also allows camera control and manual screenshots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors