-
Notifications
You must be signed in to change notification settings - Fork 3
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
Stream pupil diameter #1
Comments
I went ahead and did 1 and 2 and kicked off compilation. On S3 in the |
Dear James, Which code did you start with ? Remember, there was a fix that was made so that on setup 3 we did not have to run two different eye trackers. I am hoping you started with the fixed code. The fix was trivial, just had to name one of the clock references properly so can be incorporated easily easily if you started with a non-fixed version. Best, Saumil
Saumil Patel, Ph.D. |
you did start with the fixed code...
Saumil Patel, Ph.D. |
The current software only exports the pupil diameter as a control but we
need it included in the data stream and then out an analog output. There
are a few steps to achieve this.
need to switch to a 64-bit fifo
in the existing FPGA software
For recording that data in parallel with the existing eye trackers then add three
analog channels ot the StateSystemAnalog task for the optical X, Y and pupil
area.
The text was updated successfully, but these errors were encountered: