This class contains size properties of reconstructed 3D markers. The size of reconstructed marker is defined by its diameter (in mm), and an instance of this class can be assigned to a camera group. Use the TT_CameraGroupMarkerSize and TT_SetCameraGroupMarkerSize Motive API functions for obtaining and assigning an instance of this class.
class TTAPI cCameraGroupMarkerSizeSettings { public: cCameraGroupMarkerSizeSettings(); ~cCameraGroupMarkerSizeSettings(); enum eMarkerSizeType { MarkerSizeCalculated, MarkerSizeFixed, MarkerSizeCount }; eMarkerSizeType MarkerSizeType; float MarkerSize; };