-
Notifications
You must be signed in to change notification settings - Fork 82
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
drishti:src/app/facefilter needs settings file #18
Comments
Related? headupinclouds/gatherer#161 headupinclouds/gatherer#158
Don't know. Need to investigate. |
Yes, looks like we can use that :) |
Experimenting with embedding JSON file as Qt resource and using nlohmann-json for parsing:
Here: |
Jason file embedding and parsing is working in facefilter example. This will need to be populated with application specific parameters. |
A settings file is needed to configure various device specific settings (resolution, scale parameters, etc.)
Does QT have a generic way to report the active device name (manufacturer + model)?
The text was updated successfully, but these errors were encountered: