Class
Accessible
Camera.DirectRenderer.StealNextFrame
Syntax
uEye.DirectRenderer.StealNextFrame(uEye.Defines.DeviceParameter mode)
uEye.DirectRenderer.StealNextFrame(int s32Wait)
Description
Copies the next image to the active user memory (steal function).
Parameter
mode/s32Wait |
uEye.Defines.DeviceParameter.Wait: The method waits until the image save is complete. |
uEye.Defines.DeviceParameter.DontWait: The method returns immediately. |