<div class="gmail_quote"><font size="2">
<div>Hello everybody,</div>
<div> </div>
<div>I am sorry if I am annoying with my emails, but I spent the whole day</div>
<div>searching for a possible bug! </div>
<div> </div>
<div>My program no longer wants to dealt with the NDI Vicra camera :-(. </div>
<div>When I require the connection to the camera, it beeps as if everything </div>
<div>were ok, but tracking does not work. In other words, I always get </div>
<div>position (0,0,0) for all tools. I debugged the code and found that IsValidNow() </div>
<div>(see below) fails. Any idea what could be going wrong?! I attached </div>
<div>the log file. Maybe you can deduce something from it. </div>
<div> </div>
<div>Thanks,</div>
<div>Zein</div>
<div> </div>
<div> </div>
<div>coordSystemAObserver_0->Clear();</div>
<div>trackerTool_0->RequestGetTransformToParent();</div>
<div></div></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">if</font></font><font size="2"> (coordSystemAObserver_0->GotTransform()) {</font> 
<div><font size="2">    transform = coordSystemAObserver_0->GetTransform();</font></div>
<div>    <font color="#0000ff" size="2"><font color="#0000ff" size="2">if</font></font><font size="2"> ( transform.IsValidNow() ) {    // This test fails</font></div>
<div><font size="2">        position = transform.GetTranslation();</font></div>
<div><font size="2">        ...</font></div>
<div><font size="2">        ...</font></div>
<div>
<div></div>
<div class="h5">
<div>    <font size="2">} </font></div>
<div><font size="2">}</font></div><br><br>
<div class="gmail_quote">On Fri, Jan 7, 2011 at 12:04 PM, Zein Salah <span dir="ltr"><<a href="mailto:zeinsalah@gmail.com" target="_blank">zeinsalah@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>Hello,</div>
<div> </div>
<div>I managed to connect to the NDI Vicra camera, by editing a piece of code from </div>
<div>PolarisTrackerTest, and could read tracking data. Now, I have a problem which</div>
<div>I cannot define. When I require the connection to the camera, it beeps as if </div>
<div>everything were ok, but tracking does not work. In essence, the test </div>
<div>"if (<font size="2">coordSystemAObserver_1->GotTransform())"  fails. </font></div>
<div><font size="2"></font> </div>
<div><font size="2">How can I test if the connection has been established and the tracker is working?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Much thanks,</font></div>
<div><font size="2"></font> </div><font color="#888888">
<div><font size="2">Zein</font></div>
<div> </div>
<div><br><br> </div></font></blockquote></div><br></div></div></div><br>