#include <tango_client_api.h>
Public Attributes | |
int64_t | exposure_duration_ns |
Camera exposure time in nanoseconds. | |
int64_t | frame_number |
Camera frame number. | |
int64_t | timestamp_ns |
Camera timestamp in nanoseconds. |
TangoCameraMetadata. This struct contains information specific to the camera capture. It is meant to replicate some of the information provided by the Android CameraMetadata class.
Definition at line 409 of file tango_client_api.h.
Camera exposure time in nanoseconds.
Definition at line 415 of file tango_client_api.h.
Camera frame number.
Definition at line 413 of file tango_client_api.h.
Camera timestamp in nanoseconds.
Definition at line 411 of file tango_client_api.h.