WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 09-03-2015, 05:58 AM
willpower2727 willpower2727 is offline
Member
 
Join Date: Feb 2015
Posts: 39
I may not be the best person to try and help you with this, since I use DK2 with Vizard 4, but I've noticed similar (but different) oddities in how the displays work with monitors. What I do, and you might want to give it a try, is to extend the desktop to the HMD, as if it were a monitor to Windows (do this from the Windows control panel). In this usage, I don't think it matters whether the Oculusconfigutility is set to extend or direct to HMD. Then I use a vizcore.cfg file to automatically display the vizard window on the second monitor, in this case, it's the hmd. In my script, this is how I setup the DK2:

Code:
import viz
import oculus
view = viz.addView
hmd = oculus.Rift()
hmd.getSensor()

#do not use this command!
#viz.link(hmd.getSensor(),viz.MainView)
Basically I ignore Vizard's built-in tools for setting-up/connecting the HMD. All I do is create the second view, and then display the vizard window fullscreen on the second monitor, which in this case is the HMD. So it's a little red-neck, but I avoid several display issues. And it sill looks the same.

Now, I have not tried to duplicate the vizard window on the HMD and the monitor at the same time.

I hope this helps, if not oh well. Let me know if you have any questions, or if it works or not.
Reply With Quote
 


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
oculus DK2 in vizard 5 green951 Vizard 1 06-18-2015 08:12 AM
Oculus DK1 and DK2 in Vizard 5 Jeff Vizard 3 10-02-2014 11:00 AM
Vizard exits full screen after 30 seconds derek Vizard 3 08-21-2014 12:02 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
running multiple vizard scripts from python exhale Vizard 1 05-09-2005 05:35 AM


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


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