UGoogleARCoreCameraImage
#include <GoogleARCoreCameraImage.h>
An object that represents an acquired CPU-accessible camera image.
Summary
Inheritance
Inherits from: UObject
Constructors and Destructors |
|
---|---|
~UGoogleARCoreCameraImage()
|
Public functions |
|
---|---|
GetHeight() const
|
int32
Get the height of the image in pixels.
|
GetPlaneCount() const
|
int32
Get the number of data planes in the image.
|
GetPlaneData(int32 Plane, int32 & PixelStride, int32 & RowStride, int32 & DataLength)
|
uint8 *
Get the raw image data of a given plane.
|
GetWidth() const
|
int32
Get the width of the image in pixels.
|
Release()
|
void
Explicitly release the ARCore resources owned by this object.
|
Public functions
GetHeight
int32 GetHeight() const
Get the height of the image in pixels.
Details | |
---|---|
Returns |
The height.
|
GetPlaneCount
int32 GetPlaneCount() const
Get the number of data planes in the image.
Details | |
---|---|
Returns |
The plane count.
|
GetPlaneData
uint8 * GetPlaneData( int32 Plane, int32 & PixelStride, int32 & RowStride, int32 & DataLength )
Get the raw image data of a given plane.
GetWidth
int32 GetWidth() const
Get the width of the image in pixels.
Details | |
---|---|
Returns |
The width.
|
Release
void Release()
Explicitly release the ARCore resources owned by this object.
~UGoogleARCoreCameraImage
~UGoogleARCoreCameraImage()