Class
Accessible
Camera.Focus.Callback.FocusCallbackEventHandler
Syntax
delegate void uEye.FocusCallback.FocusCallbackEventHandler(uint u32FocusValue, int s32SharpnessValue)
This class is currently only supported by the uEye LE USB 3.1 Gen 1 AF camera models. |
Description
Callback function: If manual focus and a once-only automatic control are active, the delegate registered via the event handler FocusCallbackEvent are called with the arguments focus value and the corresponding sharpness value.
Note: Only short and non-blocking code should be executed in the delegate.
Parameter
u32FocusValue |
Focus value |
s32SharpnessValue |
Sharpness value |