Public Attributes
TangoImage Struct Reference

#include <tango_client_api.h>

List of all members.

Public Attributes

TangoImageFormatType format
 Pixel format of data.
uint32_t height
 The height of the image data.
uint32_t num_planes
 Number of planes for the image format of this buffer.
uint8_t * plane_data [TANGO_MAX_IMAGE_PLANES]
 Pointers to the pixel data for each image plane.
int32_t plane_pixel_stride [TANGO_MAX_IMAGE_PLANES]
 Pixel strides for each image plane.
int32_t plane_row_stride [TANGO_MAX_IMAGE_PLANES]
 Row strides for each image plane.
int32_t plane_size [TANGO_MAX_IMAGE_PLANES]
 Sizes of the image planes.
int64_t timestamp_ns
 The timestamp of this image.
uint32_t width
 The width of the image data.

Detailed Description

Definition at line 383 of file tango_client_api.h.


Member Data Documentation

Pixel format of data.

Definition at line 389 of file tango_client_api.h.

The height of the image data.

Definition at line 387 of file tango_client_api.h.

Number of planes for the image format of this buffer.

Definition at line 394 of file tango_client_api.h.

Pointers to the pixel data for each image plane.

Definition at line 396 of file tango_client_api.h.

Pixel strides for each image plane.

Definition at line 402 of file tango_client_api.h.

Row strides for each image plane.

Definition at line 400 of file tango_client_api.h.

Sizes of the image planes.

Definition at line 398 of file tango_client_api.h.

The timestamp of this image.

Definition at line 391 of file tango_client_api.h.

The width of the image data.

Definition at line 385 of file tango_client_api.h.


The documentation for this struct was generated from the following file:


tango_client_api
Author(s):
autogenerated on Thu Jun 6 2019 19:49:50