Realtime Visual Tracking of People plus Prometheus Stats
In this post I describe a realtime human tracking application, written in Python which also makes statistics available via Prometheus metrics.
# HELP number_of_people_detected Current count of people detected
# TYPE number_of_people_detected gauge
number_of_people_detected 1.0