qualisys_python_sdk icon indicating copy to clipboard operation
qualisys_python_sdk copied to clipboard

Acquisition frequency drops when markers are detected

Open EveCharbie opened this issue 5 months ago • 0 comments

Either when using packet = await connection.get_current_frame(components=["3d", "force"]) or await connection.stream_frames(components=["3d", "force"], on_packet=on_packet), the frequency at which the data is available significantly drops when the subject (equipped with markers) enters the capture area. There is an AIM model applied on the markers in real time (which works as a charm).

Is there a way to avoid this behavior ? / Is it due to our experimental setup/computer or is it a known behavior ?

qtm-rt version 3.0.1 on Windows

EveCharbie avatar Jul 01 '25 11:07 EveCharbie