Search found 2 matches

by jmltorch
Thu Dec 21, 2023 11:54 am
Forum: OptiTrack Data Streaming
Topic: Does the data streaming rate is configurable ?
Replies: 4
Views: 4814

Re: Does the data streaming rate is configurable ?

Motive will stream the data out at the frame rate of the cameras. This cannot be reduced unless you change the frame rate of the cameras. Instead of this, you may want to access the incoming data at the rate you need. Will it actually though? Do packets get sent as soon as available and only one at...
by jmltorch
Mon Dec 18, 2023 3:01 pm
Forum: OptiTrack Data Streaming
Topic: NatNetClient SecondsSinceHostTimestamp method
Replies: 0
Views: 170273

NatNetClient SecondsSinceHostTimestamp method

Can someone explain generally how the SecondsSinceHostTimestamp(uint64_t hostTimestamp) method works from the NatNetClient class? I'm debugging timestamping issues with a modified version of the SampleClient program for Linux. I'm trying to understand if this method is reasonable to use or whether i...