Skip to content

Commit 56cbe38

Browse files
authored
Merge pull request #104050 from Teresa-Motiv/v-tea-CI-114092
v-tea-CI-114092
2 parents 5755bd7 + 91137a0 commit 56cbe38

File tree

3 files changed

+51
-20
lines changed

3 files changed

+51
-20
lines changed

articles/kinect-dk/hardware-specification.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,28 @@ Verify cable:
193193
- RGB Camera: 2160p
194194
- Microphones and IMU enabled
195195

196+
## What does the light mean?
197+
198+
The power indicator is an LED on the back of your Azure Kinect DK. The color of the LED changes depending on the status of your device.
199+
200+
![The image shows the back of the Azure Kinect DK. There are three numbered callouts: one for an LED indicator, and below it, two for cables.](./media/quickstarts/azure-kinect-dk-power-indicator.png)
201+
202+
This figure labels the following components:
203+
204+
1. Power indicator
205+
1. Power cable (connected to the power source)
206+
1. USB-C data cable (connected to the PC)
207+
208+
Make sure that the cables are connected as shown. Then check the following table to learn what the various states of the power light indicate.
209+
210+
|When the light is: |It means that: |And you should: |
211+
| ---| --- | --- |
212+
|Solid white |The device is powered on and working correctly. |Use the device. |
213+
|Not lit |The device is not connected to the PC. |Make sure that the round power connector cable is connected to the device and to the USB power adapter.<br /><br />Make sure that the USB-C cable is connected to the device and to your PC. |
214+
|Flashing white |The device is powered on but doesn't have a USB 3.0 data connection. |Make sure that the round power connector cable is connected to the device and to the USB power adapter.<br /><br />Make sure that the USB-C cable is connected to the device and to a USB 3.0 port on your PC.<br /><br />Connect the device to a different USB 3.0 port on the PC.<br /><br />On your PC, open Device Manager (**Start** > **Control Panel** > **Device Manager**), and verify that your PC has a supported USB 3.0 host controller. |
215+
|Flashing amber |The device doesn't have enough power to operate. |Make sure that the round power connector cable is connected to the device and to the USB power adapter.<br /><br />Make sure that the USB-C cable is connected to the device and to your PC. |
216+
|Amber, then flashing white |The device is powered on and is receiving a firmware update, or the device is restoring the factory settings. |Wait for the power indicator light to become solid white. For more information, see [Reset Azure Kinect DK](reset-azure-kinect-dk.md). |
217+
196218
## Power consumption
197219

198220
Azure Kinect DK consumes up to 5.9 W; specific power consumption is use-case dependent.
64.4 KB
Loading

articles/kinect-dk/set-up-azure-kinect-dk.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ author: tesych
55
ms.author: tesych
66
ms.prod: kinect-dk
77
ms.topic: quickstart
8-
ms.date: 06/26/2019
8+
ms.date: 02/12/2020
99
keywords: azure, kinect, dev kit, azure dk, set up, hardware, quick, usb, power, viewer, sensor, streaming, setup, SDK, firmware
10+
ms.custom:
11+
- CI 114092
12+
- CSSTroubleshooting
13+
audience: ITPro
14+
manager: dcscontentpm
15+
ms.localizationpriority: high
1016

1117
#Customer intent: As an Azure Kinect DK developer, I want to set up Azure Kinect DK device before starting my development.
1218

@@ -27,13 +33,16 @@ Check [System requirements](system-requirements.md) to verify that your host PC
2733
> [!NOTE]
2834
> Make sure to remove the camera protective film before using the device.
2935
30-
1. Plug the power connector into the power jack on the back of your device. Connect the USB power adapter to the other end of the cable, and then plug it into a power outlet.
36+
1. Plug the power connector into the power jack on the back of your device. Connect the USB power adapter to the other end of the cable, and then plug the adapter into a power outlet.
3137
2. Connect the USB data cable into your device, and then to a USB 3.0 port on your PC.
3238
>[!NOTE]
33-
>Use a direct cable from the PC to the back of the device, as this works better than connecting through adapters or extensions.
39+
>For best results, connect the cable directly to the device and to the PC. Avoid using extensions or extra adapters in the connection.
3440
35-
3. Verify the power indicator LED next to the USB cable is solid white.
36-
4. Device power-on takes a few seconds. The device is ready to use when the front-facing LED streaming indicator turns off.
41+
3. Verify that the power indicator LED (next to the USB cable) is solid white.
42+
43+
Device power-on takes a few seconds. The device is ready to use when the front-facing LED streaming indicator turns off.
44+
45+
For more information about the power indicator LED, see [What does the light mean?](hardware-specification.md#what-does-the-light-mean)
3746

3847
![Full device features](./media/quickstarts/full-device-features.png)
3948

@@ -44,35 +53,35 @@ Check [System requirements](system-requirements.md) to verify that your host PC
4453

4554
## Update Firmware
4655

47-
New version of Sensor SDK 1.2 requires the firmware update that is included with the download. You can follow steps in [How to update firmware guide](update-device-firmware.md) to update the device firmware.
56+
To work properly, the SDK requires the latest version of the device firmware. To check and update your firmware version,follow the steps in [Update Azure Kinect DK firmware](update-device-firmware.md).
4857

4958
## Verify that the device streams data
5059

51-
1. Launch the [Azure Kinect Viewer](azure-kinect-viewer.md), located under the installed tools directory as `k4aviewer.exe` (for example, `C:\Program Files\Azure Kinect SDK vX.Y.Z\tools\k4aviewer.exe`, where `X.Y.Z` is the installed version of the SDK). You can launch the viewer either from the command line or by double-clicking the executable. It is also available as a link in the start menu.
52-
2. Select **Open Device**, then **Start**.
60+
1. Launch the [Azure Kinect Viewer](azure-kinect-viewer.md). You can start this tool by using one of these methods:
61+
- You can launch the viewer from the command line or by double-clicking the executable file. The file, `k4aviewer.exe`, resides in the SDK tools directory (for example, `C:\Program Files\Azure Kinect SDK vX.Y.Z\tools\k4aviewer.exe`, where `X.Y.Z` is the installed version of the SDK).
62+
- You can launch Azure Kinect Viewer from the device **Start** menu.
63+
2. In Azure Kinect Viewer, select **Open Device** > **Start**.
5364

5465
![Azure Kinect Viewer](./media/quickstarts/viewer.png)
5566

56-
3. Verify each sensor stream is visualized in the tool.
57-
- Depth camera
58-
- Color camera
59-
- Infrared camera
60-
- IMU
61-
- Microphones
67+
3. Verify that the tool visualizes each sensor stream:
68+
- Depth camera
69+
- Color camera
70+
- Infrared camera
71+
- IMU
72+
- Microphones
6273

6374
![Visualization Tool](./media/quickstarts/visualization-tool.png)
6475

65-
4. You're done with your Azure Kinect DK setup. Now you can start developing your application or integrating services.
76+
You're done with your Azure Kinect DK setup. Now you can start developing your application or integrating services.
6677

6778
If you have any issues, check [Troubleshooting](troubleshooting.md).
6879

6980
## See also
7081

71-
[Azure Kinect DK hardware information](hardware-specification.md)
72-
73-
[Update device firmware](update-device-firmware.md)
74-
75-
Learn more about [Azure Kinect Viewer](azure-kinect-viewer.md)
82+
- [Azure Kinect DK hardware information](hardware-specification.md)
83+
- [Update device firmware](update-device-firmware.md)
84+
- Learn more about [Azure Kinect Viewer](azure-kinect-viewer.md)
7685

7786
## Next steps
7887

0 commit comments

Comments
 (0)