Frame Class¶
Inherits: Base
Description¶
Frame is the class to store tracked data.
The data includes current camera image(s), tracked targets and other related information.
Public Properties¶
double TimeStamp
int Index
List<Image> Images
List<AugmentedTarget> Targets
string Text
Public Functions¶
Frame()
Frame()¶
Creates a Frame object.
double TimeStamp¶
Returns time stamp of the frame.
int Index¶
Returns frame index.
List<Image> Images¶
Returns a list of images inside the frame.
List<AugmentedTarget> Targets¶
Returns a list of AugmentedTarget inside the frame.
string Text¶
Returns text message inside the frame. Returns an empty string if no text inside.