C# Class Tango.TangoUnityImageData

The TangoUnityImageData contains information about a byte buffer holding image data.
Datei anzeigen Open project: stetro/project-tango-poc Class Usage Examples

Public Properties

Property Type Description
data byte[]
format TangoEnums.TangoImageFormatType
frame_number System.Int64
height System.UInt32
stride System.UInt32
timestamp double
width System.UInt32

Property Details

data public_oe property

Pixels in the format of this image buffer.
public byte[] data
return byte[]

format public_oe property

Pixel format of the data.
public TangoEnums.TangoImageFormatType format
return TangoEnums.TangoImageFormatType

frame_number public_oe property

The frame number of this image.
public Int64,System frame_number
return System.Int64

height public_oe property

The height of the image data.
public UInt32,System height
return System.UInt32

stride public_oe property

The number of pixels per scanline of the image data.
public UInt32,System stride
return System.UInt32

timestamp public_oe property

The timestamp of this image.
public double timestamp
return double

width public_oe property

The width of the image data.
public UInt32,System width
return System.UInt32