Table of Contents

Class XLinkOut

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

DepthAI XLinkOut

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

Properties

FpsLimit

A message sending limit. It's approximated from specified rate

public float FpsLimit { get; set; }

Property Value

float

MetadataOnly

Specify whether to transfer only messages attributes and not buffer data

public bool MetadataOnly { get; set; }

Property Value

bool

StreamName

The Stream Name

public string StreamName { get; set; }

Property Value

string

Methods

DisposeObject()

Release all unmanaged memory associated with the XLinkOut.

protected override void DisposeObject()

GetInput()

public NodeInput GetInput()

Returns

NodeInput