Optitrack SDK FLEX:V100...3 cameras and C++

Post Reply
DAMACA
Posts: 8
Joined: Wed Jan 28, 2009 9:29 am

Optitrack SDK FLEX:V100...3 cameras and C++

Post by DAMACA »

Hello,

I have 3 questions:

1)I am using the Optitrack SDK. I want to know if i can track objects using just this SDK and how can i do it, or do i need to use Rigid Body tool kit to do it?

2)when i use vector->Get_X...i always get the same information its never change no matter what i do. what can be happening?

3)using vector or point can I do tacking?, I ask because all code i see on this web site and all the information from the manual use only one camera for this methods (vector, point...etc).


Thanks again for your help
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: Optitrack SDK FLEX:V100...3 cameras and C++

Post by VincentG »

1 - You can use the SDK to track 2D marker locations in imager X, Y coordinates.

2 - Vector remains a part of the SDK< but it is no longer a supported feature.

3 - You can use up to 24 cameras, with the SDK. Have you looked at the sdample applications that we also have posted for the SDK?

http://www.naturalpoint.com/optitrack/s ... tions.html
DAMACA
Posts: 8
Joined: Wed Jan 28, 2009 9:29 am

Re: Optitrack SDK FLEX:V100...3 cameras and C++

Post by DAMACA »

thank you very much,

I acomplished the tracking in 2D using a sample provided by you, do you have any sample about 3D tracking?

It would be very helpfull, other wise i need no know if the SDK (optitrack) alow me to do it...perhaps using Point?
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: Optitrack SDK FLEX:V100...3 cameras and C++

Post by VincentG »

3D tracking would require using the Tracking tools software/API

http://www.naturalpoint.com/optitrack/p ... rison.html
Post Reply