다음을 통해 공유


OutputConfiguration.TimestampBaseMonotonic 필드

정의

주의

This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.

타임스탬프 기준은 .와 거의 동일합니다 android.os.SystemClock#uptimeMillis.

[Android.Runtime.Register("TIMESTAMP_BASE_MONOTONIC", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.TimestampBase TimestampBaseMonotonic = 2;
[<Android.Runtime.Register("TIMESTAMP_BASE_MONOTONIC", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.", true)>]
val mutable TimestampBaseMonotonic : Android.Hardware.Camera2.Params.TimestampBase

필드 값

Value = 2

구현

특성

설명

타임스탬프 기준은 .와 거의 동일합니다 android.os.SystemClock#uptimeMillis.

출력 이미지의 타임스탬프는 단조적으로 증가하고 있으며 대략 동일한 시간 기반 android.os.SystemClock#uptimeMillis에 있습니다. 이 시간 기준의 타임스탬프는 비디오 녹화에서 오디오 비디오 동기화에 직접 사용할 수 있습니다.

카메라 디바이스가 REALTIME인 경우 이 시간 기준이 있는 타임스탬프가 CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE 타임스탬프 또는 센서 타임스탬CameraCaptureSession.CaptureCallback#onCaptureStartedCameraCaptureSession.CaptureCallback#onReadoutStartedandroid.hardware.camera2.CaptureResult와 직접 일치할 수 없습니다.

에 대한 android.hardware.camera2.params.OutputConfiguration.TIMESTAMP_BASE_MONOTONICJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상