Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.01 KB

sdk_preview_all_cameras.rst

File metadata and controls

41 lines (25 loc) · 1.01 KB

Preview All Cameras

This example shows how to set up a pipeline that outputs a a preview for each camera currently connected (and available) to the device. The preview is displayed in a window on the host machine. If run on OAK-D devices, this example does the same thing as the sdk_camera_preview example.

Demo

Camera Preview Demo

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub

../../../../examples/CameraComponent/preview_all_cameras.py