Skip to content

Commit 552f34c

Browse files
authored
Merge pull request #80852 from tesych/fixes
small fixes
2 parents f01bcc7 + ab8a5e4 commit 552f34c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

articles/kinect-dk/about-azure-kinect-dk.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,4 @@ The Azure Kinect DK integrates Microsoft's latest sensor technology into single
102102
You now have an overview of Azure Kinect DK. The next step is to dive in and set it up!
103103

104104
> [!div class="nextstepaction"]
105-
>[Using Azure Kinect Sensor SDK](about-sensor-sdk.md)
106-
107-
> [!div class="nextstepaction"]
108-
>[Review the Azure Kinect DK Hardware Specification](hardware-specification.md)
105+
>[Quickstart: Set up Azure Kinect DK](set-up-azure-kinect-dk.md)

articles/kinect-dk/get-body-tracking-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Processing throughput may be limited.
9898
The `simple_sample.exe` sample located in `examples/src` is an example of synchronous processing.
9999
100100
```C
101-
k4a_wait_result_t queue_capture_result = k4abt_tracker_queue_capture(tracker, sensor_capture, K4A_WAIT_INFINITE);
101+
k4a_wait_result_t queue_capture_result = k4abt_tracker_enqueue_capture(tracker, sensor_capture, K4A_WAIT_INFINITE);
102102
k4a_capture_release(sensor_capture); // Remember to release the sensor capture once you finish using it
103103
if (queue_capture_result != K4A_WAIT_RESULT_SUCCEEDED)
104104
{

0 commit comments

Comments
 (0)