Balluff - BVS CA-GT Technical Documentation
|
Balluff/MATRIX VISION devices can generate Event notifications. An Event is a message that is sent to the host application to notify it of the occurrence of an internal event. With "Setting → Base → Camera → GenICam → Event Control" you can handle these notifications.
At the moment, it is possible to handle
To activate the notifications, just
Afterwards, it is possible to attach a custom callback that gets called whenever the property is modified. E.g. if you want to attach a callback to the Frame ID after the exposure was finished, you have to
Now, you can track the property modifications in the output window:
You can find a detailed Callback code example in the C++ API manual.