Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web portal for configuration instead of config.json #14

Open
frederikheld opened this issue Mar 10, 2021 · 0 comments
Open

Web portal for configuration instead of config.json #14

frederikheld opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement New feature or request ux Improves UX

Comments

@frederikheld
Copy link
Owner

Right now the configuration has to be done via config.json. This only works well for software oriented users. It would be nice to have a web portal that allows interactive configuration of the camera module.

The information could still be stored in config.json, but the values are loaded into a web form where they can interactively be changed. They are then saved back to the json file.

First MVP could be to load the entire config.json into a textarea.

Optimal implementation would be an form that auto-generates itself according to the types in the json file (this would require additional meta information in config.json though).

@frederikheld frederikheld added enhancement New feature or request ux Improves UX labels Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ux Improves UX
Projects
None yet
Development

No branches or pull requests

1 participant