![]() |
|
|
|
#1
|
|||
|
|||
|
Yes, that would be possible.
Is there a way I can pause the rendering process? |
|
#2
|
|||
|
|||
|
Can you post a simple example script that reproduces the issue? Is the issue that the virtual environment is loaded and running, the eye tracker calibration is started, and the Vizard splash screen is shown a second time?
|
|
#3
|
|||
|
|||
|
Yes, that's the problem.
This simple example reproduces the issue. You can skip the calibration by pressing the Esc key, then pylink.closeGraphics() closes the graphic and the Vizard splash screen is shown a second time. Code:
import viz
import pylink
SIZE = ( viz.getOption('viz.monitor.width', type=int), viz.getOption('viz.monitor.height', type=int) )
viz.go(viz.FULLSCREEN|viz.QUAD_BUFFER)
gallery = viz.add('gallery.ive')
eyelinktracker = pylink.EyeLink(None)
eyelinktracker.sendCommand("screen_pixel_coords = 0 0 %d %d" %(SIZE[0], SIZE[1]))
#eyelinktracker.sendMessage("DISPLAY_COORDS 0 0 %d %d" %(SIZE[0], SIZE[1]))
pylink.openGraphics((SIZE[0], SIZE[1]),32)
eyelinktracker.doTrackerSetup()
pylink.closeGraphics()
|
![]() |
| Tags |
| eye tracker, pylink |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Augmented Reality: virtual world not overlapping real world correctly | Vaquero | Vizard | 7 | 04-15-2016 02:14 AM |
| 3D world editor | Ploep | Vizard | 2 | 05-03-2012 03:25 AM |
| rendering level | shahramy | Vizard | 1 | 07-26-2010 01:12 PM |
| why is time faster in my virtual world? | billjarrold | Vizard | 1 | 11-24-2009 06:33 PM |
| General Questions about Vizard: World Viz | dav | Vizard | 5 | 08-28-2006 04:44 PM |