Click or drag to resize
CaptureFrameSource Constructor
http://www.emgu.com
Create a Capture frame source

Namespace: Emgu.CV.VideoStab
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CaptureFrameSource(
	Capture capture
)

Parameters

capture
Type: Emgu.CVCapture
The capture object that will be converted to a FrameSource
See Also