| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
CalibrationHandler |
Pipeline.getCalibrationData()
gets the calibration data which is set through pipeline
|
CalibrationHandler |
CalibrationHandler.getPointer(long i) |
CalibrationHandler |
CalibrationHandler.position(long position) |
CalibrationHandler |
Device.readCalibration()
Fetches the EEPROM data from the device and loads it into CalibrationHandler object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Device.flashCalibration(CalibrationHandler calibrationDataHandler)
Stores the Calibration and Device information to the Device EEPROM
|
void |
Pipeline.setCalibrationData(CalibrationHandler calibrationDataHandler)
Sets the calibration in pipeline which overrides the calibration data in eeprom
|
Copyright © 2021. All rights reserved.