CameraMetadata.LogicalMultiCameraSensorSyncTypeApproximate Field

Definition

A software mechanism is used to synchronize between the physical cameras.

[Android.Runtime.Register("LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE", ApiSince=28)]
public const int LogicalMultiCameraSensorSyncTypeApproximate = 0;
[<Android.Runtime.Register("LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE", ApiSince=28)>]
val mutable LogicalMultiCameraSensorSyncTypeApproximate : int

Field Value

Value = 0
Attributes

Remarks

A software mechanism is used to synchronize between the physical cameras. As a result, the timestamp of an image from a physical stream is only an approximation of the image sensor start-of-exposure time.

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

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