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
I am collecting data via the Python simple API. I noticed that the data collection of gaze and IMU happens at a considerable slower rate then designed (https://docs.pupil-labs.com/neon/data-collection/data-streams/). While I can collect video frames at 30 Hz, the max rate for the IMU is 60 Hz (vs. 100 Hz) and for the gaze is 170 Hz (vs. 200 Hz). The bottleneck is the function receive_imu_datum() and receive_gaze_datum.
Any suggestions on how to speed up the process?
The text was updated successfully, but these errors were encountered:
I am collecting data via the Python simple API. I noticed that the data collection of gaze and IMU happens at a considerable slower rate then designed (https://docs.pupil-labs.com/neon/data-collection/data-streams/). While I can collect video frames at 30 Hz, the max rate for the IMU is 60 Hz (vs. 100 Hz) and for the gaze is 170 Hz (vs. 200 Hz). The bottleneck is the function
receive_imu_datum()
andreceive_gaze_datum
.Any suggestions on how to speed up the process?
The text was updated successfully, but these errors were encountered: