Camera Preview ============== This example shows how to set up a pipeline that outputs a a preview for color camera, both mono cameras and their stereo depth. Each frame is displayed using OpenCV in blocking behavour. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_camera_preview.png :alt: Camera Preview Demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/camera_preview.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/CameraComponent/camera_preview.py :language: python :linenos: .. include:: /includes/footer-short.rst