Skip to main content

Auki::Integration::ARFoundation::CameraFrameProviderGPU

Inherits from Auki.Integration.ARFoundation.CameraFrameProvider

Public Functions

Name
override TextureGetLastFrameTexture()

Protected Functions

Name
override voidAwake()
override voidProcessFrame(ARCameraFrameEventArgs frameInfo)
Manna needs to be supplied with camera feed frames so it can detect QR codes and perform Instant Calibration. For this particular implementation, we use AR Foundations AR Camera Manager to retrieve the images on GPU side.

Protected Attributes

Name
ARCameraBackgroundArCameraBackground
AR Camera Background which contains rendered frames texture.

Public Functions Documentation

function GetLastFrameTexture

override Texture GetLastFrameTexture()

Protected Functions Documentation

function Awake

override void Awake()

function ProcessFrame

override void ProcessFrame(
ARCameraFrameEventArgs frameInfo
)

Manna needs to be supplied with camera feed frames so it can detect QR codes and perform Instant Calibration. For this particular implementation, we use AR Foundations AR Camera Manager to retrieve the images on GPU side.

Protected Attributes Documentation

variable ArCameraBackground

ARCameraBackground ArCameraBackground;

AR Camera Background which contains rendered frames texture.