Search found 1 match

by AhmadAB
Wed Mar 03, 2021 2:07 pm
Forum: OptiTrack Data Streaming
Topic: How to clear the buffer of the NatNet Python Client? I only want to query the latest data point?
Replies: 1
Views: 1861

How to clear the buffer of the NatNet Python Client? I only want to query the latest data point?

Hello there, I have two questions: 1) How can I clear the buffer of the NatNetClient object in Python? 2) This might be a Python question. When I use the threading.Lock() object in one of my threads to block other threads to avoid race conditions, the thread in the NatNetClient object still runs, i....