@Martin - Any news on saving/loading different calibration files? I'm working on a multi-user app and would like the correct calibration to be loaded on login. I can make a hackish implementation as follows:
- Save calibration: copy default.profile -> username.profile
- Load calibration: copy username.profile -> default.profile and restart the Eye Tribe server
But the workflow would be much simpler if I could just pass username.profile via the Eye Tribe connector. Or at the very least, pass username.profile as a command-line argument to the Eye Tribe server. We have some field testing coming up soon and it would be nice to have an ETA on this feature.