Share via


KinectStatus Enumeration

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Status of a sensor.

Syntax

[ComVisibleAttribute(false)]
public enum KinectStatus
'Declaration
Public Enumeration KinectStatus

Members

  Member name Description
Connected The Kinect is fully connected and ready.
DeviceNotGenuine The Kinect is not genuine.
DeviceNotSupported The Kinect is not supported.
Disconnected The Kinect is not connected to the USB connector.
Error An error has occured.
Initializing The Kinect is initializing.
InsufficientBandwidth The USB connector does not have sufficient bandwidth.
NotPowered The Kinect is not powered up.
NotReady Some part of the Kinect is not yet ready.
Undefined The status is not defined.

Remarks

For an example, see the following user task: Enumerate Kinect sensors.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

Microsoft.Kinect Namespace