- This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › XR Discussions › Match Gaze to Video
Hello,
I have the Omnicept and am using the Tobii XR plugin in Unity. I have the gaze origin and direction and with it I can get the position, I then use the Camera.WorldToScreenPosition to know where on the screen it is.
I want to film the session, and later match the position of the gaze element to a position in the video, however when mirroring what the player is seeing, Unity shows the left eye only. I can even make it show both eyes separately but the value will still not fit. Is there any way anyone can think this could be done?
Hi @tedder, the combined gaze ray in the XR SDK gives both the eyes combined into a singular ray which should be sufficient for your needs, but it’s not clear exactly what your intention is or how exactly you are recording the scene. If you could go into greater detail, that would be helpful.