GoogleARCore. CameraMetadataRational
CameraMetadataRational follows the layout of ACameraMetadata_rational struct in NDK.
Summary
Please refer to NdkCameraMetadata.h for documentation: https://developer.android.com/ndk/reference/ndk_camera_metadata_8h.html .
Public attributes |
|
---|---|
Denominator
|
int
The denominator of the metadata rational.
|
Numerator
|
int
The numerator of the metadata rational.
|
Public attributes
Denominator
int GoogleARCore::CameraMetadataRational::Denominator
The denominator of the metadata rational.
Numerator
int GoogleARCore::CameraMetadataRational::Numerator
The numerator of the metadata rational.