Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

How to connect Intel realsense d435 with Arduino or Raspberry pi?

idata
Employee
9,102 Views

Is it possible to connect the intel realsense d435 with raspberry pi and ardunio?

Which Pi or Ardunio board are compatible with this camera?

0 Kudos
1 Solution
MartyG
Honored Contributor III
5,789 Views

The 400 Series cameras are compatible with any Intel or ARM processor, and it is possible to connect it to USB 2 ports (though the camera will have lesser capabilities than it would on a USB 3 port).

There is an instruction for installing the SDK on any type of Linux.

https://github.com/IntelRealSense/librealsense/issues/1132# issuecomment-363572666 Linux support · Issue # 1132 · IntelRealSense/librealsense · GitHub

The 400 Series is especially suited to connection to a Raspberry Pi 3 Model B, running the Ubuntu MATE operating system. The link below is a guide to setting the camera up on Pi 3 Model B.

https://github.com/IntelRealSense/librealsense/blob/master/doc/RaspberryPi3.md librealsense/RaspberryPi3.md at master · IntelRealSense/librealsense · GitHub

View solution in original post

1 Reply
MartyG
Honored Contributor III
5,790 Views

The 400 Series cameras are compatible with any Intel or ARM processor, and it is possible to connect it to USB 2 ports (though the camera will have lesser capabilities than it would on a USB 3 port).

There is an instruction for installing the SDK on any type of Linux.

https://github.com/IntelRealSense/librealsense/issues/1132# issuecomment-363572666 Linux support · Issue # 1132 · IntelRealSense/librealsense · GitHub

The 400 Series is especially suited to connection to a Raspberry Pi 3 Model B, running the Ubuntu MATE operating system. The link below is a guide to setting the camera up on Pi 3 Model B.

https://github.com/IntelRealSense/librealsense/blob/master/doc/RaspberryPi3.md librealsense/RaspberryPi3.md at master · IntelRealSense/librealsense · GitHub

Reply