共用方式為


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 屬性授權中所述的詞彙使用。

適用於