Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Tango
TangoUnityImageData
C# Class Tango.TangoUnityImageData
The TangoUnityImageData contains information about a byte buffer holding image data.
Show file
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 property
Pixels in the format of this image buffer.
public
byte[]
data
return
byte[]
format
public property
Pixel format of the data.
public
TangoEnums.TangoImageFormatType
format
return
TangoEnums.TangoImageFormatType
frame_number
public property
The frame number of this image.
public
Int64,System
frame_number
return
System.Int64
height
public property
The height of the image data.
public
UInt32,System
height
return
System.UInt32
stride
public property
The number of pixels per scanline of the image data.
public
UInt32,System
stride
return
System.UInt32
timestamp
public property
The timestamp of this image.
public
double
timestamp
return
double
width
public property
The width of the image data.
public
UInt32,System
width
return
System.UInt32