Table of Contents

Class Backend

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The backend for video

public class Backend
Inheritance
Backend
Inherited Members

Constructors

Backend(int)

Create a backend given its id

public Backend(int id)

Parameters

id int

The id of the backend

Properties

ID

The ID of the backend.

public int ID { get; }

Property Value

int

Name

The name of the backend

public string Name { get; }

Property Value

string