Enum XRCpuImage.AsyncConversionStatus
Represents the status of an asynchronous camera image request.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum XRCpuImage.AsyncConversionStatus
Fields
Name | Description |
---|---|
Disposed | The request is not valid or has been disposed. |
Failed | The request failed. No data is available. |
Pending | The request is waiting to be processed. |
Processing | The request is currently being processed. |
Ready | The request succeeded and image data is ready. |