Search found 3 matches

by prap19
Sat Nov 27, 2010 7:21 am
Forum: Point Cloud SDK - 3D Point Tracking
Topic: Problem in building SampleClient in Visual Studio 2008
Replies: 1
Views: 7399

Problem in building SampleClient in Visual Studio 2008

I am using Visual Studio 2008 and currently my project includes use of 3rd party SDK, NatNet OptiTracker. I have lib folder within SDK folder containing all the dll and object library. Do tell me if any more info is required for this Q? HOwever I am not able to build it. I get the following warnings...
by prap19
Wed Nov 24, 2010 5:51 pm
Forum: General OptiTrack Support
Topic: Can i encapsulate this function __cdecl DataHandler?
Replies: 1
Views: 1809

Can i encapsulate this function __cdecl DataHandler?

<t>In the Sample code provided in the SDK, the function __cdecl DataHandler is responsible for receiving data from server? Am I right?<br/> My application is fully object oriented so I will need to encapsulate this function.<br/> Eg: void myClass::__cdecl DataHandler(sFrameOfMocapData* data, void* p...
by prap19
Wed Nov 24, 2010 9:23 am
Forum: General OptiTrack Support
Topic: What are marker sets, Rigid body and skeleton?
Replies: 1
Views: 1696

What are marker sets, Rigid body and skeleton?

<t>hi everyone, i am newbie and just started with NatNet couple of days back. I wonder what are these marker sets, rigid body and skeleton. I have read the user guide but could not relate with what is happening in the Sample code provided in the SDK? <br/> I knw it is naive Q, but i guess it is very...