gmlVisionOfflineGrabber Class Reference

Detailed Description

Virtual grabber objects that provide successive frames from an image sequence, like a gmlGrabber. Note that, if no callbacks are attached, the images are not processed (frame skipping does not occur).

Configurable options:

-files : glob pattern [\*.tiff]
file pattern for TIFF image sequence
-bitmapName : gmlBitmap instance [${objName}_bm]
name of the created bitmap object
-delay : integer [100]
delay between new frames in milliseconds
-cycle : boolean (false)
return to the first frame after the last frame
-name : string [objName]
name under which the shared grabber is published

Public Member Functions

constructor args

destructor

reset

Rewind to the first frame in the sequence.

step

Go to the next frame in the sequence.