Property VLVisionStreamTypes.TVLQueueVisionComponent.CurrentImage
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLQueueVisionComponent
Contents |
Syntax
Delphi:
property CurrentImage : IVLImageBuffer read GetSyncCurrentBuffer;
C++ Builder:
__property IVLImageBuffer CurrentImage = { read=GetSyncCurrentBuffer };
Summary
The most current processed image.
Description
Use this property to get the last image that was processed by
the component.