Struct Commands::StartCalibration

Nested Relationships

This struct is a nested type of Struct DynamicCalibrationControl::Commands.

Struct Documentation

struct StartCalibration

Command to start dynamic calibration with periodic operations.

Param loadImagePeriod:

How often image loading should occur (seconds)

Param calibrationPeriod:

How often calibration should run (seconds)

Public Functions

inline explicit StartCalibration(float loadImagePeriod = 0.5f, float calibrationPeriod = 5.0f)
DEPTHAI_SERIALIZE(StartCalibration, loadImagePeriod, calibrationPeriod)

Public Members

float loadImagePeriod = 0.5f

Seconds between image loads.

float calibrationPeriod = 5.0f

Seconds between calibration cycles.