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:
Josh Hawkins
2024-09-11 19:53:58 -05:00
committed by GitHub
parent 62657ad05a
commit b4acf4f341
25 changed files with 97 additions and 98 deletions

View File

@@ -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>