Demonstrates PresentStreamOfImages for RSVP word presentation: a sequence of words is displayed at a fixed rate, VSYNC-locked, with timing logs showing actual onset and offset times.
Use this to verify text-RSVP timing accuracy on your hardware.
sudo apt install libsdl3-dev on Ubuntu/Debian)go run main.go
Data are saved to goxpy_data/ as a .xpd file (CSV with a metadata header):
| Column | Description |
|---|---|
word_index |
Position in the stream |
word |
The presented word |
target_on_ms |
Requested onset time (ms) |
actual_onset_ms |
Measured onset time (ms) |
actual_offset_ms |
Measured offset time (ms) |
This is a technical test for timing verification. It is mainly useful for framework developers.