CameraMetadata.LensPoseReferenceUndefined 字段

定义

相机设备无法准确表示其值CameraCharacteristics#LENS_POSE_TRANSLATION android.lens.poseTranslationCameraCharacteristics#LENS_POSE_ROTATION android.lens.poseRotation

[Android.Runtime.Register("LENS_POSE_REFERENCE_UNDEFINED", ApiSince=30)]
public const int LensPoseReferenceUndefined = 2;
[<Android.Runtime.Register("LENS_POSE_REFERENCE_UNDEFINED", ApiSince=30)>]
val mutable LensPoseReferenceUndefined : int

字段值

Value = 2
属性

注解

相机设备无法准确表示其值CameraCharacteristics#LENS_POSE_TRANSLATION android.lens.poseTranslationCameraCharacteristics#LENS_POSE_ROTATION android.lens.poseRotation。 例如,可折叠手机的封面上的相机设备:为了测量姿势转换和旋转,需要某种铰链位置传感器。

该值 CameraCharacteristics#LENS_POSE_TRANSLATION android.lens.poseTranslation 必须为所有零,并且 CameraCharacteristics#LENS_POSE_ROTATION android.lens.poseRotation 必须是与其默认值匹配的值。

适用于 . 的 android.hardware.camera2.CameraMetadata.LENS_POSE_REFERENCE_UNDEFINEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于