Search found 2 matches

by jgreenberg
Mon Jan 13, 2020 6:22 pm
Forum: OptiTrack Data Streaming
Topic: Code mismatch between PacketClient (cpp project) and PythonClient (python project)
Replies: 6
Views: 5366

Re: Code mismatch between PacketClient (cpp project) and PythonClient (python project)

I left out a crucial part... The python client runs fine for me on a windows machine, but the exact same code RUN ON A RASPBERRY PI (linux) only seems to receive the rigidbody descriptor. Just curious if you are also running the python client on linux. I'm wondering if the multicast option is a linu...
by jgreenberg
Thu Jan 09, 2020 5:24 pm
Forum: OptiTrack Data Streaming
Topic: Code mismatch between PacketClient (cpp project) and PythonClient (python project)
Replies: 6
Views: 5366

Re: Code mismatch between PacketClient (cpp project) and PythonClient (python project)

I have been trying to figure out the same thing. The python client runs fine for me on a windows machine, but the exact same code (only modifying the localIP) only seems to receive the rigidbody descriptor. Thanks to your post, I added a line to the end of NatNetClient.py to call the ping command: s...