CaptureFrameSource Constructor |
http://www.emgu.com
Create a Capture frame source
Namespace: Emgu.CV.VideoStabAssembly: Emgu.CV.VideoStab (in Emgu.CV.VideoStab.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CaptureFrameSource(
Capture capture
)
Public Sub New (
capture As Capture
)
public:
CaptureFrameSource(
Capture^ capture
)
new :
capture : Capture -> CaptureFrameSource
Parameters
- capture
- Type: Emgu.CVCapture
The capture object that will be converted to a FrameSource
See Also