Search found 3 matches

by aaarthur
Sat Aug 18, 2018 3:39 am
Forum: OptiTrack Data Streaming
Topic: Server connected but GetLastFrameOfData() under c++ does not work
Replies: 3
Views: 4140

Re: Server connected but GetLastFrameOfData() under c++ does not work

Hello Arthur, Thank you for reaching out to the community regarding this question. GetLastFrameOfData has been deprecated and is no longer supported under C++. Data should be polled from the data callback function instead. If you encounter any issues with the callback, please feel free to reach out...
by aaarthur
Fri Aug 03, 2018 10:57 pm
Forum: OptiTrack Data Streaming
Topic: Server connected but GetLastFrameOfData() under c++ does not work
Replies: 3
Views: 4140

Server connected but GetLastFrameOfData() under c++ does not work

Hello, I am having some trouble using GetLastFrameOfData() in Visual Studio 2017 to get any data from the server. I have two computers, one as server and the other as a client, and I am using NatNet 2.8 x64. I tried the SampleClient.cpp, and "theClient->SetDataCallback( DataHandler, theClient )...
by aaarthur
Fri Aug 03, 2018 11:25 am
Forum: OptiTrack Data Streaming
Topic: polling with Natnet 2.10
Replies: 1
Views: 2422

Re: polling with Natnet 2.10

Hey Laurent, I have the exact same problem as yours! 2 machines, same version and having the same problem "with getlastframeofdata but works with the datahandler callback. SampleClient 3D works also and the listener method of Matlab too. " Have you solved the problem? Your help is much app...