Mono Camera Control =================== This example shows how to control the device-side crop and camera triggers. TWo output is a displayed mono cropped frame, that can be manipulated 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 #. `e` will trigger autoexposure #. `i` and `o` will decrease/increase the exposure time #. `k` and `l` will decrease/increase the sensitivity iso .. rubric:: Similar samples: - :ref:`RGB Camera Control` - :ref:`Depth Crop Control` Demo #### .. raw:: html
Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/MonoCamera/mono_camera_control.py :language: python :linenos: .. tab:: C++ Also `available on GitHub `__ .. literalinclude:: ../../../../depthai-core/examples/MonoCamera/mono_camera_control.cpp :language: cpp :linenos: .. include:: /includes/footer-short.rst