Table of Contents

Class CaptureFrameSource

Namespace
Emgu.CV.VideoStab
Assembly
Emgu.CV.dll

Use the Capture class as a FrameSource

public class CaptureFrameSource : FrameSource, IDisposable
Inheritance
CaptureFrameSource
Implements
Inherited Members

Constructors

CaptureFrameSource(VideoCapture)

Create a Capture frame source

public CaptureFrameSource(VideoCapture capture)

Parameters

capture VideoCapture

The capture object that will be converted to a FrameSource

Methods

DisposeObject()

Release the unmanaged memory associated with this CaptureFrameSource

protected override void DisposeObject()