Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronized eye tracker data #2

Open
peabody124 opened this issue Dec 18, 2013 · 0 comments
Open

Synchronized eye tracker data #2

peabody124 opened this issue Dec 18, 2013 · 0 comments

Comments

@peabody124
Copy link
Contributor

One limitation with the eye tracker software is that it relays the data out an
analog port. There is a non deterministic latency between when the frame
arrives and when it is out of the analog port. This is fine for real time control
(well not ideal but ok) but for post processing the data this isn't optimal.

We should deal with synchronization here how we do for all the other tasks.
The data should be streamed directly to disk (this is already implemented by
the record switch on the front panel). However, we also need to generate a
sync pulse to the 6608 and route it over the PXI_Trig# lines as well as create
database entries. This will allow zero latency synchronization.

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

No branches or pull requests

1 participant