...
There is a Git repository for this example application: https://bitbucket.org/net-gmbh/opencv_dice/ Bitbucket
...
How to build your own smart application
...
Adapt two functions of app.h class
https://bitbucket.org/net-gmbh/opencv_dice/src/master/smartDices/src/app.h Bitbucket
Bitbucket readme macro | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
An example XML can be found here: https://bitbucket.org/net-gmbh/opencv_dice/src/master/smartDices/smartDices.xml Bitbucket
Add new feature to CustomControl cathegory, e.g. WhiteBalanceAuto:
Define feature values:
Define register address:
Implement processing inside
void appClass:: SmartFeatureCallback ( … )
callback. Code snippet can be found in the Info toolbox at bottom left of SynView Explorer.
...