RealSense Support

D455 / BMI085: Is IMU intrinsic calibration (Q / bias) factory settings are stored into EEPROM?

Comments

1 comment

  • MartyX Grover

    Hi Utkarsh Gupta  Information about the IMU factory calibration process is not available publicly.  If you are part of a company and require the information then you could consider applying to sign a RealSense Non Disclosure Agreement (NDA) for access to confidential technical information.

     

    It is possible to calibrate the IMU yourself though and write the calibration to the camera hardware's EEPROM, which can be done using a Python tool provided by RealSense.

    https://github.com/realsenseai/librealsense/tree/master/tools/rs-imu-calibration

     

    1 & 2.  The IMU needs to be calibrated with software because the BMI IMU component in RealSense cameras does not have internal hardware-based calibration.

    Section 2.2 of the PDF user guide for the tool on page 8 explains that zero-offset bias is used to cancel any non-zero values for the accelerometer and gyro when the sensor should be reading zero.  The guide also describes that the calibration takes account of scale.  It has an 'Off-Axis' parameter to correct if the axes of the accelerometer are not orthogonal.

     

    3.  Whilst it is known that the depth sensors are calibrated in the factory, there is not confirmation that the IMU is factory calibrated (having an NDA agreement should be able to provide that information).  However, the majority of RealSense users will never need to perform a calibration of the IMU.  It should only be needed if (a) the IMU X or Z accel values have a clear bias occurring or (b) if the Y-Accel (gravity) value is significantly less than the 9.80 target value (such as 9.6 or less), or if it is non-zero and fluctuating when the camera is resting motionless on a flat surface.

     

    If the message 'IMU Calibration is not available' appears then it will not affect the ability to access the IMU accel and gyro values and so can usually be disregarded.  Some customers who integrate RealSense cameras into their products perform a full calibration of the camera themselves after receiving it as part of their quality control process in order to confirm that they are well calibrated.

     

    4.  The IMU hardware outputs raw values, though the RealSense SDK can perform software correction of the raw values to 'fix' the data to improve its accuracy.  This function is called Motion Correction.

     

    5.  I am not aware of a mechanism to check whether a camera has an IMU factory calibration.  As mentioned above, the quickest way to check whether the IMU values need calibrating is to see if the X or Z accel values have a bias shift or if Y-Accel value is 9.6 or less or is fluctuating when the camera is motionless on a flat surface.

    0
    Comment actions Permalink

Please sign in to leave a comment.