Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
path/smartDices/src/app.h
repoopencv_dice
usernet-gmbh
commit_hashmaster

...

An example XML can be found here: https://bitbucket.org/net-gmbh/opencv_dice/src/master/smartDices/smartDices.xml Bitbucket

  1. Add new feature to CustomControl cathegory, e.g. WhiteBalanceAuto:

  2. Define feature values:

  3. Define register address:

  4. Implement processing inside void appClass:: SmartFeatureCallback ( … ) callback. Code snippet can be found in the Info toolbox at bottom left of SynView Explorer.

...