Search found 2 matches
- Tue Jan 11, 2011 5:31 am
- Forum: OptiTrack Data Streaming
- Topic: reading stream with python
- Replies: 5
- Views: 9779
Re: reading stream with python
<r>This works for me. Good luck!<br/> <br/> <br/> import socket<br/> from struct import *<br/> <br/> byteorder='@'<br/> <br/> def recv(port=1511, addr="239.255.42.99", buf_size=1024):<br/> sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDP)<br/> sock.setsockopt(socket.SOL_SOC...
- Tue Jan 11, 2011 5:19 am
- Forum: OptiTrack Data Streaming
- Topic: Rigid Body IDs with Arena and NatNet
- Replies: 13
- Views: 15116
Re: Rigid Body IDs with Arena and NatNet
Any update yet on this?
I am using Arena 1.7.0000 and have the same problem. Tracking Tools does work though so it is surely not that difficult to fix Arena?
I am using Arena 1.7.0000 and have the same problem. Tracking Tools does work though so it is surely not that difficult to fix Arena?