Hello everyone,
first of all, thank you for the resources and for the work that has gone into this library.
I’m working with an NDI Vega to track the movement of a marker placed behind a camera, which is itself tracked using a ChAruco board. My goal is to compute the transform between the marker reference frame and the camera’s frame.
While I can configure and adjust the FPS of my camera, I’m struggling to do the same with the Vega. According to the documentation and factory specifications, the Vega should provide tracking updates at 60 Hz, but when I log my data the effective frame rate is only around 20 Hz on average.
My question is: how can I configure or force the Vega tracker to stream at the full 60 Hz rate?
-
Is there a setting in the API/commands that I need to change?
-
Or is the 20 Hz limitation coming from the Python interface (e.g. blocking calls, polling speed), and not the device itself?
Any suggestions, experiences, or pointers to relevant documentation would be greatly appreciated.
Thanks in advance!
Hello everyone,
first of all, thank you for the resources and for the work that has gone into this library.
I’m working with an NDI Vega to track the movement of a marker placed behind a camera, which is itself tracked using a ChAruco board. My goal is to compute the transform between the marker reference frame and the camera’s frame.
While I can configure and adjust the FPS of my camera, I’m struggling to do the same with the Vega. According to the documentation and factory specifications, the Vega should provide tracking updates at 60 Hz, but when I log my data the effective frame rate is only around 20 Hz on average.
My question is: how can I configure or force the Vega tracker to stream at the full 60 Hz rate?
Is there a setting in the API/commands that I need to change?
Or is the 20 Hz limitation coming from the Python interface (e.g. blocking calls, polling speed), and not the device itself?
Any suggestions, experiences, or pointers to relevant documentation would be greatly appreciated.
Thanks in advance!