Server NatNet version: 4.1.0.0
Client NatNet version: 4.1.1.0
I'm developing an application which involves tracking trained markersets, but am having trouble getting the description of that trained markerset on a NatNet client.
For example, I generated a single trained markerset in Motive, and looked at the produced data from the NatNet sample client.
Here's some sample output, with the reported descriptions & one frame of data (aside: I couldn't seem to either add a plain .txt file as an attachment, or find how to fold text?): https://gist.github.com/aforren1/b545cb ... d4502de62e
I would expect the
Code: Select all
else if (pDataDefs->arrDataDescriptions[i].type == Descriptor_Asset)
path in the SampleClient to be followed, but it doesn't seem to be? However, I do see my asset in the NatNet motion data.
I also don't see the trained markerset in the description provided by PacketClient either (but see the data).
Any ideas where I might be going wrong?