PDA

View Full Version : Vizard not detecting PPT


Vic
06-01-2009, 02:14 PM
Hello,

I'm currently using Vizard 3.0 and executing some code following the format within the PPT documentation. However, whenever I run my code, I get an error message saying "Failed to connect to PPT on local machine". I've toggled the "Talk" button in PPT many times, but to no avail. I'm wondering what could have caused this error and how I can fix it. Thanks!

Vic

farshizzo
06-02-2009, 10:45 PM
What version of PPT are you using and which output plugins do you have active?

Vic
06-03-2009, 06:05 AM
I'm currently using PPT Studio 2008 and using VRPN 7 as the output.

Vic
06-03-2009, 08:55 AM
I managed to get it working. Thanks a lot for the help! :)

funplorer
10-02-2009, 11:20 AM
Vic,

I am having a similar problem.

How did you fix it?

Thanks in advance.

borryshasian
06-07-2011, 08:38 PM
What if PPT and Vizard are on different PCs? Somehow the Vizard didn't get any data from PPT :(
Anyone can help?

Jeff
06-08-2011, 05:45 PM
Add the VRPN 7 output plug-in in PPT Studio.

Make sure all firewalls and virus scanners are disabled on both the PPT and rendering machines.

Place marker 1 in the tracking area and press Talk.

In Vizard run the following code, replace hostname with the name of your PPT machine:
import viz
viz.go()

vrpn = viz.add('vrpn7.dle')
tracker = vrpn.addTracker('PPT0@hostname',0)

gallery = viz.addChild('gallery.ive')

viz.link(tracker, viz.MainView)