HI Sean,<br><br><div class="gmail_quote">On Wed, Jul 11, 2012 at 9:55 AM, Sean Delaney <span dir="ltr">&lt;<a href="mailto:sdelaney@cp.dias.ie" target="_blank">sdelaney@cp.dias.ie</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Nikhil,<div><br></div><div>I have fixed the networking issues. There was an error in my state file and I had also made an embarrassing mistake with the build. It works now and the display moves when I move the tracking target. I recalibrated the tracking system and measured the coordinates of the screen corners in mm (which seems to be the unit used by the tracking system). </div>


<div><br></div><div>How should I represent these coordinates in the pvx file? I tried replacing the coordinates of the screen corners as shown below, but when I load the state file I can&#39;t see anything on the cave screen (just the background colour). If I use the coordinates from the example on the web, I can see something but it doesn&#39;t appear correct.</div>


<div><br></div></blockquote><div>So typically the if your tracking is in millimeters then your display is configured in millimeters and that means your scene units are also in millimeters. Typically we assume that the tracking is in meters and so is also the assumption in the document. You could either apply a transform on the tracker (scale) or on the scene.  </div>

<div><br></div><div>You can apply a tracker transform on the &lt;VRPNConnection&gt; tag</div><div>  &lt;Tracker id=&quot;0&quot; name=&quot;something&quot;&gt;</div><div>&lt;TrackerTransform value=&quot; 1 0 0 0 </div><div>

                                                0 1 0 0</div><div>                                                0 0 1 0</div><div>                                                0 0 0 1&quot;&gt;</div><div><br></div><div>

-nikhil</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></div><div>Thanks a lot for your input, it&#39;s much appreciated.</div><div><br></div><div>Seán</div>

<div><br></div><div>------------ PVX file ---------------</div><div><br></div><div><div class="im"><div>&lt;?xml version=&quot;1.0&quot; ?&gt;</div>
<div>&lt;pvx&gt;</div><div> &lt;Process Type=&quot;client&quot; /&gt;</div><div> &lt;Process Type=&quot;server&quot;&gt;</div></div><div>    &lt;EyeSeparation Value=&quot;65&quot;/&gt;</div><div class="im"><div>    &lt;Machine name=&quot;hubble1&quot;</div>


<div>             Environment=&quot;DISPLAY=:0&quot;</div></div><div>             LowerLeft=&quot;-1560, 0, 480&quot;</div><div>             LowerRight=&quot;500, 0, 480&quot;</div><div>             UpperRight=&quot;500, 0, 1940&quot;&gt;</div>


<div>    &lt;/Machine&gt;</div><div>  &lt;/Process&gt;</div><div>&lt;/pvx&gt;</div></div><div><br></div>
</blockquote></div><br>