Page 1 of 1

Demo NatNet SDK 2.10 MATLAB error

Posted: Thu Apr 16, 2020 2:36 pm
by manirul_ualberta
We have been experiencing an issue running the Sample 3D Client on Skeletons using Motive: Body 2.1.1. Our goal is to connect MATLAB and Motive and plot the mocap angle in real-time.

This section of the code is where the program pauses at:

Line 100
% approach 3 : get data by event handler (no polling)
% Add NatNet FrameReady event handler
ls = addlistener(theClient,'OnFrameReady2',@(src,event)FrameReadyCallback(src,event));
display('[NatNet] FrameReady Listener added.');

Please advise.

Re: Demo NatNet SDK 2.10 MATLAB error

Posted: Tue Sep 08, 2020 7:50 pm
by Tamim
Dear Manirul, could you share the code so we can have the whole picture?