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