#1
|
|||
|
|||
set 0 IOD to have synoptic view in HMD
Hi,
I want to have synoptic view in my HMD, that is, two HMD screens provide the same image. In vizard, I set the IOD in to 0. But I still can see the difference between the two screen images. How can I get it? Thanks. |
#2
|
|||
|
|||
Can you post your code related to display and ipd setup?
|
#3
|
|||
|
|||
viz.fov(53,1.1887)
viz.go(viz.STEREO | viz.FULLSCREEN) view = viz.MainView headTrack = viz.addSensor('intersense') viz.link(headTrack, view) This code is for vizard 3.0. I create a virtual world with vizard and display it in a HMD. To get stereopsis, vizard displays different images on the two screens of the HMD. This is just like we see different scenes in our two eyes because of the distance between our eyes. Now, I want to display the same image on the two screen of HMD. It is just like we see the same scene in our two eyes. And I suppose I can do this by set the distance between our two eyes to be 0. How can I do this in vizard? Thanks! |
#4
|
|||
|
|||
Use the viz.ipd command with a value of 0:
Code:
viz.fov(53,1.1887) viz.go(viz.STEREO | viz.HMD) viz.ipd(0) |
#5
|
|||
|
|||
The code works. Thank you!
|
Tags |
hmd, iod, synoptic |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wide-angle view | Brett Lindberg | Vizard | 8 | 09-04-2009 05:57 PM |
Freeform view on an animated object problem | jaylocco | Vizard | 2 | 06-08-2009 09:09 PM |
View | nlfrnassimi | Vizard | 0 | 03-17-2009 03:01 AM |
View | nlfrnassimi | Vizard | 4 | 03-12-2009 06:25 AM |
problem with stereo mode | shivanangel | Vizard | 3 | 10-17-2006 10:58 AM |