Sprache

SyncMaxLatency Enum

Definition

Enumerates values returned by the PerFrameControl, and Unknown members.

public enum SyncMaxLatency
type SyncMaxLatency = 
Inheritance
SyncMaxLatency

Fields

Name Value Description
Unknown -1

Each new frame has some subset (potentially the entire set) of the past requests applied to the camera settings.

By submitting a series of identical requests, the camera device will eventually have the camera settings applied, but it is unknown when that exact point will be.

All LEGACY capability devices will have this as their maxLatency.

Android reference for android.hardware.camera2.CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN.

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.

PerFrameControl 0

Every frame has the requests immediately applied.

Changing controls over multiple requests one after another will produce results that have those controls applied atomically each frame.

All FULL capability devices will have this as their maxLatency.

Android reference for android.hardware.camera2.CameraMetadata.SYNC_MAX_LATENCY_PER_FRAME_CONTROL.

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.

Remarks

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