Class DataOutputQueue
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
MaxSize
Specifies maximum number of messages in the queue
public uint MaxSize { get; set; }
Property Value
Methods
DisposeObject()
Release all unmanaged memory associated with the DataOutputQueue.
protected override void DisposeObject()
GetImgFrame()
public ImgFrame GetImgFrame()