| CaptureFrameSource Constructor |
http://www.emgu.com
Create a Capture frame source
Namespace: Emgu.CV.VideoStabAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic CaptureFrameSource(
Capture capture
)
Public Sub New (
capture As Capture
)
public:
CaptureFrameSource(
Capture^ capture
)
new :
capture : Capture -> CaptureFrameSourceParameters
- capture
- Type: Emgu.CVCapture
The capture object that will be converted to a FrameSource
See Also