Show / Hide Table of Contents

Class FrameSource

Inheritance
System.Object
DisposableObject
DisposableCvObject
FrameSource
Implements
ICvPtrHolder
Inherited Members
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class FrameSource : DisposableCvObject, ICvPtrHolder

Methods

| Improve this Doc View Source

CreateFrameSource_Camera(Int32)

Declaration
public static FrameSource CreateFrameSource_Camera(int deviceId)
Parameters
Type Name Description
System.Int32 deviceId
Returns
Type Description
FrameSource
| Improve this Doc View Source

CreateFrameSource_Empty()

Declaration
public static FrameSource CreateFrameSource_Empty()
Returns
Type Description
FrameSource
| Improve this Doc View Source

CreateFrameSource_Video(String)

Declaration
public static FrameSource CreateFrameSource_Video(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
FrameSource
| Improve this Doc View Source

CreateFrameSource_Video_CUDA(String)

Declaration
public static FrameSource CreateFrameSource_Video_CUDA(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
FrameSource
| Improve this Doc View Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr
| Improve this Doc View Source

NextFrame(OutputArray)

Declaration
public virtual void NextFrame(OutputArray frame)
Parameters
Type Name Description
OutputArray frame
| Improve this Doc View Source

Reset()

Declaration
public virtual void Reset()

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX