#
ImmersalSession
The ImmersalSession forms a pipeline by connecting the different components together. It manages a continous loop that queries the relevant components for data and passes it onwards based on it's internal logic and configuration.
Basic description of the ImmersalSession loop:
- Update IPlatformSupport and receive results including camera data.
- Pass camera data to ILocalizer and receive localization results.
- Optionally process these results with a processing chain.
- Pass the results to ISceneUpdater.
- Also pass the results to ITrackingAnalyzer.