Table of Contents

Class Device

Namespace
Emgu.CV.Dai
Assembly
Emgu.CV.dll

DepthAI device

public class Device : UnmanagedObject, IDisposable
Inheritance
Device
Implements
Inherited Members

Constructors

Device(Pipeline)

Create a new device

public Device(Pipeline pipeline)

Parameters

pipeline Pipeline

Device(Pipeline, bool)

public Device(Pipeline pipeline, bool usb2Mode)

Parameters

pipeline Pipeline
usb2Mode bool

Properties

InputQueueNames

public string[] InputQueueNames { get; }

Property Value

string[]

OutputQueueNames

public string[] OutputQueueNames { get; }

Property Value

string[]

Methods

DisposeObject()

Release all unmanaged memory associated with the Device.

protected override void DisposeObject()

GetDataOutputQueue(string)

public DataOutputQueue GetDataOutputQueue(string name)

Parameters

name string

Returns

DataOutputQueue