Table of Contents

Class ColorCamera

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

DepthAI ColorCamera

public class ColorCamera : SharedPtrObject, IDisposable, INode
Inheritance
ColorCamera
Implements
Inherited Members

Properties

Interleaved

True if the image pixels are interleaved

public bool Interleaved { get; set; }

Property Value

bool

NodePtr

public nint NodePtr { get; }

Property Value

nint

Orientation

The camera image orientation

public CameraImageOrientation Orientation { get; set; }

Property Value

CameraImageOrientation

Methods

DisposeObject()

Release all unmanaged memory associated with the ColorCamera.

protected override void DisposeObject()

GetPreview()

public NodeOutput GetPreview()

Returns

NodeOutput