IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.63k stars 4.83k forks source link

Will firmware upgrade affect the previously calibrated parameters of the camera? #13446

Closed diplomatist closed 3 weeks ago

diplomatist commented 1 month ago

Required Info
Camera Model D455
Firmware Version 5.13.0.55
Operating System & Version Ubuntu20.04 LTS
Kernel Version (Linux Only) 5.10
Platform rk3588s
SDK Version 2.56.0
Language C++
Segment others

Issue Description

Does the calibrated D455 need to be recalibrated after upgrading the firmware through rs-fw-update? I would like to know if upgrading from firmware 5.13.0.55 to firmware 5.16.0.1 will affect the calibration parameters.

MartyG-RealSense commented 1 month ago

Hi @diplomatist No, you do not need to recalibrate a RealSense camera after a firmware update.

diplomatist commented 1 month ago

Hi @diplomatist No, you do not need to recalibrate a RealSense camera after a firmware update.

Thank you for your response!

diplomatist commented 3 weeks ago

Hi! @MartyG-RealSense

I have saved the calibration parameters of the same D455 camera in firmware 5.13.0.55 and 5.16.0.1:

The calibration parameters for firmware version 5.13.0.55 are as follows: "intrinsic_left.x.x": "0.493718", "intrinsic_left.x.y": "0.789467", "intrinsic_right.x.x": "0.495089", "intrinsic_right.x.y": "0.79162",

After upgrading firmware version 5.13.0.55 to version 5.16.0.1, some calibration parameters are as follows: "intrinsic_left.x.x": "0.494122", "intrinsic_left.x.y": "0.790112", "intrinsic_right.x.x": "0.495493", "intrinsic_right.x.y": "0.792267",

The above 4 parameters are the only calibration parameter differences among different firmware version. Does the camera need to be recalibrated?

MartyG-RealSense commented 3 weeks ago

No, you do not need to recalibrate.

diplomatist commented 3 weeks ago

No, you do not need to recalibrate.

ok,Thanks for your answer!