Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.3 KB

mono_preview.rst

File metadata and controls

47 lines (30 loc) · 1.3 KB

Mono Preview

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

Similar samples:

  • RGB Preview
  • Depth Preview

Demo

Setup

Source code

Python

Also available on GitHub

../../../../examples/MonoCamera/mono_preview.py

C++

Also available on GitHub

../../../../depthai-core/examples/MonoCamera/mono_preview.cpp