Auki::Integration::ARFoundation::CameraFrameProviderGPU
Inherits from Auki.Integration.ARFoundation.CameraFrameProvider
Public Functions
Name | |
---|---|
override Texture | GetLastFrameTexture() |
Protected Functions
Name | |
---|---|
override void | Awake() |
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
Name | |
---|---|
ARCameraBackground | ArCameraBackground 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.