#include <tango_3d_reconstruction_api.h>
Public Attributes | |
uint8_t * | data |
Pixels in the format of this image buffer. More... | |
Tango3DR_ImageFormatType | format |
Pixel format of data. More... | |
uint32_t | height |
The height of the image data. More... | |
uint32_t | stride |
The number of bytes per scanline of image data. More... | |
double | timestamp |
The timestamp of this image. More... | |
uint32_t | width |
The width of the image data. More... | |
The Tango3DR_ImageBuffer struct contains information about a byte buffer holding image data.
The image data is commonly copied from TangoImageBuffer.
Definition at line 257 of file tango_3d_reconstruction_api.h.
uint8_t* Tango3DR_ImageBuffer::data |
Pixels in the format of this image buffer.
Definition at line 269 of file tango_3d_reconstruction_api.h.
Tango3DR_ImageFormatType Tango3DR_ImageBuffer::format |
Pixel format of data.
Definition at line 267 of file tango_3d_reconstruction_api.h.
uint32_t Tango3DR_ImageBuffer::height |
The height of the image data.
Definition at line 261 of file tango_3d_reconstruction_api.h.
uint32_t Tango3DR_ImageBuffer::stride |
The number of bytes per scanline of image data.
Definition at line 263 of file tango_3d_reconstruction_api.h.
double Tango3DR_ImageBuffer::timestamp |
The timestamp of this image.
Definition at line 265 of file tango_3d_reconstruction_api.h.
uint32_t Tango3DR_ImageBuffer::width |
The width of the image data.
Definition at line 259 of file tango_3d_reconstruction_api.h.