共用方式為


OutputConfiguration.TimestampBaseSensor Field

Definition

Caution

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

Timestamp base of 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

Field Value

Value = 1

Implements

Attributes

Remarks

Timestamp base of CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE.

The timestamps of the output images are in the time base as specified by CameraCharacteristics#SENSOR_INFO_TIMESTAMP_SOURCE. The application can look up the corresponding result metadata by matching the timestamp with a CameraCaptureSession.CaptureCallback#onCaptureStarted, or with a CameraCaptureSession.CaptureCallback#onReadoutStarted if readout timestamp is used.

Java documentation for android.hardware.camera2.params.OutputConfiguration.TIMESTAMP_BASE_SENSOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to