Object tracker on video ======================= This example shows how to run MobileNetv2SSD on video input frame, and perform object tracking on persons. .. rubric:: Similar samples: - :ref:`Object tracker on RGB` - :ref:`Spatial object tracker on RGB` Demo #### Setup ##### .. include:: /includes/install_from_pypi.rst .. include:: /includes/install_req.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/ObjectTracker/object_tracker_video.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/ObjectTracker/object_tracker_video.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst