Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 909 Bytes

sdk_camera_preview.rst

File metadata and controls

43 lines (24 loc) · 909 Bytes

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.

Demo

Camera Preview Demo

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub

../../../../examples/CameraComponent/camera_preview.py