unreal.GoogleARCoreCameraImage
¶
- class unreal.GoogleARCoreCameraImage(outer=None, name='None')¶
Bases:
unreal.Object
An object that represents an acquired CPU-accessible camera image.
C++ Source:
Plugin: GoogleARCore
Module: GoogleARCoreBase
File: GoogleARCoreCameraImage.h
- get_height() → int32¶
Get the height of the image in pixels.
- Returns
The height.
- Return type
int32
- get_plane_count() → int32¶
Get the number of data planes in the image.
- Returns
The plane count.
- Return type
int32
- get_width() → int32¶
Get the width of the image in pixels.
- Returns
The width.
- Return type
int32