WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Oculus DK2 image warping (https://forum.worldviz.com/showthread.php?t=5413)

ichitaka 07-24-2015 09:17 AM

Oculus DK2 image warping
 
Hello everybody!

Currently i'm working on a project where i'm using the oculus rift dk2 with a ppt x4 tracking system. All implemented in vizard 5.

My implementation of the rift sadly causes some kind of image warping and i don't know what kind of setting it is that i had set wrong. Here some screenshots(head was turned on second image to shop the difference):
http://imgur.com/a/EV0Wm

My code for the rift implementation is:
Code:

if enable_oculus:
        viz.go()
        import oculus
        viz.setOption('viz.glFinish',1)
        viz.mouse.setVisible(False)
        hmd = oculus.Rift(window=viz.MainWindow, autoDetectMonitor=True)
        sensor = hmd.getSensor()
        viz.window.setFullscreen(True)
        if enable_ppt:
                init_ppt()
        else:
                link = viz.link(sensor, viz.MainView)
else:
        viz.go()
        viz.window.setFullscreen(True)
        viz.mouse.setVisible(False)


Jeff 07-24-2015 12:02 PM

It's not clear to me what the image warping you're referring to is. What version of the Oculus SDK are you using? Are you running in Direct HMD or Extend HMD to desktop mode? Does this also occur with the oculusExample.py script included with Vizard?


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

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