Object Tracking =============== This example showcases the usage of object tracking in Depthai SDK. For more information about tracker configuration, please refer to `config tracker reference `__. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_object_tracking.png :alt: Object Tracking Demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/object_tracking.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__. .. literalinclude:: ../../../../examples/NNComponent/object_tracking.py :language: python :linenos: .. include:: /includes/footer-short.rst