Sign inSign up

flyte/motion-mqtt

By flyte

•Updated over 8 years ago

Motion CCTV tracking software, plus mosquitto-clients installed.

Image
1

2.7K

flyte/motion-mqtt repository overview

⁠Docker Motion MQTT

Allows for publishing to MQTT when motion is detected using the following config values:

on_event_start mosquitto_pub -h test.mosquitto.org -u yourusername -P yourpassword -t "cam/office/motion" -m "on"
on_event_end mosquitto_pub -h test.mosquitto.org -u yourusername -P yourpassword -t "cam/office/motion" -m "off"

Recommended config values:

event_gap 5
output_pictures off
ffmpeg_output_movies off

Tag summary

Content type

Image

Digest

Size

151.6 MB

Last updated

over 8 years ago

docker pull flyte/motion-mqtt