OutputConfiguration.TimestampBaseSensor 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.
Base d’horodatage de CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE
.
[Android.Runtime.Register("TIMESTAMP_BASE_SENSOR", 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 TimestampBaseSensor = 1;
[<Android.Runtime.Register("TIMESTAMP_BASE_SENSOR", 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 TimestampBaseSensor : Android.Hardware.Camera2.Params.TimestampBase
Valeur de champ
Value = 1Implémente
- Attributs
Remarques
Base d’horodatage de CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE
.
Les horodatages des images de sortie sont dans la base de temps spécifiée par CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE
. L’application peut rechercher les métadonnées de résultat correspondantes en correspondant à l’horodatage avec un CameraCaptureSession.CaptureCallback#onCaptureStarted
, ou avec un CameraCaptureSession.CaptureCallback#onReadoutStarted
horodatage de lecture utilisé.
Documentation Java pour android.hardware.camera2.params.OutputConfiguration.TIMESTAMP_BASE_SENSOR
.
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.