Search found 1 match
- Thu Dec 08, 2016 6:55 am
- Forum: OptiTrack Data Streaming
- Topic: Where are the Optitrack "params" flags defined?
- Replies: 1
- Views: 2185
Where are the Optitrack "params" flags defined?
I see from the C++ example that there are flags packed in the params field to indicate some status. Where can I find the documentation for these flags for Optitrack host? // FrameOfMocapData params bool bIsRecording = ((data->params & 0x01)!=0); bool bTrackedModelsChanged = ((data->params & ...