Search found 5 matches

by Stefano
Thu Feb 20, 2014 1:24 pm
Forum: Tracking Tools
Topic: Tracking tools - Matlab and Labview
Replies: 33
Views: 80000

Re: Tracking tools - Matlab and Labview

Hi, I was able to create a s-function for simulink. The function imports the angel and position data from tracking tools. function NatNetsFunction(block) % Level-2 MATLAB file S-Function for unit delay demo. % Copyright 1990-2009 The MathWorks, Inc. % $Revision: 1.1.6.3 $ setup(block); %endfunction ...
by Stefano
Tue Feb 11, 2014 5:47 am
Forum: Tracking Tools
Topic: Tracking tools - Matlab and Labview
Replies: 33
Views: 80000

Re: Tracking tools - Matlab

Quick update, I searched around and realized that I could just rename and compile my C coded S-Function as C++. As soon as I did this, all the errors went away. Hopefully this will help out others if they're looking to do something similar. I plan on developing a TrackingTools Simulink block and so...
by Stefano
Wed Dec 04, 2013 6:27 am
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 13314

Re: Streaming data TrackingTools with Matlab Sample

Hi,

after almost two weeks, I received Matlab 2013b from my supervisor.
The Matlab sample is working with it.
Didn't expect the Version of 2012 is the reason for my problem.

Thank you for your help.
by Stefano
Fri Nov 22, 2013 4:34 am
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 13314

Re: Streaming data TrackingTools with Matlab Sample

Hi Morgan,

I'm using Matlab R2012b at the moment.
Trying to get Matlab R2013b today.
Is the difference between these two versions the reason why it's not working?
Did Matlab 2012b not support a .NET call?

Stefan
by Stefano
Mon Nov 11, 2013 6:27 am
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 13314

Streaming data TrackingTools with Matlab Sample

I tried to stream the coordinates of an object with NatNetSDK2.5 and MATLAB R2012b. At first I calibbrated the cameras in TrackingTools and enabled streaming in the application. TrackingTools shows me then the coordinates of the object. Then I startet the MATLAB Sample which I attached to this post....