Search found 199 matches

by morgan
Fri Jun 06, 2014 4:50 pm
Forum: OptiTrack Data Streaming
Topic: Error in NatNetTypes.h and SampleClient.cpp - NatNet SDK2.6
Replies: 1
Views: 2959

Re: Error in NatNetTypes.h and SampleClient.cpp - NatNet SDK

The errors suggest an out of date NatNetTypes.h file.

Reviewing the NatNet 2.6 distro - NatNetTypes.h appears correct with the included declarations. Possible your project is referencing a previous version?

Morgan
by morgan
Tue Mar 25, 2014 11:07 am
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 14693

Re: Streaming data TrackingTools with Matlab Sample

I would check this line in the sample:

% TODO : update the path to your NatNetML.DLL file here
dllPath = fullfile('c:','NatNetSDK2.5','lib','x64','NatNetML.dll');

and confirm the path you are loading the NatNetML.dll file is correct.

morgan
by morgan
Fri Mar 21, 2014 10:24 am
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 14693

Re: Streaming data TrackingTools with Matlab Sample

The MATLAB error suggests possibly a namespace collision (a duplicate figure with the same name?). Do you have other figures in your code, or other objects with the same name?

I would try creating a figure with the default parameters - the optional params in the example are not required.

Morgan
by morgan
Tue Jan 28, 2014 3:51 pm
Forum: Tracking Tools
Topic: Tracking Tools Streaming Quaternions
Replies: 12
Views: 27099

Re: Tracking Tools Streaming Quaternions

Several changes have occurred in the angle convention system between Tracking Tools/Arena and Motive 1.0, and again between Motive 1.0 and Motive 1.5, as we try to standardize and simplify the programmatic interface for working with and decoding quaternions. The latest version of Motive and NatNet (...
by morgan
Tue Jan 28, 2014 2:19 pm
Forum: OptiTrack Data Streaming
Topic: Streaming from TrackingTools to c++ program (Linux)
Replies: 1
Views: 4007

Re: Streaming from TrackingTools to c++ program (Linux)

Yes - if you need marker data you can integrate the PacketClient.cpp code directly into your Linux CPP code. The PacketClient.cpp sample uses winsock so you'll want to replace with unix sockets: replace #include <winsock2.h> #include <ws2tcpip.h> with: #include <sys/socket.h> Our use of winsock is l...
by morgan
Thu Dec 12, 2013 2:05 pm
Forum: OptiTrack Data Streaming
Topic: NatNet 2.5: latency vs. timecode
Replies: 3
Views: 4220

Re: NatNet 2.5: latency vs. timecode

The Timecode parameter in interpreted differently when streaming Live or from File Playback (Edit). In Live mode, the Timecode parameter is only valid when SMPTE timecode is present in your Mocap hardware setup, typically when using the eSync and a timecode generator. When present, the Timecode para...
by morgan
Wed Dec 11, 2013 11:30 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK number of visible markers of rigid body
Replies: 3
Views: 4817

Re: NatNet SDK number of visible markers of rigid body

RE RigidBody data, yes the order of the markers within the rigid body remains consistent. The IDS are indexes into the RigidBody. The RigidBody ID itself should be unique. RE MarkerSet data, yes this is more of a legacy data type we keep to support older NatNet clients. Should the tracking models li...
by morgan
Tue Dec 10, 2013 3:17 pm
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 14693

Re: Streaming data TrackingTools with Matlab Sample

Hi Stefano,

Thank you for updating your post with the solution. We've updated our docs to reflect the compatibility issue, and are checking with the MATLAB folks to see what changed.
by morgan
Tue Dec 10, 2013 2:56 pm
Forum: OptiTrack Data Streaming
Topic: Data streaming between SimpleClient and Arena
Replies: 4
Views: 5584

Re: Data streaming between SimpleClient and Arena

Here is our most common troubleshooting steps: If streaming locally: - Run with the *default* settings in Motive/Arena/TrackingTools and Winforms sample, with both client and server IP addresses set to local loopback (127.0.0.1) on the client, and 127.0.0.1 set in Motive. - Disable Windows firewall ...
by morgan
Tue Dec 10, 2013 2:46 pm
Forum: OptiTrack Data Streaming
Topic: GetDataDescriptions returns 0
Replies: 3
Views: 4199

Re: GetDataDescriptions returns 0

Some ideas for troubleshooting: If streaming locally: - Run with the default settings in Motive and Winforms sample, with both client and server IP addresses set to local loopback (127.0.0.1) on the client, and 127.0.0.1 set in Motive. - Disable Windows firewall If streaming remotely - Disable Windo...