Skip to content

feat(frontend): stream live gaze points during calibration#96

Open
Avinash-Alapati wants to merge 1 commit intoruxailab:mainfrom
Avinash-Alapati:main
Open

feat(frontend): stream live gaze points during calibration#96
Avinash-Alapati wants to merge 1 commit intoruxailab:mainfrom
Avinash-Alapati:main

Conversation

@Avinash-Alapati
Copy link

What this adds

  • Streams live gaze points from the calibration UI to the backend
  • Sends gaze coordinates, phase (training/validation), and timestamps
  • Throttled to avoid excessive network traffic

Why this is needed

The backend now supports real-time gaze ingestion and WebSocket broadcasting, but the frontend had no mechanism to emit live gaze data during calibration.

This change provides the minimal frontend hook required to validate the real-time pipeline end-to-end, without affecting existing calibration logic.

Scope

  • Minimal, non-breaking change
  • No UI changes or observer visualization yet
  • Only active during calibration flow

Next steps

  • Add observer-side visualization of live gaze points
  • Persist gaze data for replay and analysis

@Avinash-Alapati
Copy link
Author

This PR complements backend PR #45 (real-time gaze ingestion and streaming).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant