| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
DeviceInfo |
DeviceInfo.desc(deviceDesc_t setter) |
static DeviceInfo |
DeviceBootloader.getAllAvailableDevices()
Searches for connected devices in either UNBOOTED or BOOTLOADER states.
|
static DeviceInfo |
Device.getAllAvailableDevices()
Returns all connected devices
|
static DeviceInfo |
XLinkConnection.getAllConnectedDevices() |
static DeviceInfo |
XLinkConnection.getAllConnectedDevices(int state) |
DeviceInfo |
Device.getDeviceInfo()
Get the Device Info object o the device which is currently running
|
DeviceInfo |
DeviceInfo.getPointer(long i) |
DeviceInfo |
DeviceInfo.position(long position) |
DeviceInfo |
DeviceInfo.state(int setter) |
| Constructor and Description |
|---|
Device(int version,
DeviceInfo devInfo) |
Device(int version,
DeviceInfo devInfo,
boolean usb2Mode)
Connects to device specified by devInfo.
|
Device(int version,
DeviceInfo devInfo,
BytePointer pathToCmd)
Connects to device specified by devInfo.
|
Device(int version,
DeviceInfo devInfo,
String pathToCmd) |
Device(Pipeline pipeline,
DeviceInfo devInfo) |
Device(Pipeline pipeline,
DeviceInfo devInfo,
boolean usb2Mode)
Connects to device specified by devInfo.
|
Device(Pipeline pipeline,
DeviceInfo devInfo,
BytePointer pathToCmd)
Connects to device specified by devInfo.
|
Device(Pipeline pipeline,
DeviceInfo devInfo,
String pathToCmd) |
DeviceBootloader(DeviceInfo devInfo)
Connects to or boots device in bootloader mode depending on devInfo state.
|
DeviceBootloader(DeviceInfo devInfo,
BytePointer pathToBootloader)
Connects to or boots device in bootloader mode depending on devInfo state with a custom bootloader firmware.
|
DeviceBootloader(DeviceInfo devInfo,
depthai.Type type)
Connects to device in bootloader of specified type.
|
DeviceBootloader(DeviceInfo devInfo,
int type) |
DeviceBootloader(DeviceInfo devInfo,
String pathToBootloader) |
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,
String pathToMvcmd) |
XLinkConnection(DeviceInfo deviceDesc,
String pathToMvcmd,
int expectedState) |
Copyright © 2021. All rights reserved.