librealsense icon indicating copy to clipboard operation
librealsense copied to clipboard

Host_assistance calibration support

Open doronhi opened this issue 4 years ago • 1 comments
trafficstars

Added support for host-assisted on-chip-calibration and tare-calibration. The flaw is to call the same functions, run_on_chip_calibration() and run_tare_calibration(), as before. An empty result vector implies the need to provide the calibration process with a depth frame using the newly added function: add_calibration_frame(). The process is done when add_calibration_frame() returns a calibration vector.

Workflow is demonstrated in wrappers\python\examples\depth_auto_calibration_example.py

doronhi avatar Nov 02 '21 12:11 doronhi

@ev-mp Is this still relevant?

Nir-Az avatar Sep 08 '22 18:09 Nir-Az