Search found 6 matches

by Marek
Wed Feb 08, 2017 6:00 am
Forum: OptiTrack Data Streaming
Topic: NAT_REQUEST_FRAMEOFDATA results in unrecognised request 100
Replies: 4
Views: 4200

Re: NAT_REQUEST_FRAMEOFDATA results in unrecognised request

After some more testing it seems that the frame_data request is not working with the C library Looking directly at the packets I see that the correct value is sent: ----------------------------- REQUEST MODEL DEF --------------------- 12840 228.112215 192.168.255.3 192.168.255.101 UDP 60 60327→1510 ...
by Marek
Mon Feb 06, 2017 4:46 am
Forum: OptiTrack Data Streaming
Topic: Python Client hangs on Multicast socket.recvfrom() on linux
Replies: 4
Views: 5690

Re: Python Client hangs on Multicast socket.recvfrom() on li

I have indeed tried latest Ubuntu and python 3.5.3.0, and SLED 12 with python 3.4.1 I can get body descriptions, it fails to get frame data (unrecognised request 100) I can replicate the issue on windows 10 and winpython 3.5.2.3 And I get the same results. At the same time the C based packetClient o...
by Marek
Fri Jan 06, 2017 5:53 am
Forum: OptiTrack Data Streaming
Topic: NAT_REQUEST_FRAMEOFDATA results in unrecognised request 100
Replies: 4
Views: 4200

Re: NAT_REQUEST_FRAMEOFDATA results in unrecognised request

Hi Ryan, It is the same on Windows i get NAT_UNRECOGNIZED_REQUEST after sending NAT_REQUEST_FRAMEOFDATA yet the NAT_REQUEST_MODELDEF returns the packet with the info It occurs on both local loopback and over the network Just in case my python version (for windows) is 3.5.2.3 and motive 1.10.1.3 Chee...
by Marek
Tue Jan 03, 2017 9:44 am
Forum: OptiTrack Data Streaming
Topic: Python Client hangs on Multicast socket.recvfrom() on linux
Replies: 4
Views: 5690

Re: Python Client hangs on Multicast socket.recvfrom() on li

Hi Ryan, My motive version is 1.10.1.3, according to the product updates web check it is the latest version. And I am using a fresh project. I have tried a windows box on the exact same network configuration and the sample winforms demo worked as well as the python client. On my linux machine I am a...
by Marek
Fri Dec 23, 2016 4:35 am
Forum: OptiTrack Data Streaming
Topic: Python Client hangs on Multicast socket.recvfrom() on linux
Replies: 4
Views: 5690

Python Client hangs on Multicast socket.recvfrom() on linux

I am using Python 3.5, Motive 1.10.1 and NatNetSDK 2.10 on ubuntu 16.04.1 lts Motive is streaming the packets to multicast address which I can read using tcpdump. The example PythonClient.py is not showing any frame data. The issue seems to be in NatNetClient.py which hangs while trying to receive d...
by Marek
Fri Dec 23, 2016 4:12 am
Forum: OptiTrack Data Streaming
Topic: NAT_REQUEST_FRAMEOFDATA results in unrecognised request 100
Replies: 4
Views: 4200

NAT_REQUEST_FRAMEOFDATA results in unrecognised request 100

I am using Motive 1.10.1 on a windows box and NatNetSDK 2.10 on a linux box with the PythonSample Whenever I send command NAT_REQUEST_FRAMEOFDATA I get the response NAT_UNRECOGNIZED_REQUEST from the server, The connection works fine as I get the model information when I send NAT_REQUEST_MODELDEF Has...