WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-24-2015, 09:17 AM
ichitaka ichitaka is offline
Member
 
Join Date: Jul 2015
Posts: 5
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)
Reply With Quote
  #2  
Old 07-24-2015, 12:02 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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?
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
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


All times are GMT -7. The time now is 07:43 AM.


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