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

Allow JSON blobs to be toggled to text inputs in vSLAM Sandbox #21

Open
vadixidav opened this issue Aug 30, 2020 · 0 comments
Open

Allow JSON blobs to be toggled to text inputs in vSLAM Sandbox #21

vadixidav opened this issue Aug 30, 2020 · 0 comments

Comments

@vadixidav
Copy link
Member

Currently, the reconstruction settings and the camera calibration will be passed as JSON blobs. This is good for being able to share settings with other users, but it may be confusing. This task is to be able to toggle between JSON and text input mode. This would be a radio button selection that allows changing mode. When changing to JSON mode, any text input which has no value entered is not present and is the default value. Likewise, when changing from JSON mode to text input mode, all of the text inputs should be empty where values are not specified in the JSON. This can be achieved using serde_json::Value, which will allow reflection over the JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant