Page 1 of 1

Pause data stream of sampleclient.exe

Posted: Wed Oct 11, 2017 5:23 pm
by hardikpatel007007
Hi guys,

I run the sampleclient.exe of NatNet version 2.10 with motive 1.10.0.
I have few questions.

I want to extract the data of the rigid body to use it for the feed back into other machine. Would anyone point me how to extract the data from struct??

Also I would only like to fetch the data of the rigid body when required by machine. Is there any way possible to get data when needed and instead of constant streaming onto console window. It streams fast and makes it hard to read the values.

I tried to work on the "while(c = _getch())" loop but it keeps the streaming on.

Any help would be appreciated.