docs.unity3d.com
    Show / Hide Table of Contents

    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

    Extension Methods

    XRCpuImageAsyncConversionStatusExtensions.IsDone()
    XRCpuImageAsyncConversionStatusExtensions.IsError()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023