Class Device
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
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