PDA

View Full Version : Is it possible to display some information only on PC monitor and not HMD?


Josh
04-14-2010, 01:30 PM
Hi all

Is it possible to display some stuff only on the PC monitor and not on the HMD?

E.g. a message(...)?

Thanks
Josh

Jeff
04-14-2010, 04:44 PM
Take a look at the following thread.

http://forum.worldviz.com/showthread.php?t=2465

There are some suggestions there for a HMD that uses a single video input.

Josh
04-15-2010, 06:11 AM
OK, so I won't be able to do this in an easy way... Thanks anyway. :-)

Gladsomebeast
04-15-2010, 10:58 AM
Seems this is a common need, to have some sort of "control view" while the user simulation is doing its thing.

We can do this by running a second Vizard program on the same computer. The Vizard programs can communicate via Vizard's networking features.

I've attached a zip with two sample scripts. The sending.py script sends a message to the receving.py script via Vizard's networking feature. The target computer for each script's network object is the localhost, the computer the script is running on. The receving.py script gets the message.

Run both scripts by double clicking on them in windows. Then press the space-bar when the sender.py vizard window is in focus.

This setup does not support two way communication. I think fiddling with the network ports each script is listening on will solve that.

Josh
04-16-2010, 05:13 AM
Thanks for the answer, but this is a bit overhead for my purposes. :-)

Thanks anyway!