Versions Compared

Key

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

...

The application is shown in the diagram below.

...

Video:

...

Getting started with iam application development

Confluence youtube macro video
privacyEnhancedtrue
fullscreenConfluenceButton
start855
videoIdhttps://youtu.be/U2WP8hcGfN8
alignCenter

...

Adapt two functions of app.h class

  1. GigeEventCallback: defines Defines the behavior of iAMGigEServer comands.

  2. NewBufferCallback: defines Defines the video processing
    noteNote: is Is renamed to processFrame in newer versions of code

  1. noteNote: GigeEventCallback is renamed to smartFeatureCallback in newer versions of code.

  2. noteNote: NewBufferCallback is renamed to processFrame in newer versions of code.

...

Bitbucket readme macro
path/smartDices/src/app.h
repoopencv_dice
usernet-gmbh
commit_hashmaster

Edit XML -

...

Define a new GenICam Feature

An example XML can be found here: /opencv_dice/src/master/smartDices/smartDices.xml

...