Page 1 of 1

Latency problem integrating communication with Arduino

Posted: Wed Jun 10, 2020 1:21 am
by Berto
I'm using the NatNetClient.py for python 3.x and UDPClient.py to retrieve the position of an object tracked with Flex cameras setup.
I wanted to send this position to Arduino through a serial communication, but for some reason the communication has a delay of several seconds.
I want to know which is the best way to integrate another program that has to use a position of a body.

Right now I am calling a function inside receiveRigidBodyFrame in UDPClient.py, there is a better way to do this ?