Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.DirectRenderer

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.