Search found 2 matches
- Mon Nov 09, 2015 9:59 am
- Forum: OptiTrack Data Streaming
- Topic: Streaming data to Python via unicast and multicast
- Replies: 2
- Views: 5593
Re: Streaming data to Python via unicast and multicast
Okay, about an hour after posting this I discovered two issues that resolve the problem (at least in my version of the software). 1) In unicast mode, Motive Tracker apparently sends data over the command port, not the data port. The PacketClient.cpp example creates both a command and data socket, bu...
- Mon Nov 09, 2015 8:05 am
- Forum: OptiTrack Data Streaming
- Topic: Streaming data to Python via unicast and multicast
- Replies: 2
- Views: 5593
Streaming data to Python via unicast and multicast
I'm attempting to read streaming data from Motive Tracker. I'm trying to read the data using a Python application running on a second computer. I've adapted the example in PacketClient.cpp, and managed to get a version working to connect via Multicast. A simpler program that tries to connect via Uni...