Dwell-to-click — gaze-driven click via configurable hold timer #4
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/raven#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User looks at a point on screen; after holding gaze for
dwell_ms(default 800ms), a left click fires at that position.Implementation:
Calibration: 5-point calibration sequence (look at each corner + center of screen) maps gaze vector to screen coordinates.
No phantom clicks: dwell timer must be reset on any gaze departure. No click should fire if user looks away mid-dwell.