Search found 1 match
- Tue Sep 23, 2014 4:02 am
- Forum: OptiTrack Data Streaming
- Topic: Streaming unlabeled markers
- Replies: 2
- Views: 3863
Re: Streaming unlabeled markers
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. We offe...