Search found 2 matches

by nle2
Wed Jul 23, 2014 9:55 am
Forum: OptiTrack Data Streaming
Topic: NatNet Matlab sample giving error
Replies: 1
Views: 3682

Re: NatNet Matlab sample giving error

If you are getting this when trying to run the sample as is, your initial problem is likely from this section of code: % TODO : update the path to your NatNetML.DLL file here dllPath = fullfile( 'c:' ,'NatNetSDK2.5','lib','x64','NatNetML.dll'); assemblyInfo = NET.addAssembly(dllPath); Unless you hav...
by nle2
Wed Jul 09, 2014 1:38 pm
Forum: OptiTrack Data Streaming
Topic: Setting Take Name via Matlab
Replies: 1
Views: 2972

Re: Setting Take Name via Matlab

I had the same problem a few months ago. After contacting NaturalPoint support I found that the following works in MATLAB R2013b with NatNet2.5: [byteArray, retCode] = theClient.SendMessageAndWait('SetRecordTakeName,Test3'); The issue is that the command string Motive is expecting is SetRecordTakeNa...