docs.unity3d.com
    Show / Hide Table of Contents

    Enum AsyncCameraImageConversionStatus

    Represents the status of an asynchronous camera image request.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum AsyncCameraImageConversionStatus : int

    Fields

    Name Description Value
    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.

    Extension Methods

    XRAsyncCameraImageConversionStatusExtensions.IsDone()
    XRAsyncCameraImageConversionStatusExtensions.IsError()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use