OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
The synchronization configuration of the device. More...
#include <ObTypes.h>
Public Attributes | |
OBMultiDeviceSyncMode | syncMode |
The sync mode of the device. | |
int | depthDelayUs |
The delay time of the depth image capture after receiving the capture command or trigger signal in microseconds. | |
int | colorDelayUs |
The delay time of the color image capture after receiving the capture command or trigger signal in microseconds. | |
int | trigger2ImageDelayUs |
The delay time of the image capture after receiving the capture command or trigger signal in microseconds. | |
bool | triggerOutEnable |
Trigger signal output enable flag. | |
int | triggerOutDelayUs |
The delay time of the trigger signal output after receiving the capture command or trigger signal in microseconds. | |
int | framesPerTrigger |
The frame number of each stream after each trigger in triggering mode. | |
OBMultiDeviceSyncMode ob_multi_device_sync_config::syncMode |
int ob_multi_device_sync_config::depthDelayUs |
int ob_multi_device_sync_config::colorDelayUs |
int ob_multi_device_sync_config::trigger2ImageDelayUs |
The delay time of the image capture after receiving the capture command or trigger signal in microseconds.
The depth and color images are captured synchronously as the product design and can not change the delay between the depth and color images.
bool ob_multi_device_sync_config::triggerOutEnable |
Trigger signal output enable flag.
After the trigger signal output is enabled, the trigger signal will be output when the capture command or trigger signal is received. User can adjust the delay time of the trigger signal output by triggerOutDelayUs.
int ob_multi_device_sync_config::triggerOutDelayUs |
The delay time of the trigger signal output after receiving the capture command or trigger signal in microseconds.
int ob_multi_device_sync_config::framesPerTrigger |
The frame number of each stream after each trigger in triggering mode.