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
Syntaxpublic CaptureFrameSource(
VideoCapture capture
)
Public Sub New (
capture As VideoCapture
)
public:
CaptureFrameSource(
VideoCapture^ capture
)
new :
capture : VideoCapture -> CaptureFrameSource
Parameters
- capture
- Type: Emgu.CVVideoCapture
The capture object that will be converted to a FrameSource
See Also