Pin VLMotionDetect.TVLMotionDetect.OutputPin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:53, 25 June 2013
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: TVLMotionDetect
Contents |
Syntax
Delphi:
property OutputPin : TVLOWImageSourcePin read FLastMotionOutputPin write FLastMotionOutputPin;
C++ Builder:
__property TVLOWImageSourcePin * OutputPin = { read=FLastMotionOutputPin, write=FLastMotionOutputPin };
Summary
The Output Pin of the component.
Description
The last frame with motion detected in it will be send over
this pin. Connect the pin to an image display to see the last
motion image, or connect the pin to a video logger to record
the frames with motion in them.