Public Attributes
TangoImageBuffer Struct Reference

#include <tango_client_api.h>

List of all members.

Public Attributes

uint8_t * data
 Pixels in the format of this image buffer.
int64_t exposure_duration_ns
 Exposure duration of this image in nanoseconds.
TangoImageFormatType format
 Pixel format of data.
int64_t frame_number
 The frame number of this image.
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.

Detailed Description

The TangoImageBuffer contains information about a byte buffer holding image data. This data is populated by the service when it returns an image.

Definition at line 357 of file tango_client_api.h.


Member Data Documentation

Pixels in the format of this image buffer.

Definition at line 371 of file tango_client_api.h.

Exposure duration of this image in nanoseconds.

Definition at line 373 of file tango_client_api.h.

Pixel format of data.

Definition at line 369 of file tango_client_api.h.

The frame number of this image.

Definition at line 367 of file tango_client_api.h.

The height of the image data.

Definition at line 361 of file tango_client_api.h.

The number of bytes per scanline of image data.

Definition at line 363 of file tango_client_api.h.

The timestamp of this image.

Definition at line 365 of file tango_client_api.h.

The width of the image data.

Definition at line 359 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