XRFusionMode# webVis API Reference XRFusionMode Enumeration XRFusionMode The XRFusionMode specifies which inputs will be used for the final visualization. The available inputs are the SLAM-pose and the combination of SLAM- and Modeltracker-pose or neither. Index Enumeration Members NONE SLAM SLAM_MODELTRACKER Enumeration Members NONE NONE: 0 This will prevent any updates to the final camera matrix. SLAM SLAM: 1 This will include the positional updates of the SLAM-input in the calculation of the final camera matrix. SLAM_MODELTRACKER SLAM_MODELTRACKER: 2 This will combine the positional updates of the SLAM- and ModelTracker-inputs to produce the final camera matrix. Did you find this page useful? Please give it a rating: ★ ★ ★ ★ ★ Thank you for rating this page! Any issues or feedback? What kind of problem would you like to report? This page needs code samples Code samples do not work Information is missing Please tell us more about what's wrong: Information is incorrect Please tell us more about what's wrong: Information is unclear or confusing Please tell us more about what's wrong: The page is rendered incorrectly (styling/CSS) Give Feedback Please tell us more about what's wrong: Name E-Mail Problem (required)
The XRFusionMode specifies which inputs will be used for the final visualization. The available inputs are the SLAM-pose and the combination of SLAM- and Modeltracker-pose or neither.