Demo NatNet SDK 2.10 MATLAB error

Post Reply
manirul_ualberta
Posts: 1
Joined: Thu Apr 16, 2020 2:11 pm

Demo NatNet SDK 2.10 MATLAB error

Post 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.
Attachments
Mocap angle figure
Mocap angle figure
untitled.jpg (18.41 KiB) Viewed 2044 times
Tamim
Posts: 3
Joined: Thu Aug 20, 2020 7:33 pm

Re: Demo NatNet SDK 2.10 MATLAB error

Post by Tamim »

Dear Manirul, could you share the code so we can have the whole picture?
Post Reply