Streaming Data
This guide covers a simple mental model for consuming device updates from the Rokoko Device SDK.
Typical flow
Section titled “Typical flow”- Initialize the SDK runtime.
- Discover or connect to a target device.
- Subscribe to motion, state, or telemetry events.
- Transform incoming data into your app’s coordinate space and timing model.
- Render, record, or forward those updates to downstream systems.
Best practices
Section titled “Best practices”- Keep device IO on a dedicated thread or async task where possible.
- Buffer and timestamp updates if you need interpolation.
- Validate disconnect and reconnect behavior early in development.
- Log SDK and transport errors with enough metadata to diagnose field issues.
Next steps
Section titled “Next steps”- Start with the Quick Start
- Review the SDK API Overview