docs.unity3d.com
    Show / Hide Table of Contents

    Delegate XRCameraSubsystem.OnImageRequestCompleteDelegate

    Callback from native code for when the asychronous conversion is complete.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    protected delegate void OnImageRequestCompleteDelegate(AsyncCameraImageConversionStatus status, XRCameraImageConversionParams conversionParams, IntPtr dataPtr, int dataLength, IntPtr context);
    Parameters
    Type Name Description
    AsyncCameraImageConversionStatus status

    The status of the conversion operation.

    XRCameraImageConversionParams conversionParams

    The parameters for the conversion.

    IntPtr dataPtr

    The native pointer to the converted data.

    Int32 dataLength

    The memory size of the converted data.

    IntPtr context

    The native context for the conversion operation.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use