Previously, a difficulty was that different camera models had different accessible attributes and attribute names.
Instead of making a plugin that handles all those cases, the plugin now relies on model-specific config files, in which the user can easily choose the attributes they want to expose.
For a given camera model, if no config file is present, the plugin will offer to create a new config file (eg in .pymodaq/config_acA645-100gm.json) with basic attributes (exposure and gain), whose names will be automatically adapted to the available attributes. The style of the .json configuration files follows the usual pymodaq config files.
What's Changed
- Update GitHub Action Versions by @seb5g in #22
- Fix Github Actions Updater + Manual trigger by @malik-irain in #23
- Update GitHub Action Versions by @seb5g in #24
- Add a link in the README to the documentation. by @quantumm in #25
- Update GitHub Action Versions by @seb5g in #26
- Changes for more model flexibility by @ccabello99 in #19
New Contributors
- @malik-irain made their first contribution in #23
- @quantumm made their first contribution in #25
- @ccabello99 made their first contribution in #19
Full Changelog: 1.0.1...5.1.0