Hi! I'm trying to set up a single physical marker calibration routine. I've copied gazer_dual_monocular.py into the pupil_capture_settings/plugins path, and Gazer3D appears in my Pupil Capture Plugin Manager pane on my Macbook. However, when I do the same thing on my PC, the plugin doesn't appear, even though the log file seems to suggest it was successfully added... Do you have any idea why this might be happening? Thanks!
Hey @user-5a4bba! What's the reason for trying to add this as a separate plugin, if you don't mind me asking? Is the standard single physical marker choreography in Capture not appropriate?
When I tried to run the calibration, I got an error message that said 'World Calibration Failed! Plugin Gazer3D failed to initialise.' Is there another way to fix this error besides installing the plugin? Thanks!
Do you have the eye windows open and the pupils well-detected? Without that, you can expect that error message.
Yes, I have the eye windows open and pupils well detected (with the 3d detector, CIS around 0.8-0.9 for both eyes)
Yes I have the eye windows open and
Hi everyone! Iβm getting an error when installing pupil-labs-realtime-api on Jetson AGX Orin Dev Kit. Iβve created a new conda virtual environment with Python version 3.9.7 and when I run "pip install pupil-labs-realtime-api" I get this error: βEncountered error while trying to install package. β°β> cchardetβ
I did some googling and it seems that the cchardet library is not supported for the ARM64 architecture.
Does anyone know how to solve this problem? Is there perhaps a separate version of pupil-labs-realtime-api compiled for ARM64?
Hi @user-e58ae5 π. This is an external dependency issue associated with cchardet. Suggest looking at what Python versions they support + associated compatibility with aarch64. This might be useful: https://github.com/PyYoshi/cChardet/issues/22
@nmt Thanks! I will try it and let you know how it goes π
@nmt unfortunately the problem is still there. I can't install cchardet and this means I can't install pupil-labs-realtime-api. It is definitely an cchardet issue and there is a chardet library which is basically cchardet in pure python and that works just fine but that doesn't help. Do you have any idea what to try next?
Unfortunately this is a requirement. We have no experience installing this on the Jetson. It would be worth reaching out to the authors of cchardet