Click or drag to resize

CaptureFrameSource Constructor

http://www.emgu.com
Create a Capture frame source

Namespace:  Emgu.CV.VideoStab
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CaptureFrameSource(
	VideoCapture capture
)

Parameters

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