Skip to content

Commit 98ce40c

Browse files
authored
Merge pull request #832 from luxonis/obj_tracker_docs_update
Updated docs about max number of objects ObjectTracker can track
2 parents a855782 + b568589 commit 98ce40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/components/nodes/object_tracker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A similar comparison of object trackers with more information can be found `here
7373
Maximum number of tracked objects
7474
#################################
7575

76-
:code:`SHORT_TERM_KCF` can track up to 60 objects at once, while all other trackers can (theoretically) track up to 1000 objects at once.
76+
**ObjectTracker** node can track up to 60 objects at once. At the moment the firmware crashes if there are more than 60 objects to track.
7777

7878
Usage
7979
#####

0 commit comments

Comments
 (0)