Search found 3 matches
- Wed Sep 03, 2014 1:20 am
- Forum: OptiTrack Data Streaming
- Topic: Determine whether rigid body is not tracked using NatNet
- Replies: 1
- Views: 3049
Determine whether rigid body is not tracked using NatNet
What is the official way to determine that a rigid body is currently not seen in NatNet? I test for all members being zero, but I am not sure whether this is sufficient.
- Wed Sep 03, 2014 1:02 am
- Forum: OptiTrack Data Streaming
- Topic: GetDataDescriptions does not return anything in C++
- Replies: 2
- Views: 3798
Re: GetDataDescriptions does not return anything in C++
I meantime got the thing working and wanted to leave a note about the reason for the problem: I originally placed the NatNetClient on the stack instead of the heap. That compiles and also works somehow, but has these weird effects. Since the object is on the heap, everything is working fine. Perhaps...
- Mon Sep 01, 2014 5:51 am
- Forum: OptiTrack Data Streaming
- Topic: GetDataDescriptions does not return anything in C++
- Replies: 2
- Views: 3798
GetDataDescriptions does not return anything in C++
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 app...