Table of Contents

Enum VideoAccelerationType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Video Acceleration Type

public enum VideoAccelerationType

Fields

Any = 1

Prefer to use H/W acceleration. If no one supported, then fallback to software processing.

D3D11 = 2

DirectX 11

Mfx = 4

libmfx (Intel MediaSDK/oneVPL)

None = 0

Do not require any specific H/W acceleration, prefer software processing.

VaAPI = 3

VAAPI