OutputConfiguration.TimestampBaseMonotonic Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.TimestampBase enum directly instead of this field.
Timestamp base à peu près identique à 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
Valeur de champ
Value = 2Implémente
- Attributs
Remarques
Timestamp base à peu près identique à android.os.SystemClock#uptimeMillis
.
Les horodatages des images de sortie sont monotoniquement croissants, et sont à peu près dans la même base de temps que android.os.SystemClock#uptimeMillis
. Les horodatages avec cette base de temps peuvent être utilisés directement pour la synchronisation audio-vidéo dans l’enregistrement vidéo.
Si l’appareil CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE
photo est REALTIME, les horodatages avec cette base de temps ne peuvent pas correspondre directement aux horodatages dans CameraCaptureSession.CaptureCallback#onCaptureStarted
, CameraCaptureSession.CaptureCallback#onReadoutStarted
ou les horodatages du capteur dans android.hardware.camera2.CaptureResult
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.