#include <RawCameraControl.hpp>
Public Member Functions | |
| DEPTHAI_SERIALIZE (StrobeConfig, enable, activeLevel, gpioNumber) | |
Public Attributes | |
| uint8_t | activeLevel |
| 1 for normal polarity (high-active), 0 otherwise More... | |
| uint8_t | enable |
| Enable strobe output. More... | |
| int8_t | gpioNumber |
| GPIO number to drive, or -1 if sensor driven. More... | |
Definition at line 390 of file RawCameraControl.hpp.
| dai::RawCameraControl::StrobeConfig::DEPTHAI_SERIALIZE | ( | StrobeConfig | , |
| enable | , | ||
| activeLevel | , | ||
| gpioNumber | |||
| ) |
| uint8_t dai::RawCameraControl::StrobeConfig::activeLevel |
1 for normal polarity (high-active), 0 otherwise
Definition at line 394 of file RawCameraControl.hpp.
| uint8_t dai::RawCameraControl::StrobeConfig::enable |
Enable strobe output.
Definition at line 392 of file RawCameraControl.hpp.
| int8_t dai::RawCameraControl::StrobeConfig::gpioNumber |
GPIO number to drive, or -1 if sensor driven.
Definition at line 396 of file RawCameraControl.hpp.