Struct Commands::SetPerformanceMode
Defined in File DynamicCalibrationControl.hpp
Nested Relationships
This struct is a nested type of Struct DynamicCalibrationControl::Commands.
Struct Documentation
-
struct SetPerformanceMode
Command to select the calibration performance mode.
Public Functions
-
inline SetPerformanceMode()
-
inline explicit SetPerformanceMode(PerformanceMode performanceMode)
-
DEPTHAI_SERIALIZE(SetPerformanceMode, performanceMode)
Public Members
-
PerformanceMode performanceMode
Desired performance mode.
-
inline SetPerformanceMode()