docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    XRCpuImageAsyncConversionStatusExtensions.IsDone(XRCpuImage.AsyncConversionStatus)
    XRCpuImageAsyncConversionStatusExtensions.IsError(XRCpuImage.AsyncConversionStatus)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)