Motion CCTV tracking software, plus mosquitto-clients installed.
2.7K
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
Content type
Image
Digest
Size
151.6 MB
Last updated
over 8 years ago
docker pull flyte/motion-mqtt