I don't know if anyone has already written something similar, but I wrote a simple header-only library for reading NatNet packets on Linux machines.
NatNetLinux on Github
Search found 2 matches
- Thu Dec 05, 2013 1:20 pm
- Forum: OptiTrack Data Streaming
- Topic: NatNetLinux - NatNet packet reading library for Linux
- Replies: 1
- Views: 2905
- Tue Nov 26, 2013 10:26 am
- Forum: OptiTrack Data Streaming
- Topic: NatNet 2.5: latency vs. timecode
- Replies: 3
- Views: 4555
NatNet 2.5: latency vs. timecode
The direct depacketization example's unpack() function reads three variables at the end of the packet: `latency`, `timecode`, and `timecodeSub`. From what I can see, the `latency` variable represents the true timecode, incrementing by 1.0 for every tick on my eSync. The timecode variables are always...