#include <tango_3d_reconstruction_api.h>
Public Attributes | |
| uint8_t * | data |
| Pixels in the format of this image buffer. | |
| Tango3DR_ImageFormatType | format |
| Pixel format of data. | |
| uint32_t | height |
| The height of the image data. | |
| uint32_t | stride |
| The number of bytes per scanline of image data. | |
| double | timestamp |
| The timestamp of this image. | |
| uint32_t | width |
| The width of the image data. | |
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.
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.
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.