Merged Jw -> (Qi Ying -> Harine)

This commit is contained in:
Gabriel Low
2026-09-08 11:42:22 +08:00
parent 47f4567005
commit eb2491ea21
3 changed files with 21 additions and 5 deletions
@@ -71,7 +71,7 @@ class CameraViewModel(application: Application) : AndroidViewModel(application)
// live preview with pose overlay on but not recording doesn't feed it.
private val stepCountingSession = StepCountingSession()
/** @brief Time-ordered pose samples buffered for the current/most recent recording session. */
val poseFrames: List<PoseFrame> get() = poseFrameBuffer
val poseFrames: List<PoseFrame> get() = stepCountingSession.poseFrames
// Extra SMA smoothing for ankle/hip landmarks specifically, on top of
// PoseLandmarkSmoother's per-frame EMA -- see AnkleHipMovingAverageFilter.