The cCameraGroupPointCloudSettings class contains variables for configuring the point cloud reconstruction settings. An instance of this class can be assigned to a camera group, and used to optimize, or modify, the reconstruction from the group. There are multiple enum variables for defining various reconstruction settings.
Use the member functions to change the setting values within a cCameraGroupPointCloudSettings instance.
When using the Motive API, use TT_CameraGroupPointCloudSettings function to obtain a cCameraGroupPointCloudSettings instance from a camera group. Then use the TT_SetCameraGroupPointCloudSettings function to assign a cCameraGroupPointCloudSettings instance to a camera group.
Please refer to the Reconstruction page for detailed descriptions on individual settings.
These member functions are used for changing reconstruction settings (bool, double, long) of a cCameraGroupPointCloudSettings instance. Call matching data type functions to modify the parameters.
bool SetBoolParameter( Setting which, bool val );
bool SetDoubleParameter( Setting which, double val );
bool SetLongParameter( Setting which, long val );
BoolParameter, DoubleParameter, LongParameter
These member functions fetches a point cloud reconstruction parameter from a cCameraGroupPointCloudsettings instance and saves it in the designated address. Call matching data type functions to obtain the parameters.