@syncdelay attribute
🔌dp.kinect3
- signature
syncdelay [0..1000000]
- values
- 0 default
- examples
@syncdelay 23000
Synchronization delay (microseconds) on a sync subordinate sensor. Sets the capture delay between the color camera capture and the external sync input pulse.
Use to synchronize and coodinate multiple sensors with attributes including:
depthdelay
, syncdelay
,
syncmode
, and idsensor
.
- Default
@syncdelay 0
means the master and subordinate color images should be time aligned. -
0 <= syncdelay <= fps_in_µs
wherefps_in_µs
is@depthfps
frames per second converted to microseconds
dp.kinect3
@syncdelay
does not affect the sync-out port connection.