Car Tracking Example
====================

This example shows how to use SDK to run inference on a pre-saved video file and display the results.

.. include::  /includes/blocking_behavior.rst
    
Demo
####
.. image:: /_static/images/demos/sdk_car_tracking.gif
      :alt: Car Tracking Demo

Setup
#####

.. include::  /includes/install_from_pypi.rst

Pipeline
########

.. image:: /_static/images/pipelines/car_tracking.png
      :alt: Pipeline graph



Source Code
###########

.. tabs::

    .. tab:: Python

        Also `available on GitHub <https://github.com/luxonis/depthai/tree/main/depthai_sdk/examples/mixed/car_tracking.py>`_.

        .. literalinclude:: ../../../../examples/mixed/car_tracking.py
            :language: python
            :linenos:

.. include::  /includes/footer-short.rst