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

drishti:src/app/facefilter needs settings file #18

Closed
headupinclouds opened this issue Aug 14, 2016 · 4 comments
Closed

drishti:src/app/facefilter needs settings file #18

headupinclouds opened this issue Aug 14, 2016 · 4 comments

Comments

@headupinclouds
Copy link
Collaborator

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)?

@ruslo
Copy link
Collaborator

ruslo commented Aug 14, 2016

A settings file is needed to configure various device specific settings (resolution, scale parameters, etc.)

Related? headupinclouds/gatherer#161 headupinclouds/gatherer#158

Does QT have a generic way to report the active device name (manufacturer + model)?

Don't know. Need to investigate.

@headupinclouds
Copy link
Collaborator Author

Yes, looks like we can use that :)

@headupinclouds
Copy link
Collaborator Author

Experimenting with embedding JSON file as Qt resource and using nlohmann-json for parsing:

hunter_add_package(nlohmann-json)
find_package(nlohmann-json REQUIRED)

Here:
#17

@headupinclouds
Copy link
Collaborator Author

Jason file embedding and parsing is working in facefilter example. This will need to be populated with application specific parameters.

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

2 participants