ximea_tools.gui.settings

TOML round-trip of CameraConfig + RecordingConfig + window state.

Functions

load_settings([path])

Return Settings from path or defaults if it does not exist.

save_settings(settings[, path])

Write Settings to path, creating parent directories.

Classes

Settings(camera, recording[, window_size, ...])

In-memory representation of the GUI's persistent state.