Search found 2 matches
- Thu Oct 28, 2010 10:47 am
- Forum: OptiTrack Data Streaming
- Topic: reading stream with python
- Replies: 5
- Views: 9782
Re: reading stream with python
<r>Couple things make this do-able:<br/> * Sample file of python to read the packet string<br/> * Correct setup of tracking tools streaming data options<br/> * The packet string is a binary package. The python module 'struct' can be used to unpack it if you know the formula.<br/> * The formula is im...
- Mon Oct 18, 2010 7:07 am
- Forum: OptiTrack Data Streaming
- Topic: reading stream with python
- Replies: 5
- Views: 9782
Re: reading stream with python
<t>Quen, I too want to use Python to intercept NatNet content. Have been unsuccessful so far. My C++ skills are minimal at best. I understand fair amount of Python. I can use the two programs listed below {socketSend.py and socketRec.py} to send/receive packets to the machine called 172.16.93.245. {...