Search found 2 matches

by brettfeltmate
Fri Feb 09, 2024 3:06 pm
Forum: OptiTrack Data Streaming
Topic: Unexpected bytes recieved when using Python client
Replies: 1
Views: 459

Re: Unexpected bytes recieved when using Python client

Fix: in the various __unpack_[data_type]_description methods, initializing offset as 4 (0 originally) resolves the issue. Edit: I suspect that the extra bytes specify the packet size (which is the case for frame data), but I haven't had a moment to confirm as this would be irrelevant for my use-case...
by brettfeltmate
Fri Feb 09, 2024 12:27 pm
Forum: OptiTrack Data Streaming
Topic: Unexpected bytes recieved when using Python client
Replies: 1
Views: 459

Unexpected bytes recieved when using Python client

Hi, I am recieving data that should not be present within the stream. I'm still in the process of seeing exactly where and when this occurs, but I can point to one. Setup details: - Motive version 4.1 - Using PythonSample.py - Changes made to NatNetClient.py - sent request for MODELDEF - slipping a ...