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><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>&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>    &lt;EyeSeparation Value=&quot;65&quot;/&gt;</div><div>    &lt;Machine name=&quot;hubble1&quot;</div>
<div>             Environment=&quot;DISPLAY=:0&quot;</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>