How do I work with the motion tracker's scenarios in CMT?
- Date added:
- Tuesday, 03 March 2009
- Last revised:
- Tuesday, 03 March 2009
Answer
When using the CMT, you can get a list of all available scenarios using the cmtGetAvailableScenarios function. The cmtGetScenario returns the currently used scenario. You can set the scenario using the function cmtSetScenario. For software filtering, the scenarios are also available in the scenarios.xsb file. You can load them using the cmtLoadScenarios, cmtGetAvailableSoftwareScenarios and other functions that look much like the previously mentioned functions. Also refer to the API function reference.













