GetDataDescriptions does not return anything in C++
Posted: Mon Sep 01, 2014 5:51 am
I try to get position updates for rigid bodies using NatNet. I managed to connect to the server, but the result of GetDataDescriptions is always 0. Same holds for the SampleClient provided with the NatNet SDK. However, the WinFormsSampleVS2010 is able to retrieve the information. Furthermore, my application also gets data updates, but I am not able to relate the trackers to their name.
What can I do?
Thanks in advance,
Christoph
PS: Who is the owner of the data returned by GetDataDescriptions? I pass a nullptr, do I need to release it later on? If not, how long is the data valid?
What can I do?
Thanks in advance,
Christoph
PS: Who is the owner of the data returned by GetDataDescriptions? I pass a nullptr, do I need to release it later on? If not, how long is the data valid?