You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One method of replaying is to send gaze data only when all the connected plugins are ready for it by communicating bidirectionally.
In the bidirectional mode, Dejavu sends gaze data, then waits for a response from all the plugins. Once it receives that response, it continues with the replay.
/scripts/test_socket_client.py shows how a plugin should behave (once the sock.sendall(b'a') line is uncommented).
The text was updated successfully, but these errors were encountered:
dtg3
transferred this issue from another repository
Jun 29, 2021
Joshua2000B
changed the title
Add Plugin support for replay bidirectional communication
Add Plugin support for DejaVu Replay bidirectional communication
May 24, 2022
One method of replaying is to send gaze data only when all the connected plugins are ready for it by communicating bidirectionally.
In the bidirectional mode, Dejavu sends gaze data, then waits for a response from all the plugins. Once it receives that response, it continues with the replay.
/scripts/test_socket_client.py shows how a plugin should behave (once the
sock.sendall(b'a')
line is uncommented).The text was updated successfully, but these errors were encountered: