Optionally show tracked object paths in debug view (#19025)

This commit is contained in:
Josh Hawkins
2025-08-16 10:20:33 -05:00
committed by Blake Blackshear
parent 3609b41217
commit 22478df4d6
6 changed files with 62 additions and 0 deletions
@@ -439,6 +439,11 @@
"desc": "Show a box of the region of interest sent to the object detector",
"tips": "<p><strong>Region Boxes</strong></p><br><p>Bright green boxes will be overlaid on areas of interest in the frame that are being sent to the object detector.</p>"
},
"paths": {
"title": "Paths",
"desc": "Show significant points of the tracked object's path",
"tips": "<p><strong>Paths</strong></p><br><p>Lines and circles will indicate significant points the tracked object has moved during its lifecycle.</p>"
},
"objectShapeFilterDrawing": {
"title": "Object Shape Filter Drawing",
"desc": "Draw a rectangle on the image to view area and ratio details",