Search found 199 matches

by morgan
Tue Dec 10, 2013 2:34 pm
Forum: OptiTrack Data Streaming
Topic: NatNet SDK number of visible markers of rigid body
Replies: 3
Views: 4709

Re: NatNet SDK number of visible markers of rigid body

The NatNet SDK reports marker data in several places: RigidBody Data : Rigid Body Marker data contains the back-calculated, rigid-body "solved" positions of the Rigid Body's markers. This means if a marker is occluded, the marker position will still contain the solved location of where the...
by morgan
Tue Nov 26, 2013 12:16 pm
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 14118

Re: Streaming data TrackingTools with Matlab Sample

Hey Stefan, It's possible 2013b added .NET function signatures not supported in 2012. We don't have MATLAB 2012 in house so it is difficult for us to test. I would try commenting out the offending code, or if possible try 2013b. Let us know and we can work forward from there finding a 2012 compatibl...
by morgan
Tue Nov 26, 2013 12:12 pm
Forum: Camera SDK
Topic: Stream Nat Net
Replies: 3
Views: 4696

Re: Stream Nat Net

The NatNet SDK documentation and samples programs should cover how to get labeled marker position data from Motive into your client using either NatNet or a direct depacketization of the UDP packet (see PacketClient.cpp in the NatNet SDK).

hope this helps

Morgan
by morgan
Thu Nov 21, 2013 4:17 pm
Forum: Motive
Topic: Rigidbody c3d File
Replies: 1
Views: 2613

Re: Rigidbody c3d File

Hi there,

The C3D format includes support for marker data only (position), not orientation.

Using Motive, you can export to CSV, which is a plain text comma separated format that contains both marker position data and orientation data.

hope this helps,

Morgan
by morgan
Thu Nov 21, 2013 4:15 pm
Forum: ARENA & Expression
Topic: Streaming Data
Replies: 1
Views: 5965

Re: Streaming Data

Arena supports streaming marker and joint angle data via the NatNet SDK. Are you having trouble getting the NatNet SDK samples to work? If you do not need live export, you can also export your data via C3D or BVH files. Alternatively, our newer software, Motive has several new methods for getting da...
by morgan
Thu Nov 21, 2013 4:07 pm
Forum: OptiTrack Data Streaming
Topic: Arena to Unity streaming
Replies: 45
Views: 98600

Re: Arena to Unity streaming

Hi there, The NatNet SDK contains a direct depacketization sample (PacketClient.cpp), that shows how to decode NatNet UDP packets directly without needing NatNet lib. If you updated your plugin to use this approach, you could then recompile for Unix (Linux/android/etc). Alternatively, you could use ...
by morgan
Wed Nov 20, 2013 3:13 pm
Forum: OptiTrack Data Streaming
Topic: Streaming data TrackingTools with Matlab Sample
Replies: 9
Views: 14118

Re: Streaming data TrackingTools with Matlab Sample

Hi Stefano,

The NatNet MATLAB example has been tested against MATLAB 2013b.

Is it possible the version of MATLAB you are using does not support a particular .NET call?

Morgan
by morgan
Mon May 20, 2013 10:06 am
Forum: OptiTrack Data Streaming
Topic: Local Connection works fine, network not.
Replies: 2
Views: 3140

Re: Local Connection works fine, network not.

<t>The server IP and the clientIP should not be the same, unless you are on the same machine.<br/> <br/> When connecting using the Sample3D test app, the server IP is the address of the server machine (e.g. Motive). The client IP address is the address of the client app machine (e.g. Sample3D).<br/>...
by morgan
Mon May 20, 2013 9:56 am
Forum: OptiTrack Data Streaming
Topic: Problem with SampleClient example
Replies: 2
Views: 3104

Re: Problem with SampleClient example

<t>The SampleClient outputs all packet data to the console window on the same thread as the data handler. If the console output gets behind (typical at 100 fps with a large data packet) then frames received by the client are dropped. This is normal behavior - the SampleClient is designed to be as si...
by morgan
Wed May 15, 2013 2:39 pm
Forum: OptiTrack Data Streaming
Topic: MFC example
Replies: 3
Views: 4359

Re: MFC example

SampleClient3D is a Win32 example. You can use this as a basis for your MFC Application - the process is the same.

The NatNet SDK also contains WinForms sample, which is a .NET / Windows forms application.

hope this helps,

Morgan