Skip to content

Commit d38dd0f

Browse files
authored
Merge pull request #49583 from wes-b/patch-1
Device Timestamp is always Center of Exposure
2 parents c6a1a6e + c46b6dc commit d38dd0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/kinect-dk/multi-camera-sync.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are many reasons to use multiple Azure Kinect DK devices, including the fo
2525
Additional synchronized devices can provide the occluded data.
2626
- Scan objects in three dimensions.
2727
- Increase the effective frame rate to a value that's greater than 30 frames per second (FPS).
28-
- Capture multiple 4K color images of the same scene, all aligned within 100 microseconds (μs) of the start of exposure.
28+
- Capture multiple 4K color images of the same scene, all aligned within 100 microseconds (μs) of the center of exposure.
2929
- Increase camera coverage within the space.
3030

3131
## Plan your multi-device configuration
@@ -70,9 +70,6 @@ If you want to control the precise timing of each device, we recommend that you
7070

7171
In the image capture loop, avoid repeatedly setting the same exposure setting. Call the API only one time when it's needed.
7272

73-
#### Timestamp considerations
74-
Devices that are acting in master or subordinate roles report image timestamps in terms of *Start of Frame* instead of *Center of Frame*.
75-
7673
#### Avoiding interference between multiple depth cameras
7774

7875
When multiple depth cameras are imaging overlapping fields of view, each camera must image its own associated laser. To prevent the lasers from interfering with one another, the camera captures should be offset from one another by 160μs or more.

0 commit comments

Comments
 (0)