ArImageMetadata_rational
#include <arcore_c_api.h>
Defines a rational data type in ArImageMetadata_const_entry
.
Struct matches ACameraMetadata_rational
in Android NDK r21.
Summary
Public attributes |
|
---|---|
denominator
|
int32_t
Denominator in the rational data type of this metadata entry.
|
numerator
|
int32_t
Numerator in the rational data type of this metadata entry.
|
Public attributes
denominator
int32_t ArImageMetadata_rational::denominator
Denominator in the rational data type of this metadata entry.
numerator
int32_t ArImageMetadata_rational::numerator
Numerator in the rational data type of this metadata entry.