API Reference
GitHubPublic Python API for stera-sdk — readers, models, visualizer, mesh refinement, and core types.
The reference for everything you can import from stera-sdk. Each page documents a class or module: constructor signature, methods, parameters, and return types.
Readers
MCAPReader
Open an MCAP recording, iterate streams, access intrinsics, and run session.export().
SyncedFrame & CameraIntrinsics
The frame container yielded by MCAPReader.frames() and the camera-calibration dataclass.
Models
HandTracker
Unified hand tracking wrapper over WiLoR, MediaPipe, and HaMeR backends.
FaceBlurrer
Unified face blurrer wrapping EgoBlur, MediaPipe BlazeFace, and RetinaFace.
UpperBodyEstimator
Per-frame skeleton estimation from camera pose plus tracked wrists, with tunable limb lengths.
Processing & Visualization
MeshRefiner
Clean, densify, colorize, and optionally de-clutter a SLAM mesh from an MCAP session.
Visualizer
Rerun-based per-frame visualizer for Stera sessions. Drives the blueprint, static map geometry, IMU traces, frustum, and overlays.