View Single Post
  #1  
Old 04-19-2021, 12:07 PM
JoeyB JoeyB is offline
Registered User
 
Join Date: Apr 2021
Posts: 1
Remove disparity (same display in two eyes) in HMD

Goal: I'm trying to remove binocular disparity in HMD for an experiment on human vision. In other words, I need to project two identical displays to two eyes as they come from one camera.

Specs: I'm using Samsung Odyssey HMD. My experiment code is written in Python on Vizard IDE. There is a "steamvr" package in Vizard, which I use to create a <hmd> object to interface with HMD. The machine I'm using is MSI VR ONE with a 1070 graphic card.

Solution tried: I tried using "hmd.setIPD(0)" but the IPD (interpupillary distance) is always overwritten by the physical wheel on the HMD that adjusts the distance between two lenses.

Is there any other way I should try? Can I change some
Reply With Quote