Search found 5 matches
- Mon Jan 02, 2012 1:05 pm
- Forum: OptiTrack Data Streaming
- Topic: Streaming to OSX
- Replies: 3
- Views: 4578
Re: Streaming to OSX
<t>Okay. <br/> Just for my full understanding:<br/> <br/> The natnet protocol uses two sockets:<br/> A Commandsocket which is broadcasted but is not multicast<br/> and <br/> A Datasocket which is joined to a multicast group.<br/> <br/> The Packetclient uses<br/> #define MULTICAST_ADDRESS "239.255.42...
- Tue Dec 13, 2011 1:32 am
- Forum: OptiTrack Data Streaming
- Topic: Streaming to OSX
- Replies: 3
- Views: 4578
Streaming to OSX
Hello,
I was wondering if there are any options to stream Natnet to an OSX application made in C++ ?
Windows has its Natnet SDK.
Are there a examples for a code not using the natnet lib ?
Greetings,
Keez
I was wondering if there are any options to stream Natnet to an OSX application made in C++ ?
Windows has its Natnet SDK.
Are there a examples for a code not using the natnet lib ?
Greetings,
Keez
- Thu Feb 11, 2010 1:34 pm
- Forum: ARENA & Expression
- Topic: OSC output
- Replies: 0
- Views: 2123
OSC output
<t>the OSC protocol, not only for sound, <br/> is often used as streaming interface to multimedia programs like Processing, VVVV, Isadora, Flash, Live and for the mac Quartz Composer.<br/> <br/> t.m.h.o. It would be extremely useful if ARENA had a OSC output option, preferably with extra heading, la...
- Thu Jul 30, 2009 5:46 am
- Forum: Tracking Tools
- Topic: Quaternions
- Replies: 8
- Views: 10615
Re: Quaternions
I am using a natnet to osc conversion program made by IPEM ghent. I'll ask them if it is a 1:1 conversion.
I guessed so.
ps
Will a new version of Arena output yaw, pitch, and roll values for each rigid body just like rigid body tool ?
I guessed so.
ps
Will a new version of Arena output yaw, pitch, and roll values for each rigid body just like rigid body tool ?
- Mon Jul 27, 2009 4:45 am
- Forum: Tracking Tools
- Topic: Quaternions
- Replies: 8
- Views: 10615
Re: Quaternions
<t>I am experiencing some difficulties with this codeexample. <br/> It seems the qx, qy, qz, qw values that ARENA outputs aren't normalized..<br/> (1.9743, 1.9957, 1.5598, 1.0126)<br/> <br/> Do you know the max values of the quaternions ? 2 ? Than is it a matter of dividing the values by 2 ?<br/> <b...