Stereo Recording 
================

This example shows how to record disparity map to a file.

.. include::  /includes/blocking_behavior.rst
    


Setup
#####

.. include::  /includes/install_from_pypi.rst

Pipeline
########

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


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

.. tabs::

    .. tab:: Python

        Also `available on GitHub <https://github.com/luxonis/depthai/depthai_sdk/recording/stereo_record.py>`_.


        .. literalinclude:: ../../../../examples/recording/stereo_record.py
            :language: python
            :linenos:

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