opendatacam / opendatacam-mobile

OpenDataCam mobile app for android
https://play.google.com/store/apps/details?id=com.opendatacam
MIT License
12 stars 3 forks source link

Create config UI #24

Open tdurand opened 3 years ago

tdurand commented 3 years ago

Expose some settings:

later

See how those configurable settings at runtime could integrate with global OpenDataCam config

b-g commented 3 years ago

What about a generic "json config" solution e.g. something like this https://www.jeremydorn.com/json-editor https://github.com/jdorn/json-editor which fits into our UI stack? Basically we would define schema-mobile and schema-jetson of possible values and enums of the OpenDataCam config parameters ...

tdurand commented 3 years ago

A json <-> UI toolkit could be a nice idea yes..

the main thing to work on isn't really the UI , it is that the config is loaded at "start" time.. need to re-architecture things so we can change settings on the fly, or change settings and restart yolo etc etc..