ImageStream Members
Kinect for Windows 1.5, 1.6, 1.7, 1.8
The following table(s) list the members exposed by the ImageStream type.
Public Properties
Name | Description | |
---|---|---|
![]() |
FrameBytesPerPixel | Gets the size of a pixel of data (bytes per pixel) of each ImageFrame from this ImageStream. |
![]() |
FrameHeight | Gets the data buffer height (in pixels) of each ImageFrame from this ImageStream. |
![]() |
FramePixelDataLength | Gets the length of the pixel data buffer of each ImageFrame from this ImageStream. |
![]() |
FrameWidth | Gets the width (in pixels) of each ImageFrame from this ImageStream object. |
![]() |
IsEnabled | Gets or sets a Boolean value that indicates whether output data streaming is enabled. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Disable | Disables the data streaming out from the Kinect; the data stream is either color or depth data depending on the parent class that derives from this abstract base class. |