Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.6 KB

mono_camera_control.rst

File metadata and controls

56 lines (37 loc) · 1.6 KB

Mono Camera Control

This example shows how to control the device-side crop and camera triggers. TWo output is a displayed mono cropped frame, that can be manipulated using the following keys:

  1. w will move the crop up
  2. a will move the crop left
  3. s will move the crop down
  4. d will move the crop right
  5. e will trigger autoexposure
  6. i and o will decrease/increase the exposure time
  7. k and l will decrease/increase the sensitivity iso

Similar samples:

  • RGB Camera Control
  • Depth Crop Control

Demo

Setup

Source code

Python

Also available on GitHub

../../../../examples/MonoCamera/mono_camera_control.py

C++

Also available on GitHub

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