mprib / caliscope

Multicamera Calibration + Pose Estimation --> Open Source Motion Capture
https://mprib.github.io/caliscope/
BSD 2-Clause "Simplified" License
152 stars 10 forks source link

573 reloading the workspace freezes gui #576

Closed mprib closed 6 months ago

mprib commented 6 months ago

loading of controller data structures pushed into a qthread that signals the GUI to rebuild when it finishes.

Had to make sure that point_estimates only load when specifically called for (not on config init) because that was what was slowing things down.

Consider use of rtoml to reduce time required for point_estimates to load, which is the key laggy component I can currently identify...