mprib / caliscope

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

626 memory overflow for long videos and 4k cameras #627

Closed mprib closed 4 months ago

mprib commented 4 months ago

These changes allow the user to set two parameters within the config.toml (shown with their default values):

fps_sync_stream_processing = 100 save_tracked_points_video = true

With many cameras and higher resolutions, these defaults may result in excessive system resource demands. To reduce those demands, the processing fps can be reduced or the saving of videos with tracked points can be toggled off by setting it to false.

If changes are made in config.toml, the user can click Reload Workspace from the main tab and future processing should be updated to reflect the configuration.