etcomp
etcomp copied to clipboard
possible upgrade to pupil 1.8
from papr:
import msgpack
gaze_serialized = [msgpack.packb(gaze, use_bin_type=True) for gaze in gaze_list]
In order to addapt to their new style
This seems to work so far. I also integrated the pull-request for surface camera intrinsic thingies and its currently re-detecting the surface (don't know why I needed to do it again, let's hope that was the problem ;).
We'll see if we get any difference/improvements
We decided to not use this for now as the offline surface detection was not working yet
https://github.com/pupil-labs/pupil/pull/1268 <--relevant pull request