UGoogleARCoreCameraImage

An object that represents an acquired CPU-accessible camera image.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UGoogleARCoreCameraImage

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreCameraImage.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Blueprintable, BlueprintType)
class UGoogleARCoreCameraImage : public UObject

Remarks

An object that represents an acquired CPU-accessible camera image.

Destructors

Name Description

Public function

~UGoogleARCoreCameraImage()

Functions

Name Description

Public function Const UFunction BlueprintCallable, Category, Meta

int32

 

GetHeight()

Get the height of the image in pixels.

Public function Const UFunction BlueprintCallable, Category, Meta

int32

 

GetPlaneCount()

Get the number of data planes in the image.

Public function

uint8 *

 

GetPlaneData

(
    int32 Plane,
    int32& PixelStride,
    int32& RowStride,
    int32& DataLength
)

Get the raw image data of a given plane.

Public function Const UFunction BlueprintCallable, Category, Meta

int32

 

GetWidth()

Get the width of the image in pixels.

Public function UFunction BlueprintCallable, Category, Meta

void

 

Release()

Explicitly release the ARCore resources owned by this object.

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