Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/source/samples/19_mono_camera_control.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
19 - Mono Camera Control
========================

This example shows how to control two mono cameras, set up a pipeline that outputs grayscale camera images, connects over XLink to transfer these
to the host real-time, and displays both using OpenCV.

Setup
#####

.. include:: /includes/install_from_pypi.rst


Source code
###########

Also `available on GitHub <https://github.com/luxonis/depthai-python/blob/main/examples/19_mono_camera_control.py>`__

.. literalinclude:: ../../../examples/19_mono_camera_control.py
:language: python
:linenos:

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