...
On this page you will see how to write your own image processing application for iam camera and stream the result over iAMGigEServer to a host system.
The application is skedded up shown in the diagram below.
...
Video: Geting started with iam application development
...
How to build your own smart application
...
...
Edit Source Code
Adapt two functions of app.h class
...
Bitbucket readme macro | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Edit XML - define a new GenICam Feature
Example An example XML can be found here: https://bitbucket.org/net-gmbh/opencv_dice/src/master/smartDices/smartDices.xml
Add new feature to CustomControl cathegory, e.g. WhiteBalanceAuto:
Define feature values:
Define register address:
Implement processing inside
void appClass:: SmartFeatureCallback ( … )
Callback callback. Code Sniped snippet can be found from in the Info Toolbox toolbox at bottom left of SynViewExplorerSynView Explorer.