Overview
When a Muse headband with PPG is available alongside camera-based rPPG, the SDK supports sensor fusion — using the contact PPG as a reference to calibrate and improve camera-based heart rate estimates.MuseFusionCalibrator
Fuses Muse PPG readings with camera rPPG estimates for improved accuracy:RppgProcessor also has a built-in Muse integration:
MuseCalibrationModel
A simple regression model that learns the relationship between camera and contact BPM over time:BPM Evidence Types
The processor produces evidence from multiple analysis methods:Muse PPG Filter
Apply Muse-style bandpass filtering to PPG samples:Calibration Workflow
- Start with camera-only rPPG
- When a Muse headband connects, feed its PPG as ground truth
- The calibration model learns the camera-to-contact mapping
- Once trained, camera-only estimates are corrected using the learned model
- The fusion calibrator combines both sources for maximum accuracy