| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionOptional.get() |
static Version |
DeviceBootloader.getEmbeddedBootloaderVersion() |
Version |
DeviceBase.getEmbeddedIMUFirmwareVersion()
Get embedded IMU firmware version to which IMU can be upgraded
|
Version |
DeviceBase.getIMUFirmwareVersion()
Get connected IMU firmware version
|
Version |
Version.getSemver()
Retrieves semver version (no build information)
|
Version |
DeviceBootloader.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.equals(Version other) |
boolean |
Version.greaterThan(Version rhs) |
boolean |
Version.greaterThanEquals(Version rhs) |
boolean |
Version.lessThan(Version other) |
boolean |
Version.lessThanEquals(Version rhs) |
boolean |
Version.notEquals(Version rhs) |
VersionOptional |
VersionOptional.put(Version value) |
| Constructor and Description |
|---|
VersionOptional(Version value) |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
depthai.shiftLeft(Pointer out,
Version v) |
Copyright © 2023. All rights reserved.