Items with no label
3335 Discussions

What is the smallest / cheapest computer that can pull images from three RealSense D435 cameras?

idata
Employee
1,880 Views

Hey all,

I'm looking for the cheapest computer that meets these requirements:

  • Can connect three D435 RealSense cameras
  • Capture a single frame from all three cameras
  • Send those frames over the network

Any recommendations?

Thanks.

0 Kudos
1 Solution
MartyG
Honored Contributor III
388 Views

The discussion link below about connecting multiple D415s to an Up Board single-board computer via a USB hub may be useful to you.

The Intel store has a bundle deal of a D435 camera and Up Board. So you could save a bit of money by getting one bundle and two individual D435s.

https://click.intel.com/intelr-realsensetm-depth-camera-d435-aaeonr-up-board.html ® RealSense™ Depth Camera D435 + Aaeon® UP Board - Intel® RealSense™ Depth Cameras

If you already have three D435s, the Up Board can be bought from the store on its own.

https://click.intel.com/aaeon-up-board.html AAEON UP Board - Intel® RealSense™ Legacy Products

View solution in original post

0 Kudos
5 Replies
MartyG
Honored Contributor III
389 Views

The discussion link below about connecting multiple D415s to an Up Board single-board computer via a USB hub may be useful to you.

The Intel store has a bundle deal of a D435 camera and Up Board. So you could save a bit of money by getting one bundle and two individual D435s.

https://click.intel.com/intelr-realsensetm-depth-camera-d435-aaeonr-up-board.html ® RealSense™ Depth Camera D435 + Aaeon® UP Board - Intel® RealSense™ Depth Cameras

If you already have three D435s, the Up Board can be bought from the store on its own.

https://click.intel.com/aaeon-up-board.html AAEON UP Board - Intel® RealSense™ Legacy Products

0 Kudos
idata
Employee
388 Views

For some reasons all the links to the Aaeon board from the Intel forums are broken.

The board itself is not that cheap, it's $200. I know it's currently bundled with the camera but I need something that will be available for a few years at least, and something that is cheap when it's not a limited-time bundle, as I will be buying many of these over the next 2-3 years.

0 Kudos
MartyG
Honored Contributor III
388 Views

The links are working okay for me.

Raspberry Pi have just launched the Raspberry Pi 3 Model A+ for $25.

For around $35, the older B+ model has 1 GB of memory instead of the A+'s 512 GB.

The 400 Series cameras work with Pi, though in a limited capability USB 2.0 mode.

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

0 Kudos
idata
Employee
388 Views

I need something that can pull the full resolutionfor the depth data (even if it's very low FPS)

0 Kudos
MartyG
Honored Contributor III
388 Views

The budget may limit your available options. Aside from Up Board and Jetson TX2, the next most frequently occurring choice of single board computer on the Librealsense forums is Odroid XU4.

https://www.amazon.com/ODROID-XU4-Single-Board-Computer-Gigabit/dp/B0163GEA64/ref=sr_1_1?s=pc&ie=UTF8&qid=1542662728&sr=1-1&keywords=Odroid+xu4 https://www.amazon.com/ODROID-XU4-Single-Board-Computer-Gigabit/dp/B0163GEA64/ref=sr_1_1?s=pc&ie=UTF8&qid=1542662728&sr=

Odroid installation instructions for Librealsense are here:

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

Intel Compute Stick is another option, a mini PC on a stick that can connect to a display via HDMI.

https://www.intel.com/content/www/us/en/products/boards-kits/compute-stick.html https://www.intel.com/content/www/us/en/products/boards-kits/compute-stick.html

0 Kudos
Reply