Latency problem integrating communication with Arduino

NatNet, VRPN, TrackD, and Plugins
Post Reply
Berto
Posts: 1
Joined: Wed Jun 10, 2020 12:58 am

Latency problem integrating communication with Arduino

Post 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 ?
Post Reply