Page 1 of 1

PythonSample.py on SUSE Linux not looping

Posted: Wed Nov 29, 2023 9:00 am
by dgoddard
Hello,

I am attempting to use the NatNet Python Sample provided by OptiTrack. The client works flawlessly on a windows 10 machine after setting the client and server IP. However, when I try the same code on a SUSE15.3 Linux install the code does not loop. I am receiving correct data when I choose the 'data structures self test' and 'show configuration' from the command prompt so I am convinced the machine is connected to the server. The code simply doesn't loop as the windows machine does. The following thread describes a similar issue but the Python Sample seems to have been updated since this post.

https://forums.naturalpoint.com/viewtopic.php?t=18755

The windows 10 machine is using Python 3.9 and the SUSE 15.3 is using Python 3.6.

Any help is appreciated!

Thanks,
Doug

Re: PythonSample.py on SUSE Linux not looping

Posted: Fri Dec 01, 2023 10:58 pm
by dgoddard
Doesn't seem to have made a difference but I updated to Python version 3.9 on the SUSE Linux machine.

Re: PythonSample.py on SUSE Linux not looping

Posted: Wed Apr 24, 2024 7:24 am
by DavidMax
Hi, have you solved the not looping problem? I also cannot get the same looping performance as I see from the same windows machine.