![]() |
ImFusion C++ SDK 4.4.0
|
The Atracsys Tracking Plugin enables connectivity with an Atracsys tracking device, allowing users to control the device and stream tracking data as a TrackingStream into the ImFusion framework. More...
The Atracsys Tracking Plugin enables connectivity with an Atracsys tracking device, allowing users to control the device and stream tracking data as a TrackingStream into the ImFusion framework.
The Atracsys Tracking Plugin provides an integration with specialized features for Atracsys systems, extending the general functionality of tracking streams in the ImFusion framework:
The Atracsys tracking functionality is available in both the ImFusion Suite and the C++ SDK.
The Atracsys Tracking Plugin is integrated into the ImFusion Suite, allowing users to configure the tracking system, visualize tracking instruments, and record tracking data. See the User Documentation for further details.
With the C++ SDK, the Atracsys Tracking Plugin can be used to integrate optical tracking into custom applications for navigation, recording, and visualization. Additionally, the hardware can be integrated and used in a custom plugin via the ImFusion plugin system. For an example, refer to the Stream Example Plugin: Stream Example Plugin
Example usage of the tracking stream:
Classes | |
| class | ImFusion::AtracsysTrackingStreamBase |
| TrackingStream base class for all Atracsys tracking systems. More... | |
Typedefs | |
| using | ImFusion::AtracsysSprytrackStream = SpryTrack::AtracsysTrackingStream |
| Tracking stream for a Atracsys tracking system SpryTrack 180 and SpryTrack 300 connected via USB. | |
| using ImFusion::AtracsysSprytrackStream = SpryTrack::AtracsysTrackingStream |
#include <ImFusion/Atracsys/AtracsysSprytrackStream.h>
Tracking stream for a Atracsys tracking system SpryTrack 180 and SpryTrack 300 connected via USB.
The firmware version must be v1.0.0 or higher (compatible with SDK version 4.8 or higher).
See AtracsysSpryTrackLegacyRC13Stream and AtracsysSpryTrackLegacyRC10Stream for older camera types.