WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Precision Position Tracker (PPT) (https://forum.worldviz.com/forumdisplay.php?f=9)
-   -   VRPN client for WorldViz PPT (https://forum.worldviz.com/showthread.php?t=4082)

ttasci 12-19-2011 10:55 AM

VRPN client for WorldViz PPT
 
Hi all,

I want to connect WorldViz PPT from a different PC over VRPN. When I use Vizard I can get the tracked values. But when I try using a C# client to connect it doesn't work.

I use vrpnnet.dll and try to connect WorldViz PPT like:

Using vrpn
....
TrackerRemote tracker = new TrackerRemote("PPT0@134.103.176.150:3883");
tracker.PositionChanged += new TrackerChangeEventHandler(PositionChanged);
while (true)
{
tracker.Update();
}


Has anybody have a working client application to connect WorldViz PPT and get tracked values?

farshizzo 12-20-2011 03:54 PM

What version of the VRPN plugin do you have enabled in PPT and which version of VRPN is your C# client using?


All times are GMT -7. The time now is 04:45 AM.

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