You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/kinect-dk/hardware-specification.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,28 @@ Verify cable:
193
193
- RGB Camera: 2160p
194
194
- Microphones and IMU enabled
195
195
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
+

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
+
196
218
## Power consumption
197
219
198
220
Azure Kinect DK consumes up to 5.9 W; specific power consumption is use-case dependent.
Copy file name to clipboardExpand all lines: articles/kinect-dk/set-up-azure-kinect-dk.md
+29-20Lines changed: 29 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@ author: tesych
5
5
ms.author: tesych
6
6
ms.prod: kinect-dk
7
7
ms.topic: quickstart
8
-
ms.date: 06/26/2019
8
+
ms.date: 02/12/2020
9
9
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
10
16
11
17
#Customer intent: As an Azure Kinect DK developer, I want to set up Azure Kinect DK device before starting my development.
12
18
@@ -27,13 +33,16 @@ Check [System requirements](system-requirements.md) to verify that your host PC
27
33
> [!NOTE]
28
34
> Make sure to remove the camera protective film before using the device.
29
35
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.
31
37
2. Connect the USB data cable into your device, and then to a USB 3.0 port on your PC.
32
38
>[!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.
34
40
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)
@@ -44,35 +53,35 @@ Check [System requirements](system-requirements.md) to verify that your host PC
44
53
45
54
## Update Firmware
46
55
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).
48
57
49
58
## Verify that the device streams data
50
59
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**.
0 commit comments