Holds the information related to a source including id number, type, settings, a list of the recorded videos and a list of the calibration points. More...
#include <metadata.h>
Public Attributes | |
SourceID | id |
The id number of the source. | |
SourceType | type |
The type of the source. | |
SourceSettings | settings |
The settings for the source. | |
FrameTime | startOffset |
The start offset of the source used in analysis. | |
std::vector< std::string > | recordedVideos |
The set of the video files related to the source. | |
std::vector< CalibrationPoint > | calibrationPoints |
The set of the calibration points related to the source. | |
Holds the information related to a source including id number, type, settings, a list of the recorded videos and a list of the calibration points.