WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-16-2013, 12:20 PM
hzhao hzhao is offline
Member
 
Join Date: Sep 2012
Posts: 18
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.
Reply With Quote
  #2  
Old 07-16-2013, 05:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Can you post your code related to display and ipd setup?
Reply With Quote
  #3  
Old 07-16-2013, 06:22 PM
hzhao hzhao is offline
Member
 
Join Date: Sep 2012
Posts: 18
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!
Reply With Quote
  #4  
Old 07-17-2013, 10:38 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Reply With Quote
  #5  
Old 07-17-2013, 05:40 PM
hzhao hzhao is offline
Member
 
Join Date: Sep 2012
Posts: 18
The code works. Thank you!
Reply With Quote
Reply

Tags
hmd, iod, synoptic

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wide-angle view Brett Lindberg Vizard 8 09-04-2009 04:57 PM
Freeform view on an animated object problem jaylocco Vizard 2 06-08-2009 08:09 PM
View nlfrnassimi Vizard 0 03-17-2009 02:01 AM
View nlfrnassimi Vizard 4 03-12-2009 05:25 AM
problem with stereo mode shivanangel Vizard 3 10-17-2006 09:58 AM


All times are GMT -7. The time now is 01:26 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC