UGoogleARCoreFrameFunctionLibrary::AcquireCameraImage

Acquire a CPU-accessible camera image.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetARTexture.

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFunctionLibrary.h

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleARCore|PassthroughCamera",
          Meta=(Keywords="googlear arcore passthroughcamera", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetARTexture."))
static EGoogleARCoreFunctionStatus AcquireCameraImage
(
    UGoogleARCoreCameraImage *& OutLatestCameraImage
)

Remarks

Acquire a CPU-accessible camera image.

Returns

An EGoogleARCoreFunctionStatus. Possible value: Success, ResourceExhausted, NotAvailable.

Parameters

Parameter

Description

OutLatestCameraImage

A place to store the pointer to a new UGoogleARCoreCameraImage instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss