Click or drag to resize

CaptureFrameSource Constructor

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

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

Parameters

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