View my account

Unable to Calibrate IMU for D435i

Comments

5 comments

  • MartyG

    I read through the calibration script's code.  It is designed to display a rotation status whenever motion is detected.  

    if is_moving:
    print('WARNING: MOVING')
    self.status = self.Status.rotate
    return

    During calibration, I recommend putting the camera on the tripod supplied with the camera if you have not done so already, as this will eliminate the possibility of motion being detected when the camera is held still in the hand.  The base of the camera has a hole to screw it onto the thread on top of the tripod.

    I believe the force pause message in the RealSense Viewer is just an indicator that an IMU calibration has not yet been completed.

    0
    Comment actions Permalink
  • Maxxwilson400x

    I tried to mount the camera on the tripod as well as setting it normally on a table for calibration. It still detected motion and would not continue calibration even when perfectly still.

    0
    Comment actions Permalink
  • MartyG

    The IMU calibration documentation says that the program has a 3 second countdown for purposes of stabilization and then should move on to the next stage after the 3-second countdown is completed.  It would seem that some component of your IMU is perhaps registering motion when there is none and preventing the countdown from reaching '0' seconds.  

    You could try leaving it alone for a bit, and go and do something else and see if it settles on its own during this period. 

    If that does not work, I recommend posting a question at the RealSense GitHub forum, where you can get expert advice on IMU calibration.  You can do so by visiting the link below and clicking the 'New Issue' button.

    https://github.com/IntelRealSense/librealsense/issues 

    0
    Comment actions Permalink
  • Maxxwilson400x

    I posted an issue on the GitHub forum. Thank you for your help!

    0
    Comment actions Permalink
  • MartyG

    You are very welcome.   Good luck!

    0
    Comment actions Permalink

Please sign in to leave a comment.