Table of Contents

Class DataOutputQueue

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

DepthAI DataOutputQueue

public class DataOutputQueue : SharedPtrObject, IDisposable
Inheritance
DataOutputQueue
Implements
Inherited Members

Properties

Blocking

Specifies if block or overwrite the oldest message in the queue

public bool Blocking { get; set; }

Property Value

bool

MaxSize

Specifies maximum number of messages in the queue

public uint MaxSize { get; set; }

Property Value

uint

Methods

DisposeObject()

Release all unmanaged memory associated with the DataOutputQueue.

protected override void DisposeObject()

GetImgFrame()

public ImgFrame GetImgFrame()

Returns

ImgFrame