This website is being translated through machine translation by a third-party service. Basler does not warrant the accuracy, reliability or timeliness of any information translated by this system and will not accept liability for loss or damage incurred as a result. Content that has not yet been translated appears in English. Switch to English version
This method is called when a camera event has been received.
Parameters:
camera The source of the call.
userProvidedId The ID passed when registering for the event. It can be used to distinguish between different events.
pNode The node identified by node name when registering.
Error Safety:
C++ exceptions from this call will be caught and ignored. All event handlers are notified.
Thread Safety:
This method is called outside the lock of the camera object, outside the lock of the node map, and inside the lock of the camera event handler registry.
Only very short processing tasks should be performed by this method. Otherwise, the event notification will block the processing of images.