Skip to content

GrabLoop Enumeration#

Defines the use of an additional grab loop thread.

Syntax#

C#

public enum GrabLoop

VB

Public Enumeration GrabLoop

Members#

Member nameValueDescription
ProvidedByStreamGrabber0The grab loop thread is provided by the stream grabber. It calls IStreamGrabber.RetrieveResult in a loop. The grabbed images are processed by ImageGrabbed event handlers. The grab loop thread is started when grabbing starts.
ProvidedByUser1The user provides code that calls IStreamGrabber.RetrieveResult() in a loop to process grabbed images and camera events.

Reference#

Basler.Pylon Namespace