Search found 3 matches

by kundziad
Tue Jan 29, 2013 9:44 am
Forum: OptiTrack Data Streaming
Topic: NatNetML.dll - setting a callback in Matlab
Replies: 2
Views: 4083

Re: NatNetML.dll - setting a callback in Matlab

Here is a relevant part of MATLAB documentation: Working with .NET Events in MATLAB.

Can someone from Natural Point confirm that the OnFrameReady event has the standard signature mentioned in the help page?
by kundziad
Tue Jan 29, 2013 12:06 am
Forum: OptiTrack Data Streaming
Topic: NatNetML.dll telling two frames apart
Replies: 0
Views: 4545

NatNetML.dll telling two frames apart

I am using NatNelML.dll with Matlab and I need to know exactly when a new frame is available from the Tracking Tools. I've tried setting up an event listener , with no luck so far. A temporary solution to the problem would be to poll m_NatNet.GetLastFrameOfData() as frequently as possible when the p...
by kundziad
Mon Jan 28, 2013 11:46 pm
Forum: OptiTrack Data Streaming
Topic: NatNetML.dll - setting a callback in Matlab
Replies: 2
Views: 4083

NatNetML.dll - setting a callback in Matlab

Hello, I am using NatNetML.dll to connect to Tracking Tools using MATLAB. The essential functions work, i.e. I can use m_NatNet.GetLastFrameOfData() to get the positions of markers and rigid bodies. Unfortunately there is no way for me to learn when exactly a new frame is available. I tried to set u...