You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the issue is likely related to the vtkPlusNDITracker class. When a Tool type DataSource is configured in the configuration file, and this Tool is actually outside the NDI tracker's field of view, the frame rate for acquiring localization data in vtkPlusNDITracker drops significantly.
If I only keep the Probe Tool in the configuration file (and that Probe Tool is actually there), the recording frame rate returns to normal. This suggests that it is best to use separate configuration files for calibration and capturing. During the capturing process, the Reference Tool and Stylus Tool should not be defined.
I haven’t been able to fully understand the DoBX2Update method in the vtkPlusNDITracker class, but I suspect that the problem might originate from this method.
wyshmily
changed the title
Frame Rate Drops Significantly When Stylus is Out of Tracker's Field of View
Capture Frame Rate Drops Significantly When Stylus is Out of NDI Tracker's Field of View
Feb 11, 2025
I’ve encountered an issue while using fcal for recording.
When the stylus is within the tracker's field of view, the recording works as expected, with a frame rate close to the requested value of 30 FPS.
However, when the stylus is outside the tracker's field of view, the recorded frame rate drops significantly to around 3 FPS.
Is this the intended behavior, or could there be an issue on my end? Thank you for looking into this!
The text was updated successfully, but these errors were encountered: