View Single Post
  #1  
Old 02-06-2017, 08:17 AM
Alex Alex is offline
Member
 
Join Date: Feb 2017
Posts: 2
Change rotational gain on HMD

Hello,

I'm currently attempting to create a Psychology undergraduate experiment using Vizard and an Oculus Rift HMD. I'm very inexperienced with Python, so apologies if I don't explain myself properly.

I'd like to be able to manipulate the rotational gain of the HMD. For example, if a person were to move their head 45 degrees to the right, I'd like to be able to apply a multiplier (e.g. 2) and have the virtual environment appear to move 90 degrees to the left. I'm only interested in manipulating the yaw movements of the head, but if it has to be applied to pitch and roll movements as well then that will also work.

I've currently connected the Oculus tracker and display through vizconnect.

I understand this goes against best practices for VR development, but I'm testing whether certain participants will be able to detect these changes.

Is this possible?

Many thanks,

Alex
Reply With Quote