Condividi tramite


OutputConfiguration.TimestampBaseMonotonic Campo

Definizione

Attenzione

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

Timestamp base approssimativamente uguale android.os.SystemClock#uptimeMillisa .

[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

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

Timestamp base approssimativamente uguale android.os.SystemClock#uptimeMillisa .

I timestamp delle immagini di output aumentano in modo monotonico e si trovano approssimativamente nella stessa base temporale di android.os.SystemClock#uptimeMillis. I timestamp con questa base temporale possono essere usati direttamente per la sincronizzazione audio-video nella registrazione video.

Se il dispositivo CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE della fotocamera è REALTIME, i timestamp con questa base temporale non possono corrispondere direttamente ai timestamp in CameraCaptureSession.CaptureCallback#onCaptureStarted, CameraCaptureSession.CaptureCallback#onReadoutStartedo ai timestamp del sensore in android.hardware.camera2.CaptureResult.

Documentazione java per android.hardware.camera2.params.OutputConfiguration.TIMESTAMP_BASE_MONOTONIC.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a