CameraMetadata.SensorReadoutTimestampNotSupported Field

Definition

Caution

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

This camera device doesn't support readout timestamp and onReadoutStarted callback.

[Android.Runtime.Register("SENSOR_READOUT_TIMESTAMP_NOT_SUPPORTED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SensorReadoutTimestampType enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.SensorReadoutTimestampType SensorReadoutTimestampNotSupported = 0;
[<Android.Runtime.Register("SENSOR_READOUT_TIMESTAMP_NOT_SUPPORTED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SensorReadoutTimestampType enum directly instead of this field.", true)>]
val mutable SensorReadoutTimestampNotSupported : Android.Hardware.Camera2.SensorReadoutTimestampType

Field Value

Value = 0
Attributes

Remarks

This camera device doesn't support readout timestamp and onReadoutStarted callback.

Java documentation for android.hardware.camera2.CameraMetadata.SENSOR_READOUT_TIMESTAMP_NOT_SUPPORTED.

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