Demo NatNet SDK 2.10 MATLAB error
Posted: Thu Apr 16, 2020 2:36 pm
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.
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.