...
See all Video Tutorial Session .
Example
...
Repositories
Small and simple example applications: bitbucket.org/net-gmbh/iam_sw/
The Git repository for this the presented example application: bitbucket.org/net-gmbh/opencv_dice/
...
Adapt two functions of app.h class
GigeEventCallback
: Defines the behavior of iAMGigEServeriAMGigEServercomands.NewBufferCallback
: Defines the video processing
Note: Is renamed toprocessFrame
in newer versions of code
Note:
GigeEventCallback
is renamed tosmartFeatureCallback
in newer versions of code.Note:
NewBufferCallback
is renamed toprocessFrame
in newer versions of code.
Bitbucket readme macro | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
An example XML can be found here: /opencv_dice/src/master/smartDices/smartDices.xml
Add new feature to CustomControl cathegory, e.g. WhiteBalanceAuto:
Define new feature values:
Define new register address:
Implement processing inside
void appClass:: SmartFeatureCallback ( … )
(aliasGigeEventCallback
) callback. Code snippet can be found in the Info toolbox at bottom left of SynView Explorer.
...