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.0.1.3373 (4.0.1.3373)
Syntax
public CaptureFrameSource(
	VideoCapture capture
)

Parameters

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