Content
Introduction
On this page you will see how to write your own image processing application for iam and stream the result over iAMGigEServer to a host system.
The application is shown in the diagram below.
Video: Geting started with iam application development
See all Video Tutorial Session .
Example Repository
There is a Git repository for this example application: Bitbucket
How to build your own smart application
Edit Source Code
Adapt two functions of app.h class
Edit XML - define a new GenICam Feature
An example XML can be found here: 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.