#include <iostream>
#include "depthai/depthai.hpp"
Go to the source code of this file.
|
| static int | clamp (int num, int v0, int v1) |
| |
| int | main () |
| |
◆ clamp()
| static int clamp |
( |
int |
num, |
|
|
int |
v0, |
|
|
int |
v1 |
|
) |
| |
|
static |
◆ main()
◆ EXP_STEP
| constexpr int EXP_STEP = 500 |
|
staticconstexpr |
◆ ISO_STEP
| constexpr int ISO_STEP = 50 |
|
staticconstexpr |
◆ sendCamConfig
| std::atomic<bool> sendCamConfig {false} |
|
static |
◆ stepSize
| constexpr float stepSize = 0.02f |
|
staticconstexpr |
This example shows usage of mono camera in crop mode with the possibility to move the crop. Uses 'WASD' controls to move the crop window, 'T' to trigger autofocus, 'IOKL,.' for manual exposure/focus: Control: key[dec/inc] min..max exposure time: I O 1..33000 [us] sensitivity iso: K L 100..1600 To go back to auto controls: 'E' - autoexposure
Definition at line 16 of file mono_camera_control.cpp.