Search found 4 matches

by apalopohapa
Mon Oct 06, 2014 2:38 pm
Forum: OptiTrack Data Streaming
Topic: NatNet SDK .NET version does not include Timecode
Replies: 7
Views: 7809

Re: NatNet SDK .NET version does not include Timecode

Hi Morgan. I'm using a tip build 1.7.0 Beta. I'm not on set right now but I have a take recorded on one of the test days that I'm using to develop, perhaps I can email it to you?
by apalopohapa
Fri Oct 03, 2014 11:44 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK .NET version does not include Timecode
Replies: 7
Views: 7809

Re: NatNet SDK .NET version does not include Timecode

Thanks @morgan. I've moved to all C++ now, so no problem. There are some issues with timecode though. For example if the sample rate is 60 but timecode is 24, then you'll get a suframe that counts back to zero sometimes, like so: 6371[ms] 15:04:44: 0.0 6387[ms] 15:04:44: 0.1 6406[ms] 15: 04:44:1.0 6...
by apalopohapa
Mon Sep 22, 2014 5:37 pm
Forum: OptiTrack Data Streaming
Topic: NatNet SDK .NET version does not include Timecode
Replies: 7
Views: 7809

Re: NatNet SDK .NET version does not include Timecode

Hi NaturalPoint-Dustin. Thanks for your quick reply. Yes, I've read it. It describes timecode and its subframes. The problem is, it is not there, in the .NET wrapper that was provided, and there is no source code for the wrapper in the samples (so that I could just add what is missing). So I'd have ...
by apalopohapa
Mon Sep 22, 2014 4:43 pm
Forum: OptiTrack Data Streaming
Topic: NatNet SDK .NET version does not include Timecode
Replies: 7
Views: 7809

NatNet SDK .NET version does not include Timecode

I started using the NatNet SDK .NET DLL to develop a NatNet client. I've been working on it for a few days and suddenly I realized that the NatNetML.FrameOfMocapData does not expose the Timecode coming in the data stream. But the C++ version does have it. Why do something like that? It is only a few...