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

Global configuration settings #38

Open
raloos opened this issue Aug 10, 2010 · 2 comments
Open

Global configuration settings #38

raloos opened this issue Aug 10, 2010 · 2 comments
Labels

Comments

@raloos
Copy link
Member

raloos commented Aug 10, 2010

We need global configuration settings such as the default OpenCV directory and a way to access these variables by the components and processors.

@Robnocop
Copy link

Thought this was allready done with the common.pri?
Or do you also want to automatically read these variables from the environment?

@raloos
Copy link
Member Author

raloos commented Oct 11, 2011

The common.pri file is a place to store compile time information. It is part of a QMake file, which is like a platform agnostic make file.

This issue talks more about the runtime configuration settings. For instance, some processors want to open certain files stored in the OpenCV directory. There should be a way to store that directory for all processors, so you don't have to enter it separately in each processors configuration. We already store some variables in a platform agnostic way using the Qt framework in Pipeline.cpp. This should be extended in some way.

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

No branches or pull requests

2 participants