Closed trentwirth closed 3 months ago
This will be a file containing X, Y, Z Roll Pitch Yaw for every time stamp during the experiment
Trent is thinking a CSV file (Columns are X, Y, Z .... rows are time stamps)
OR
a JSON file that has key value pairings where the keys are x/y/z and the values are the time series data
We want whatever is A easy to work with and B fast enough to record that it doesn't slow the "game" down
A
B
see ReadMe.md - eye and head position are successfully recorded.
ReadMe.md
This will be a file containing X, Y, Z Roll Pitch Yaw for every time stamp during the experiment
Trent is thinking a CSV file (Columns are X, Y, Z .... rows are time stamps)
OR
a JSON file that has key value pairings where the keys are x/y/z and the values are the time series data
We want whatever is
A
easy to work with andB
fast enough to record that it doesn't slow the "game" down