Search found 6 matches

by dlecoutre
Fri Mar 14, 2008 12:09 pm
Forum: General OptiTrack Support
Topic: Optitrack camera accuracy
Replies: 2
Views: 3339

Re: Optitrack camera accuracy

<t>Thanks for the link, I'd implement the INPVector3 in my .dll, if someone get this issue, just add theses lines in the initialization function :<br/> VariantInit(&FocalLenght);<br/> FocalLenght.vt= VT_R8;<br/> FocalLenght.dblVal=2.6;<br/> pVector3->put_imagerMMFocalLength(FocalLenght);<br/> <b...
by dlecoutre
Tue Mar 11, 2008 1:17 pm
Forum: General OptiTrack Support
Topic: Optitrack camera accuracy
Replies: 2
Views: 3339

Optitrack camera accuracy

<t>Hi,<br/> <br/> I have two Optitrack Cameras (C120 version) and one Vector Clip for head tracking. I wanted to check the accuracy of the cameras, so I placed the clip on a positioning system. This allows me to translate the clip in the x and z axis without changing any of the rotation angles. I am...
by dlecoutre
Thu May 03, 2007 9:26 am
Forum: General OptiTrack Support
Topic: Modified win32 sample hangs
Replies: 13
Views: 13093

Re: Modified win32 sample hangs

The problem is fix this is the new code. Thanks very much to the support team. If it doesn't work, you should ask for the SDK beta. //========================================================================----- //== OptiTrack WIN32 Sample Application //== Copyright 2007 NaturalPoint //== //== This ...
by dlecoutre
Tue May 01, 2007 8:55 am
Forum: General OptiTrack Support
Topic: Modified win32 sample hangs
Replies: 13
Views: 13093

Re: Modified win32 sample hangs

Yes but in a different way. When I execute the programm VC6Console.exe crash before the first loop (It is a VC6 project).
by dlecoutre
Tue May 01, 2007 8:31 am
Forum: General OptiTrack Support
Topic: Modified win32 sample hangs
Replies: 13
Views: 13093

Re: Modified win32 sample hangs

First I apologize for my writing english because I am not english. I've modified the loop because I need to use the camera for an undefined time. The programm freeze each time between 9000-10000 loop ( generally at 10000). I had install the last SDK version. That is why I was asking if you will have...
by dlecoutre
Mon Apr 30, 2007 10:56 am
Forum: General OptiTrack Support
Topic: Modified win32 sample hangs
Replies: 13
Views: 13093

Re: Modified win32 sample hangs

Hi,

Sorry for my English, I'm foreigner.
I've got the same bug, I'm programming in JNI to use the camera with java. I used the Win32 sample for my application, but between 10000-9000 frame it crash at GetData(). When is the new release of the OptiTrackSDK ?

Thanks,