🀿 neon-xr


Year

user-a3714a 02 June, 2026, 06:46:35

hi if i buy the quest 3 bundle from the website waht will iget

rob 02 June, 2026, 07:14:32

Hi @user-a3714a , you will receive the Neon eyetracking module, a mount for the Quest 3, and a Companion Device (i.e., an Android phone the runs the Neon Companion app for collecting data). It does not include a Quest 3.

May I ask what you intend to do? What would your research project be?

user-5b4eef 05 June, 2026, 01:03:44

is there a VIVE pro eye tracking add-on?

rob 05 June, 2026, 08:20:37

Hi @user-78c5b3 , not random! While we do not provide a pre-made solution for the HTC Vive Eye Pro, it is possible to 3D print your own mount for the Neon module. What do you plan to study?

user-6c271e 05 June, 2026, 01:04:04

i know its random

user-78c5b3 05 June, 2026, 10:44:04

i was thinking about the eye tracking part, because i am intrested in eye tracking for Fovated rendering. but i'm not too sure what to start with. thx again rob for replying

rob 05 June, 2026, 12:04:15

You are welcome and I see. Is the intention to use it for entertainment or for research purposes?

user-78c5b3 05 June, 2026, 12:04:33

entertainment tbf

rob 05 June, 2026, 12:06:52

Ok. Then, just to clarify, although Neon could be used for such a purpose, it is designed with research in mind. It is not plug-and-play for foveated rendering in games, for example. At the least, you would need to find games that are moddable and build a foveated rendering plugin with Neon's Real-time API.

You might benefit more by searching for XR eyetracking equipment that is explicitly made for entertainment purposes.

user-78c5b3 05 June, 2026, 12:07:16

i get it thank you

user-486277 17 June, 2026, 13:15:27

Hi @rob is there a specific pupil-labs-neon-recording version to get the neon-vr-recorder runnning? Im using Python 3.12 but Im getting this error: neon-vr-recorder.venv\Lib\site-packages\pupil_labs\realtime_api\streaming_init_.py", line 3, in from pupil_labs.neon_recording.stream.imu.imu_pb2 import ImuPacket ModuleNotFoundError: No module named 'pupil_labs.neon_recording.stream' CouldΒ΄nt find the module in pupil-labs-neon-recording 2.1.4. Do IΒ΄ve the wrong version? I used the requirements.txt (Companion App v.2.9.23-prod) Thanks

rob 17 June, 2026, 14:50:25

Hi @user-486277 , can you run the following in that virtual environment:

pip install --upgrade pupil-labs-realtime-api

Does that resolve it?

user-486277 18 June, 2026, 09:05:55

Thank you. It resolved the module error and after i installed scipy which was missing and wrote the ip of client_gaze in record.py it started but the window looked like in the image and did not record anything. Did i made a mistake? Do I have to calibrate something? We are using the meta3 with the official mount of pupillabs.

Chat image

rob 18 June, 2026, 09:07:29

You do not need to calibrate anything. How long did you wait when that screen appeared?

user-486277 18 June, 2026, 09:09:30

It appeared immidiatley or do you mean after I it appeared how long did i put he HMD on? To be honest i took it off after I saw that the image is cut

rob 18 June, 2026, 09:10:42

You don't need to put the HMD on for the tool to work. I mean when the terminal appeared and started showing messages, did you close it immediately when you did not see the VR image being updated or did you wait a few seconds? The messages are saying that it has not yet received a VR image, so it might need some more time to establish that connection. You might need to wait ~15-20 seconds.

user-486277 18 June, 2026, 09:15:27

i tried it longer now...still no data does it have to be a unity VR image?

Chat image Chat image

rob 18 June, 2026, 09:17:46

It does not need to be a Unity VR image. May I ask what version of MetaOS you have installed?

user-486277 18 June, 2026, 09:23:16

It`s v.2.4.1034

rob 18 June, 2026, 09:24:17

Thanks, let me check with the team. There have been versions of MetaOS that do not function correctly with the scrcpy tool that is used internally by neon-vr-recorder and workarounds needed to be implemented.

rob 22 June, 2026, 08:24:22

Hi @user-486277 , this seems to be a rather new release of MetaOS. The Neon XR team is looking into it for you.

user-6671c6 22 June, 2026, 10:51:57

Hi! I'm using Neon XR mounted in a Quest 3 (via the dedicated mount) for gaze calibration research, and I have two questions about accuracy in the XR setup.

  1. Is there a dedicated accuracy test report for Neon when it's mounted in a headset (Quest 3 / Pico)? The Neon Accuracy Test Report I found covers the glasses-frame setup (screen-based + in-the-wild), and the VR/AR tech specs page seems to cite the same 1.8Β° / 1.3Β° figures β€” so I'd like to confirm whether those numbers are expected to hold when the module is mounted in an HMD.

  2. If there isn't a dedicated report, could you share a rough expected accuracy for Neon mounted in a Quest 3? I'd like to use it as a reference to check whether what I'm getting in VR is within the expected range or points to a mount/calibration issue on my side.

Thanks!

rob 22 June, 2026, 10:54:38

Hi @user-6671c6 , here are responses to your questions:

  1. It is expected to hold, assuming you are using the correct mount calibration for your VR headset. Essentially, when used in a VR headset, it is still the same Neon module, NeonNet pipeline, and Neon Companion app, working with basically the same eye images.
  2. Can you share the numbers you are getting and the kind of stimuli/experiment you are running? Did you also run your own mount calibration or are you using the default?
user-6671c6 22 June, 2026, 11:14:13

Thanks for the quick reply! Here are the details. My setup is a Neon module mounted in a Meta Quest 3, and the calibration/evaluation scene runs entirely in VR (markers are virtual targets rendered on the Quest 3 display, not on a physical screen).

Stimulus / experiment: a 25-point grid at 5Β° spacing, with the virtual marker presented at 1 m depth in the VR scene. The participant fixates each marker, and I compute the mean angular error across the points.

Numbers: the mean error is most often around 2.3Β°.

Calibration: I'm using the gaze ray (visual axis) that Neon outputs β€” a single ray from the sensor origin β€” after running the mount calibration from the MRTK3 Templete Project per subject.

I've also confirmed in the Neon Companion app that the eyes are clearly captured by the eye cameras.

Is ~2.3Β° within the expected range for this kind of in-VR setup, or does it suggest something is off with my mount calibration?

rob 22 June, 2026, 11:15:49

Thanks, @user-6671c6 . When you say you are using the "gaze ray that Neon outputs", are you using the gaze ray from the Neon XR Core Package? In particular, are you using these outputs?

And, how do you ensure that the config.json file with the mount calibration is being used by your custom project?

user-6671c6 22 June, 2026, 12:20:34

Yes β€” I'm using GazeDataProvider.GazeRay (the .origin / .direction outputs you linked).

For the mount calibration: I run the calibration in the MRTK3 sample app, then from the terminal I use an adb command to push the resulting config.json (the one containing the mount calibration) into my own app's config.json location on the headset.

rob 22 June, 2026, 12:22:42

Thanks. And, may I ask if this was done with or without Gaze Offset Correction? If it helps, in a VR context, I find it easiest to do Gaze Offset Correction while wearing the headset and viewing a simple scene with a gaze pointer. I then hold the phone in my head and can drag and update the pointer in real-time.

user-6671c6 22 June, 2026, 23:03:10

Thanks! No, I haven't been using the Companion app's Gaze Offset Correction. I thought it wasn't possible in neon-xr because the scene camera doesn't work there β€” and I had mistakenly assumed that the PL_Calibration scene in the MRTK3 sample was serving that role in VR.

user-bd5142 23 June, 2026, 06:26:36

Hi pupillabs team ,What data is recorded by Neon XR? Is the data collected the same as other Neon models?

user-d407c1 23 June, 2026, 06:50:11

Hi @user-bd5142 πŸ‘‹ ! If you press Record on the Companion Device or remotely start a recording, everything but the scene camera video would be collected, since the scene camera is physically blocked by the headset.

One important point: gaze and fixations are still initially expressed relative to the Neon scene camera. To use them in your VR environment, you would need to run NeonXR to remap gaze into the VR coordinate space.

Those remapped coordinates would then be stored separately in your Unity environment, or in a separate file if you are using neon-vr-recorder. May I ask which metrics you’re mainly interested in?

user-bd5142 23 June, 2026, 06:58:25

Thank you for your reply. I would like to know how Neon XR collects and exports data, as well as what data can be output

user-bd5142 23 June, 2026, 07:10:34

If I use a neon VR recorder, then gaze and fixation can also be output. Is that what I mean?

user-d407c1 23 June, 2026, 08:17:41

Everything is collected by default. If you start a recording, all data streams except the scene camera video are recorded on the Companion Device when Neon is mounted inside a VR headset. Gaze and fixations are still computed and recorded, but they remain relative to the scene camera coordinate system.

NeonXR (the Unity integration) does not store data by itself. It streams gaze and related data into Unity using a variant of the Realtime API, allowing you to use the information directly within your experiment. It includes utilities for headset calibration (to determine the position of the Neon module relative to the VR headset), remapping gaze into the VR environment, and several MRTK3 examples demonstrating possible interactions and use cases.

How and where the data is stored within Unity is entirely up to your application. You can choose to save it there, start recordings on the Companion Device, or do both depending on your workflow.

neon-vr-recorder, on the other hand, is simply a utility for recording third-party VR content and overlaying gaze data onto the captured footage for later review and analysis.

user-bd5142 23 June, 2026, 08:58:26

Thanks

user-81238c 27 June, 2026, 16:17:36

Hello πŸ‘‹ Everyone

user-81238c 27 June, 2026, 16:19:39

I m testing a pupil labs neon xr with quest 3. Is there an apk or a repo ready to use of an app that i can use in the quest to test the pupil hardware.

neil 30 June, 2026, 00:50:25

Hi @user-81238c! Yes! You can find instructions in our documentation: https://docs.pupil-labs.com/neon/neon-xr/

End of June archive