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
OnImagesSkipped(CBaslerUniversalInstantCamera & camera, size_t countOfSkippedImages) This method is called when images have been skipped using the GrabStrategy_LatestImageOnly strategy or the GrabStrategy_LatestImages strategy.
This method is called when images have been skipped using the GrabStrategy_LatestImageOnly strategy or the GrabStrategy_LatestImages strategy.
Parameters:
camera The source of the call.
countOfSkippedImages The number of images skipped. This countOfSkippedImages does not include the number of images lost in the case of a buffer under run in the driver.
Error Safety:
Exceptions from this call will propagate through. The notification of event handlers stops when an exception is triggered.
Thread Safety:
This method is called outside the lock of the camera object but inside the lock of the image event handler registry.