![]() |
|
#1
|
|||
|
|||
|
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)
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple post-process effects with oculus rift | lklab | Vizard | 2 | 03-13-2015 01:48 PM |
| Oculus runtime disrupts clustering to mirror DK2 display | performlabrit | Vizard | 1 | 01-23-2015 07:00 AM |
| Oculus DK1 and DK2 in Vizard 5 | Jeff | Vizard | 3 | 10-02-2014 11:00 AM |
| 360 panorama image cube using as darts target and record the xy coordinates | mshukun | Vizard | 2 | 03-14-2013 06:17 AM |
| Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |