| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
static DeviceInfo |
XLinkConnection.bootBootloader(DeviceInfo devInfo)
Tries booting the given device into bootloader state
|
static DeviceInfo |
DeviceBase.getAllAvailableDevices()
Returns all available devices
|
static DeviceInfo |
DeviceBootloader.getAllAvailableDevices()
Searches for connected devices in either UNBOOTED or BOOTLOADER states.
|
static DeviceInfo |
XLinkConnection.getAllConnectedDevices() |
static DeviceInfo |
DeviceBase.getAllConnectedDevices()
Returns information of all connected devices.
|
static DeviceInfo |
XLinkConnection.getAllConnectedDevices(int state,
boolean skipInvalidDevices)
Returns information of all connected devices with given state
|
DeviceInfo |
DeviceBase.getDeviceInfo()
Get the Device Info object o the device which is currently running
|
DeviceInfo |
DeviceInfo.getPointer(long i) |
DeviceInfo |
DeviceInfo.mxid(BytePointer setter) |
DeviceInfo |
DeviceInfo.name(BytePointer setter) |
DeviceInfo |
DeviceInfo.platform(int setter) |
DeviceInfo |
DeviceInfo.position(long position) |
DeviceInfo |
DeviceInfo.protocol(int setter) |
DeviceInfo |
DeviceInfo.state(int setter) |
DeviceInfo |
DeviceInfo.status(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static DeviceInfo |
XLinkConnection.bootBootloader(DeviceInfo devInfo)
Tries booting the given device into bootloader state
|
| Constructor and Description |
|---|
Device(DeviceBase.Config config,
DeviceInfo devInfo) |
Device(DeviceInfo devInfo) |
Device(DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(DeviceInfo devInfo,
int maxUsbSpeed) |
Device(int version,
DeviceInfo devInfo) |
Device(int version,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(int version,
DeviceInfo devInfo,
int maxUsbSpeed) |
Device(int version,
DeviceInfo devInfo,
Path pathToCmd) |
Device(Pipeline pipeline,
DeviceInfo devInfo) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
int maxUsbSpeed) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
Path pathToCmd) |
DeviceBase(DeviceBase.Config config,
DeviceInfo devInfo)
Connects to device 'devInfo' with custom config.
|
DeviceBase(DeviceInfo devInfo)
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(DeviceInfo devInfo,
int maxUsbSpeed) |
DeviceBase(int version,
DeviceInfo devInfo)
Connects to device specified by devInfo.
|
DeviceBase(int version,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed)
Connects to device specified by devInfo.
|
DeviceBase(int version,
DeviceInfo devInfo,
int maxUsbSpeed) |
DeviceBase(int version,
DeviceInfo devInfo,
Path pathToCmd)
Connects to device specified by devInfo.
|
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo)
Connects to device specified by devInfo.
|
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo,
depthai.UsbSpeed maxUsbSpeed)
Connects to device specified by devInfo.
|
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo,
int maxUsbSpeed) |
DeviceBase(Pipeline pipeline,
DeviceInfo devInfo,
Path pathToCmd)
Connects to device specified by devInfo.
|
DeviceBootloader(DeviceInfo devInfo)
Connects to or boots device in bootloader mode depending on devInfo state; flashing not allowed
|
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type) |
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type,
boolean allowFlashingBootloader)
Connects to device in bootloader of specified type.
|
DeviceBootloader(DeviceInfo devInfo,
int type) |
DeviceBootloader(DeviceInfo devInfo,
int type,
boolean allowFlashingBootloader) |
DeviceBootloader(DeviceInfo devInfo,
Path pathToBootloader) |
DeviceBootloader(DeviceInfo devInfo,
Path pathToBootloader,
boolean allowFlashingBootloader)
Connects to or boots device in bootloader mode depending on devInfo state with a custom bootloader firmware.
|
XLinkConnection(DeviceInfo deviceDesc) |
XLinkConnection(DeviceInfo deviceDesc,
byte[] mvcmdBinary) |
XLinkConnection(DeviceInfo deviceDesc,
byte[] mvcmdBinary,
int expectedState) |
XLinkConnection(DeviceInfo deviceDesc,
ByteBuffer mvcmdBinary) |
XLinkConnection(DeviceInfo deviceDesc,
ByteBuffer mvcmdBinary,
int expectedState) |
XLinkConnection(DeviceInfo deviceDesc,
BytePointer mvcmdBinary) |
XLinkConnection(DeviceInfo deviceDesc,
BytePointer mvcmdBinary,
int expectedState) |
XLinkConnection(DeviceInfo deviceDesc,
int expectedState) |
XLinkConnection(DeviceInfo deviceDesc,
Path pathToMvcmd) |
XLinkConnection(DeviceInfo deviceDesc,
Path pathToMvcmd,
int expectedState) |
Copyright © 2023. All rights reserved.