Depth Crop Control ================== This example shows usage of depth camera in crop mode with the possibility to move the crop. You can manipulate the movement of the cropped frame by using the following keys: #. `w` will move the crop up #. `a` will move the crop left #. `s` will move the crop down #. `d` will move the crop right .. rubric:: Similar samples: - :ref:`RGB Camera Control` - :ref:`Mono Camera Control` Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/StereoDepth/depth_crop_control.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/StereoDepth/depth_crop_control.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst