Search found 7 matches

by zeno06
Tue Mar 08, 2016 2:00 am
Forum: OptiTrack Data Streaming
Topic: Behavior of Matlab client + SimpleServer
Replies: 1
Views: 2408

Behavior of Matlab client + SimpleServer

Hi, I am still stuck with streaming data from a tracking system to MatLab using a Matlab NatNet client and the simpleserver application. Since the statement data = theClient.GetLastFrameOfData(); would only get the last frame from server, I used a call like this theClient.SendMessage('FrameRequest')...
by zeno06
Tue Feb 02, 2016 2:11 am
Forum: OptiTrack Data Streaming
Topic: NatNetML 64bit with SimpleServer 32bit?
Replies: 5
Views: 9621

Re: NatNetML 64bit with SimpleServer 32bit?

Hi Steven, as a matter of fact, I am trying to use NatNet to stream tracking data, but not from a natural point tracker. Interestingly, this is working fine when I use modified versions of the server and client samples. Only the connection to a matlab client is not working and I trying to figure out...
by zeno06
Thu Jan 28, 2016 2:09 am
Forum: OptiTrack Data Streaming
Topic: NatNetML 64bit with SimpleServer 32bit?
Replies: 5
Views: 9621

Re: NatNetML 64bit with SimpleServer 32bit?

Hi Steven, thanks for the reply! Regarding versions, do you mean that the client and server should both be either 32 or 64 bits? I am interested if the behavior of the 32bit and 64bit versions of NatNetML is exactly the same, e.g., what does such a call do: data = theClient.GetLastFrameOfData(); all...
by zeno06
Wed Jan 20, 2016 2:19 am
Forum: OptiTrack Data Streaming
Topic: NatNetML 64bit with SimpleServer 32bit?
Replies: 5
Views: 9621

NatNetML 64bit with SimpleServer 32bit?

Hi, I managed to get Matlab program communicate with a modified version of the SimpleServer program, both in a 32bit environment. Now the question looks stupid but it is really like this: I need to run the same on a system with 64bits. For the SimpleServer, I took a compiled (i.e. and .exe) version ...
by zeno06
Mon Dec 14, 2015 6:30 am
Forum: OptiTrack Data Streaming
Topic: NatNatML vs. NatNet
Replies: 1
Views: 2360

NatNatML vs. NatNet

Hi, I am trying to use NatNet to transmit tracking data from a tracking server to a client. At the end, I desire to -from the client- query the server to do a measurement of some rigidbodies, and send them to the client. Relying on the samples "SimpleServer" and "SampleClient", t...
by zeno06
Thu Dec 03, 2015 2:16 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK for visual Studio 2008
Replies: 2
Views: 2896

Re: NatNet SDK for visual Studio 2008

Hi Steven,

meanwhile, I managed to configure three of the sample programs (SimpleServer, SampleClient, and PacketClient) to compile with VS 2008 using CMake. It seems that the libs files are compatible.

Much thanks,
Zeno
by zeno06
Fri Nov 27, 2015 11:56 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK for visual Studio 2008
Replies: 2
Views: 2896

NatNet SDK for visual Studio 2008

I managed to compile ans test the NatNet SDK for VS 2013. Our projects, however, are built for VS 2008.
Is there a version of the SDK that would compile with VS 2008? not necessarily the latest.

Much thanks,
Zeno