Skip to main content

Auki::Integration::ARFoundation::Manna::FrameFeederGPU

Inherits from Auki.Integration.ARFoundation.Manna.FrameFeederBase

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 CPU side.

Protected Attributes

Name
ARCameraBackgroundArCameraBackground
AR Camera Manager necessary to supply Manna with camera feed frames.

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 CPU side.

Protected Attributes Documentation

variable ArCameraBackground

ARCameraBackground ArCameraBackground;

AR Camera Manager necessary to supply Manna with camera feed frames.