Items with no label
3338 Discussions

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

idata
Employee
9,024 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,711 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,712 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