diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 3712d517c..45921dc52 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -399,7 +399,7 @@ class CameraState: box[2], box[3], obj["label"], - f"{obj['score']:.0%} {int(obj['area'])}", + f"{'(Stat)' if obj['stationary'] else '(Actv)'} {obj['score']:.0%} {int(obj['area'])}", thickness=thickness, color=color, )