Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the size of a pixel of data (bytes per pixel) of each ImageFrame from this ImageStream.
Syntax
public int FrameBytesPerPixel { get; set; }
'Declaration
Public Property FrameBytesPerPixel As Integer
Property Value
Type: Int32
Pixel data size.
Remarks
The data buffer contains one frame of pixel data whose size is: width x height x number of bytes for each pixel.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
ImageStream Class
ImageStream Members
Microsoft.Kinect Namespace