Hands-free rewind: raise your hand to go back#25
Open
Hands-free rewind: raise your hand to go back#25
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Address mode-specific rewind mechanisms: recognizedCharCount for wordTracking, timerWordProgress for classic/silencePaused. Add edge cases for camera permission, multiple hands, no camera hardware. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix silencePaused mode grouping, correct method names to show()/dismiss()/forceClose(), add .onDisappear cleanup, fix O(n) string indexing in rewindByWords. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Start/stop camera with reading sessions. Both NotchOverlayView and FloatingOverlayView observe HandGestureController to drive rewind in all three listening modes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AVCaptureDALDevice does not support setActiveVideoMinFrameDuration. The .low session preset already limits resource usage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Raise hand to rewind script, lower to resume. Green spinning circle appears when rewinding. Uses Vision framework hand pose detection with hysteresis thresholds to prevent flicker. Fixes: threshold tuning, camera DAL crash, indicator z-order, callback-based state change, session cleanup on stop. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds a discoverable toggle with description explaining the feature: raise hand to pause and rewind, height controls speed, lower to resume. Enabled by default. When disabled, camera is not started and no hand detection runs. Prevents surprise camera access for users who do not want it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
When you're mid-presentation and stumble over a line, your hands are often gesturing or holding notes — you can't easily reach the keyboard to rewind. This feature lets you raise your hand to pause and automatically rewind the teleprompter, then lower it to resume exactly where you left off. No keyboard, no mouse, no breaking your flow.
What it does
How it works
HandGestureControllercaptures camera frames and runsVNDetectHumanHandPoseRequestSpeechRecognizergainspauseForRewind(),rewindByWords(), andresumeAfterRewind()Test plan