@depthdelay attribute
🔌dp.kinect3
- signature
depthdelay [-1000000 - 1000000]
- values
- 0 default
- examples
@depthdelay 4000
@depthdelay -800
Depth capture delay (microseconds) relative to color capture.
Use to synchronize and coodinate multiple sensors with attributes including:
depthdelay
, syncdelay
,
syncmode
, and idsensor
.
- Default
@depthdelay 0
means the depth and color images should be time aligned. -
-fps_in_µs <= depthdelay <= fps_in_µs
wherefps_in_µs
is@depthfps
frames per second converted to microseconds