OutputConfiguration.TimestampBaseSensor 字段

定义

注意

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

时间戳的基数 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

字段值

Value = 1

实现

属性

注解

时间戳的基数 CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE

输出图像的时间戳位于按指定的 CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE时间基数中。 应用程序可以通过将时间戳与 a CameraCaptureSession.CaptureCallback#onCaptureStarted匹配或使用 CameraCaptureSession.CaptureCallback#onReadoutStarted 读出时间戳来查找相应的结果元数据。

适用于 . 的 android.hardware.camera2.params.OutputConfiguration.TIMESTAMP_BASE_SENSORJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于