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: 4.1.0.3408 (4.1.0.3408)
Syntax
public CaptureFrameSource(
	VideoCapture capture
)

Parameters

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