#1
|
|||
|
|||
Vizard not detecting PPT
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 |
#2
|
|||
|
|||
What version of PPT are you using and which output plugins do you have active?
|
#3
|
|||
|
|||
I'm currently using PPT Studio 2008 and using VRPN 7 as the output.
|
#4
|
|||
|
|||
I managed to get it working. Thanks a lot for the help!
|
#5
|
|||
|
|||
Vic,
I am having a similar problem. How did you fix it? Thanks in advance. |
#6
|
|||
|
|||
What if PPT and Vizard are on different PCs? Somehow the Vizard didn't get any data from PPT
Anyone can help? |
#7
|
|||
|
|||
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: Code:
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) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 10:39 PM |
Vizard and Augmented Reality | realvision | Vizard | 4 | 04-04-2008 11:59 AM |
Vizard won't run | wouters | Vizard | 5 | 02-05-2008 12:12 PM |
Fall 2007 release of Vizard R3 | 3 D | Announcements | 0 | 10-15-2007 05:50 PM |