View my account

MIPI interface with Raspberry Pi

Comments

3 comments

  • MartyG

    Hi Irsvk  The MIPI support in RealSense SDK 2.52.1 onwards relates only to the D457 model of RealSense camera and its use on a type of connection called GMSL / FAKRA instead of USB.

    https://store.intelrealsense.com/buy-intel-realsense-depth-camera-d457.html

     

    When this camera is used in GMSL / FAKRA mode, it requires the use of a separate hardware board called a deserializer and the use of a special MIPI driver.  Furthermore, this driver is designed for use with Jetson Xavier AGX computing boards and needs to be converted (ported) by the RealSense user for use on other types of computing board.

    https://github.com/IntelRealSense/realsense_mipi_platform_driver

     

    I have not yet seen a case in which a D457 has been used with a Raspberry Pi board.

    0
    Comment actions Permalink
  • Irsvk

    Hi MartyG,
    Thank you for the explanation, it is very useful.
    Is the expectation that it be could/should possible to use the D457 with a Raspberry Pi board, when MIPI is used?

    0
    Comment actions Permalink
  • MartyG

    I am not aware of a reason why it should not work with a Raspberry Pi.  And the Pi has Arm chip architecture like the Jetson board range does.  Until somebody tries it though then there is no way to know how well it would work with a Pi.  I would therefore approach it cautiously, keeping in mind the possibility that another type of board might have to be used.

     

    The ideal would be to use a Jetson AGX Xavier, as the RealSense MIPI driver is already compatible with it without having to make changes to it.

    0
    Comment actions Permalink

Please sign in to leave a comment.