| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
static depthai.UsbSpeed |
DeviceBase.DEFAULT_USB_SPEED()
Default UsbSpeed for device connection
|
depthai.UsbSpeed |
DeviceBootloader.Config.getUsbMaxSpeed()
Get maxUsbSpeed
|
depthai.UsbSpeed |
DeviceBase.getUsbSpeed()
Retrieves USB connection speed
|
depthai.UsbSpeed |
BoardConfig.USB.maxSpeed() |
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.USB |
BoardConfig.USB.maxSpeed(depthai.UsbSpeed setter) |
void |
DeviceBootloader.Config.setUsbMaxSpeed(depthai.UsbSpeed speed)
Set maxUsbSpeed
|
| Constructor and Description |
|---|
Device(ByteBuffer nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed) |
Device(BytePointer nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed) |
Device(DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(int version,
depthai.UsbSpeed maxUsbSpeed) |
Device(int version,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(Pipeline pipeline,
depthai.UsbSpeed maxUsbSpeed) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(String nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed) |
DeviceBase(ByteBuffer nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed) |
DeviceBase(BytePointer nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
DeviceBase(DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
DeviceBase(int version,
depthai.UsbSpeed maxUsbSpeed)
Connects to device specified by devInfo.
|
DeviceBase(int version,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed)
Connects to device specified by devInfo.
|
DeviceBase(Pipeline pipeline,
depthai.UsbSpeed maxUsbSpeed)
Connects to any available device with a DEFAULT_SEARCH_TIME timeout.
|
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed)
Connects to device specified by devInfo.
|
DeviceBase(String nameOrDeviceId,
depthai.UsbSpeed maxUsbSpeed) |
| Modifier and Type | Method and Description |
|---|---|
depthai.UsbSpeed |
depthai.UsbSpeed.intern() |
static depthai.UsbSpeed |
depthai.UsbSpeed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.UsbSpeed[] |
depthai.UsbSpeed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
depthai.shiftLeft(Pointer out,
depthai.UsbSpeed speed) |
Copyright © 2023. All rights reserved.