WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-15-2016, 03:52 AM
rajnishv rajnishv is offline
Member
 
Join Date: Jan 2016
Location: Kalina,Sanatcruz(East),Mumbai,Maharashtra,India
Posts: 94
Question Regarding 3D Depth(immersive) issue with the IPD value during rendering at runtime.

Hi Jeff,
I m preparing a demo in which i m facing 3D depth(immersive) issue.

Reference for stereo:http://forum.worldviz.com/showthread.php?t=4963

I have used the code in my script :
#-------------Code for setting 3D stereo setup start(i have used only IPD)----
bc= vizconfig.BasicConfigurable('3DViewSetter')
bc.addChoiceRadioItem('3D Format',[('Quad buffer',viz.QUAD_BUFFER)],\
viz.MainWindow.stereo,viz.MainWindow.getStereo)
bc.addFloatRangeItem('Inter-pulilary Distance',[-.5,.5],fset=viz.MainWindow.ipd,fget=viz.MainWindow.getIP D)

vizconfig.register(bc)
vizconfig.getConfigWindow().setWindowVisible(True)
#----------------------code for 3D setup stereo end----------------------------

But worldviz has alsomentioned:
http://docs.worldviz.com/vizard/commands/viz/ipd.htm
- the interpupilary distance in meters (default is 0.06 meters).
it takes ipd as 0.06. in the config window when i run the program and we get the 3D depth .
And after that we can change the ipd from config window,if 3D changes.


Issue:
The issue is when i navigate in room,sometimes the same IPD value 0.06(default),the 3D goes in between,and again i have to change the IPD to get the same depth.

Whats the difference between: viz.ipd(0.06) and viz.MainWindow.ipd(0.06),i m confused on this.

Is it compulsary to use the other values such as ,fusion distance,screen distance,fov in combination with IPD.

Which IPD should use- viz.ipd or viz.MainWindow.IPD to get the 3D Depth.

Thanx & Regards

Mr.Rajnish Vishwakarma

Software Developer
at
Xenium Digital Private Limited,Mumbai(Customer of World Viz)
Reply With Quote
  #2  
Old 07-15-2016, 05:04 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Quote:
Whats the difference between: viz.ipd(0.06) and viz.MainWindow.ipd(0.06),i m confused on this.
In the first case the ipd value is applied to all windows while in the second case only to the main window.

Quote:
Is it compulsary to use the other values such as ,fusion distance,screen distance,fov in combination with IPD.
If you're using one of the vizconnect options to setup a powerwall/CAVE or you're programming directly with the vizcave module, you don't need to specify any of these values. Vizcave does the calculations based on the wall dimensions you've provided and tracking origin relative to the walls.

If the stereo is swapped it will cause the stereo effect to look off. That can be changed in the nvidia control panel.
Reply With Quote
Reply

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
Temporarily cease Oculus DK2 rendering or hide display willpower2727 Vizard 5 09-07-2016 08:39 AM
question about oculus rift DK2 and oculus runtime bbb Vizard 1 01-05-2016 10:23 PM
problem with DK2 runtime 0.8 dig Vizard 2 11-16-2015 01:49 AM
Loading at runtime EnvisMJ Vizard 3 06-22-2010 03:30 PM


All times are GMT -7. The time now is 09:55 PM.


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