Search found 4 matches

by haoshuang3394
Fri Mar 30, 2012 10:06 am
Forum: OptiTrack SDK
Topic: ran markers sample and got an error
Replies: 7
Views: 14410

Re: ran markers sample and got an error

Another question: I want to know the detail about the coordinate system of the 3-markers, such as the x/y/z axis of the CS. It's very important in my project. Thanks a lot.
by haoshuang3394
Fri Mar 30, 2012 10:03 am
Forum: OptiTrack SDK
Topic: ran markers sample and got an error
Replies: 7
Views: 14410

Re: ran markers sample and got an error

Thanks for your tip. I think I have solved the problem. I modified the code of the project markers. I suppose that you'd better add some more samples to the OptiTrack software.
by haoshuang3394
Tue Mar 06, 2012 12:28 am
Forum: General OptiTrack Support
Topic: ran markers sample and got an error
Replies: 0
Views: 9185

ran markers sample and got an error

I have 4 s250e cameras calibrated and I got a project.ttp file. I tried to run the sample project named "markers", when the program ran to TT_Update(), it returned NPRESULT_NOFRAMEAVAILABLE while(!_kbhit()) { result = TT_Update(); if(result == NPRESULT_SUCCESS) { mFrameCounter++; and this ...
by haoshuang3394
Tue Mar 06, 2012 12:25 am
Forum: OptiTrack SDK
Topic: ran markers sample and got an error
Replies: 7
Views: 14410

ran markers sample and got an error

I have 4 s250e cameras calibrated and I got a project.ttp file. I tried to run the sample project named "markers", when the program ran to TT_Update(), it returned NPRESULT_NOFRAMEAVAILABLE while(!_kbhit()) { result = TT_Update(); if(result == NPRESULT_SUCCESS) { mFrameCounter++; and this ...