mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Don't show any designator when active
This commit is contained in:
parent
e3383e0bde
commit
e475683b18
@ -399,7 +399,7 @@ class CameraState:
|
|||||||
box[2],
|
box[2],
|
||||||
box[3],
|
box[3],
|
||||||
obj["label"],
|
obj["label"],
|
||||||
f"{'(Stat)' if obj['stationary'] else '(Actv)'} {obj['score']:.0%} {int(obj['area'])}",
|
f"{'(Stat)' if obj['stationary'] else ''} {obj['score']:.0%} {int(obj['area'])}",
|
||||||
thickness=thickness,
|
thickness=thickness,
|
||||||
color=color,
|
color=color,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user