Forum Discussion
cyril3d
13 years agoHonored Guest
IPD settings and key mapping
Hi I can't find which file contains the 0.064 IPD except the CameraController.cs file but even if I change the IPD value in this file and buid the project, when I press the space bar in the demo th...
CosbyTron
13 years agoHonored Guest
Changing the IPD value in OVRCameraController doesn't have any effect. Like cyberreality points out, it pulls 0.064 from the device with GetIPD() which, in turn, looks like its getting it straight from the DLL (unless I'm reading it wrong). What has me scratching me head is that removing "OVRDevice.GetIPD(ref IPD);" from InitCameraControllerVariables() doesn't appear to change anything.
Maybe replacing the IPD references in UpdateCamera() (where it seems to be put to use) with a new variable would do the trick, but I'm not sure where else the hard-coded 0.064 is getting used, and if that would result in a mismatch somewhere.
I stopped tinkering with it when I discovered how much debate there is over the merit in changing the IPD because, as cyril mentions, the physical IPD on the headset is fixed.
Maybe replacing the IPD references in UpdateCamera() (where it seems to be put to use) with a new variable would do the trick, but I'm not sure where else the hard-coded 0.064 is getting used, and if that would result in a mismatch somewhere.
I stopped tinkering with it when I discovered how much debate there is over the merit in changing the IPD because, as cyril mentions, the physical IPD on the headset is fixed.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 months ago
- 2 months ago