Added tuning feature and hand palm action to reset the timer
This commit is contained in:
@@ -61,7 +61,7 @@ class VideoStepReplayTest {
|
||||
val frame = buildPoseFrame(t, landmarks, smoothedAnkleHip, angles)
|
||||
val result = liveStepDetector.update(frame)
|
||||
finalStepCount = result.stepCount
|
||||
logger.log(landmarks, t, finalStepCount)
|
||||
logger.log(landmarks, t, finalStepCount, result.handRaiseProgress)
|
||||
framesProcessed++
|
||||
}
|
||||
t += stepMs
|
||||
|
||||
Reference in New Issue
Block a user