FeedbackFrame Class¶
This type is an EasyAR Sense API in C#: FeedbackFrame . Some descriptions may not apply to Unity environment on this page.
Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.
Description¶
Feedback frame.
It includes an input frame and a historic output frame for use in feedback synchronous components such as ImageTracker .
Methods¶
inputFrame¶
- C#
public virtual InputFrame inputFrame()
Input frame.
previousOutputFrame¶
- C#
public virtual Optional< OutputFrame > previousOutputFrame()
Historic output frame.