NatNet SDk Get trackables?

NatNet, VRPN, TrackD, and Plugins
Post Reply
corwin
Posts: 10
Joined: Wed Apr 11, 2012 5:32 am

NatNet SDk Get trackables?

Post by corwin »

Hello, is it possible through NatNet SDK to get the number of trackables ? I mean the number of trackables in the project, not currently on screen.

I am using this SDK in order to make work the V120:Trio with our app. Any help about this would be useful. Thanks very much.

Edit: And is it possible to know if tracker is currently tracked? Thanks.

Edit2: I'm Using TT
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: NatNet SDk Get trackables?

Post by NaturalPoint - Mike »

Hello -

All loaded trackables are sent out of band over the command socket when you ping natnet for the first time with your client. You can then update this as often as you like. It should be outlined in the NatNet reference manual, here. See NatNetClient::GetDataDescriptions
Post Reply