mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-27 03:46:15 +08:00
Use tracked object instead of event language in docs and UI (#13685)
* Verbiage update: use tracked object instead of event * tweaks
This commit is contained in:
@@ -34,7 +34,7 @@ export default function ObjectSettingsView({
|
||||
{
|
||||
param: "bbox",
|
||||
title: "Bounding boxes",
|
||||
description: "Show bounding boxes around detected objects",
|
||||
description: "Show bounding boxes around tracked objects",
|
||||
},
|
||||
{
|
||||
param: "timestamp",
|
||||
@@ -130,7 +130,7 @@ export default function ObjectSettingsView({
|
||||
to detect objects in your camera's video stream.
|
||||
</p>
|
||||
<p>
|
||||
Debugging view shows a real-time view of detected objects and their
|
||||
Debugging view shows a real-time view of tracked objects and their
|
||||
statistics. The object list shows a time-delayed summary of detected
|
||||
objects.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user