CameraMetadata.LogicalMultiCameraSensorSyncTypeCalibrated Field

Definition

The camera device supports frame timestamp synchronization at the hardware level, and the timestamp of a physical stream image accurately reflects its start-of-exposure time.

[Android.Runtime.Register("LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED", ApiSince=28)]
public const int LogicalMultiCameraSensorSyncTypeCalibrated = 1;
[<Android.Runtime.Register("LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED", ApiSince=28)>]
val mutable LogicalMultiCameraSensorSyncTypeCalibrated : int

Field Value

Value = 1
Attributes

Remarks

The camera device supports frame timestamp synchronization at the hardware level, and the timestamp of a physical stream image accurately reflects its start-of-exposure time.

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

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