Struct CameraControl::StrobeConfig
Defined in File CameraControl.hpp
Nested Relationships
This struct is a nested type of Class CameraControl.
Struct Documentation
-
struct StrobeConfig
Public Functions
-
DEPTHAI_SERIALIZE(StrobeConfig, enable, activeLevel, gpioNumber)
Public Members
-
uint8_t enable
Enable strobe output.
-
uint8_t activeLevel
1 for normal polarity (high-active), 0 otherwise
-
int8_t gpioNumber
GPIO number to drive, or -1 if sensor driven.
-
DEPTHAI_SERIALIZE(StrobeConfig, enable, activeLevel, gpioNumber)