From 459689e6af32f984adf9f543cdd2cbb40ed16446 Mon Sep 17 00:00:00 2001 From: Karolina Date: Fri, 2 Apr 2021 23:48:12 +0200 Subject: [PATCH 1/2] 19_mono_camera_control docs Added docs for mono camera control. Demo TBA. --- .../source/samples/19_mono_camera_control.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/source/samples/19_mono_camera_control.rst diff --git a/docs/source/samples/19_mono_camera_control.rst b/docs/source/samples/19_mono_camera_control.rst new file mode 100644 index 000000000..a9880a914 --- /dev/null +++ b/docs/source/samples/19_mono_camera_control.rst @@ -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 `__ + +.. literalinclude:: ../../../examples/19_mono_camera_control.py + :language: python + :linenos: + +.. include:: /includes/footer-short.rst From 0f9c8378f1417438988990da3645362bf7d97bf7 Mon Sep 17 00:00:00 2001 From: Erol444 Date: Mon, 5 Apr 2021 14:24:44 +0200 Subject: [PATCH 2/2] title styling fix --- docs/source/samples/19_mono_camera_control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/samples/19_mono_camera_control.rst b/docs/source/samples/19_mono_camera_control.rst index a9880a914..e3fa7187e 100644 --- a/docs/source/samples/19_mono_camera_control.rst +++ b/docs/source/samples/19_mono_camera_control.rst @@ -1,5 +1,5 @@ 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.