View Single Post
  #1  
Old 08-12-2015, 07:26 AM
willpower2727 willpower2727 is offline
Member
 
Join Date: Feb 2015
Posts: 39
Question Binocular overlap Oculus Rift DK2

Does anyone know if the vizard oculus module has a default setting for binocular overlap? It seems like when I use this code:

Code:
import oculus
hmd = oculus.Rift()
viz.link(hmd.getSensor(), viz.MainView)
I get two identical displays, making it very uncomfortable to use. I am using Vizard 4 (yes I know it's not supported) so maybe my version of the oculus module is not up-to-date?

If there is no default setting, how can I alter the views to have binocular overlap? I would like to make sure that the views are not simply identical (like they should have different viewpoints like eyes do etc.)

Last edited by willpower2727; 08-12-2015 at 07:31 AM.
Reply With Quote