OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Device synchronization configuration. More...
#include <ObTypes.h>
Public Attributes | |
OBSyncMode | syncMode |
Device synchronize mode. | |
uint16_t | irTriggerSignalInDelay |
IR Trigger signal input delay: Used to configure the delay between the IR/Depth/TOF Sensor receiving the trigger signal and starting exposure, Unit: microsecond. | |
uint16_t | rgbTriggerSignalInDelay |
RGB trigger signal input delay is used to configure the delay from the time when an RGB Sensor receives the trigger signal to the time when the exposure starts. Unit: microsecond. | |
uint16_t | deviceTriggerSignalOutDelay |
Device trigger signal output delay, used to control the delay configuration of the host device to output trigger signals or the slave device to output trigger signals. Unit: microsecond. | |
uint16_t | deviceTriggerSignalOutPolarity |
The device trigger signal output polarity is used to control the polarity configuration of the trigger signal output from the host device or the trigger signal output from the slave device. | |
uint16_t | mcuTriggerFrequency |
MCU trigger frequency, used to configure the output frequency of MCU trigger signal in MCU master mode, unit: Hz. | |
uint16_t | deviceId |
Device number. Users can mark the device with this number. | |
Device synchronization configuration.
OBSyncMode OBDeviceSyncConfig::syncMode |
uint16_t OBDeviceSyncConfig::irTriggerSignalInDelay |
IR Trigger signal input delay: Used to configure the delay between the IR/Depth/TOF Sensor receiving the trigger signal and starting exposure, Unit: microsecond.
uint16_t OBDeviceSyncConfig::rgbTriggerSignalInDelay |
RGB trigger signal input delay is used to configure the delay from the time when an RGB Sensor receives the trigger signal to the time when the exposure starts. Unit: microsecond.
uint16_t OBDeviceSyncConfig::deviceTriggerSignalOutDelay |
Device trigger signal output delay, used to control the delay configuration of the host device to output trigger signals or the slave device to output trigger signals. Unit: microsecond.
uint16_t OBDeviceSyncConfig::deviceTriggerSignalOutPolarity |
The device trigger signal output polarity is used to control the polarity configuration of the trigger signal output from the host device or the trigger signal output from the slave device.
0: forward pulse; 1: negative pulse
uint16_t OBDeviceSyncConfig::mcuTriggerFrequency |
MCU trigger frequency, used to configure the output frequency of MCU trigger signal in MCU master mode, unit: Hz.
This configuration will directly affect the image output frame rate of the Sensor. Unit: FPS (frames per second)
uint16_t OBDeviceSyncConfig::deviceId |