Wikitude Unity Plugin
Public Attributes | List of all members
Wikitude.PluginManager Class Reference

The plugin manager allows you to get individual frames of the camera feed to do additional processing on it. More...

Inherits MonoBehaviour.

Public Attributes

OnCameraFrameAvailableEvent OnCameraFrameAvailable = new OnCameraFrameAvailableEvent()
 The event that gets called when a new camera frame is available. The frame data is valid only during the duration of the current update when this event is called. The event will get called at most once per frame, even if the FPS of the camera is higher than the FPS of the app. More...
 
OnPluginFailureEvent OnPluginFailure = new OnPluginFailureEvent()
 The event that gets called when there was a problem with the plugin. More...
 

Detailed Description

The plugin manager allows you to get individual frames of the camera feed to do additional processing on it.

Member Data Documentation

OnCameraFrameAvailableEvent Wikitude.PluginManager.OnCameraFrameAvailable = new OnCameraFrameAvailableEvent()

The event that gets called when a new camera frame is available. The frame data is valid only during the duration of the current update when this event is called. The event will get called at most once per frame, even if the FPS of the camera is higher than the FPS of the app.

OnPluginFailureEvent Wikitude.PluginManager.OnPluginFailure = new OnPluginFailureEvent()

The event that gets called when there was a problem with the plugin.