Question:

- How to use Basler Camera Event in API?


Answer:

- Not all the events listed below are applicable for ace cameras. Basically ace cameras only have two events. 1) End of exposure event and Frame start over trigger event. In low level API, only can rely on this two camera events. Other option is to create own call back function.

For high level API, besides the two camera events there is a pylon event called OnImageGrabbed. You can find the sample in the Grab_UsingExposureEndEvent.cpp.