Intel RealSense D555

RawGraph

Last edited

Fact-checked

In review queue

Sources

18 citations

Revision

v3 · 2,495 words

Fact-checks are independent of edits: a reviewer re-verifies the article against its sources and stamps the date. How we verify

The Intel RealSense D555 (also branded simply as RealSense D555 PoE) is a stereoscopic depth camera announced in mid-2025 that is the first product in the RealSense D400 family to integrate Power over Ethernet (PoE) directly on chip and to ship with native ROS 2 support.[4] It debuted alongside the new RealSense Vision SoC V5, a global-shutter optical module derived from the D450 platform, and an IP65-rated industrial enclosure aimed at autonomous mobile robots, drones, and humanoid platforms.[1]

The D555 was the first new product released by RealSense Inc., the standalone company that completed its spin-out from Intel on July 11, 2025, with a $50 million Series A round backed by Intel Capital and the MediaTek Innovation Fund.[8][9][11] Although the product retains the long-running RealSense brand and the D400 model-number scheme, it is engineered and shipped by RealSense Inc. rather than by Intel itself.

Background

RealSense began inside Intel around 2014 as a family of consumer 3D cameras and gesture sensors. The product line shifted toward robotics with the launch of the D400 series in 2018, which used active infrared stereo vision combined with on-board depth processing on a custom Vision Processor (originally the D4 ASIC). The D435 and D435i became the de facto reference camera for many open-source robotics stacks because of their wide field of view, low cost, and tight integration with the Robot Operating System through the librealsense and realsense-ros packages.

The D455, launched in 2020, extended the stereo baseline from 50 mm to 95 mm, which roughly doubled the depth accuracy at long range and pushed the usable depth distance to about six meters. It also added a global-shutter RGB sensor matched to the depth field of view and an integrated inertial measurement unit (IMU). The D455 became the most widely deployed model for autonomous mobile robots and visual SLAM research.

In February 2025 Intel announced that it would spin RealSense out as an independent company.[12] The deal closed on July 11, 2025, with Nadav Orbach, formerly Intel's vice president for incubation and disruptive innovation, becoming chief executive of the new entity.[10][14] RealSense Inc. employs roughly 130 people across the United States, Israel, and China, and it claims that its cameras ship inside about 60% of the world's commercial AMRs and humanoid robots, including customers such as Geek+ and Agility Robotics.[8]

The D555 was first publicly disclosed on June 3, 2025, in an Open Robotics Discourse post that previewed the camera's native ROS 2 integration.[4] It was listed in the RealSense web store on August 1, 2025, and the first production batch began shipping on August 8, 2025.[5] That first batch sold out within days, and the company directed customers to a notification list while a second run was prepared for mid-September.[6]

D555 specifications

The table below summarises the published specifications from the RealSense D555 datasheet and the official product pages on intelrealsense.com and realsenseai.com.[1][2][3]

AttributeSpecification
Depth technologyActive infrared stereo vision
Vision processorRealSense Vision SoC V5
Optical moduleRealSense Module D450 (shared lineage with D455)
Shutter typeGlobal shutter (depth and RGB)
Depth field of view87 deg horizontal x 58 deg vertical
RGB field of view90 deg horizontal x 65 deg vertical
Depth output resolutionUp to 1280 x 720
Depth frame rateUp to 90 fps
RGB resolutionUp to 1280 x 800
RGB frame rateUp to 60 fps
Minimum depth distanceAbout 26 cm at VGA
Useful depth rangeComparable to D455 (about 6 m)
Inertial measurement unitBuilt into the D450 module
Image enhancementGeometric Distortion Correction (GDC), Temporal Noise Reduction (TNR)
ConnectorsRJ45 Ethernet, ruggedised M12, USB-C
Power deliveryPoE+ per IEEE 802.3at (30 W class), or USB-C
Typical power drawAbout 5.5 W
Cable length over PoEUp to 100 m
Enclosure ratingIP65 (dust tight, protected against water jets)
Operating temperature-20 deg C to +50 deg C
Dimensions167 mm x 42 mm x 48 mm

The D555 is the first camera built around the Vision SoC V5, the fifth generation of the in-house ASIC that performs stereo matching, depth fusion, and image signal processing on the camera itself rather than on a host PC.[1] Two of the V5's headline additions are on-die Geometric Distortion Correction, which removes lens warping in hardware, and Temporal Noise Reduction, which smooths the RGB stream across frames so that downstream perception models receive cleaner input.

Power over Ethernet design

PoE is the feature that most clearly distinguishes the D555 from the rest of the RealSense lineup. Earlier D400 cameras shipped only with USB 3.x, which limited cable runs to roughly five meters before active extension was needed and forced robot integrators to route both power and data through the same fragile connector. The D555 implements PoE+ at the chip level per the IEEE 802.3at 30 W class, so a single Ethernet cable carries both power and data over runs of up to 100 meters.[1] Integrators can choose a standard RJ45 jack or a ruggedised M12 connector for vibration-prone deployments.

This matters in three settings. On large autonomous mobile robots and forklifts, where the camera might sit several meters away from the main compute box, a single Cat6 cable replaces a power harness plus a USB extender. On rooftop and warehouse infrastructure cameras, the PoE switch already powers the rest of the network, and the camera becomes one more endpoint rather than a separate wiring project. On humanoid robots, the thin Ethernet cable is easier to route along a limb than a USB cable and a power lead, and IEEE 802.3at provides enough headroom that the camera does not need a local battery tap.

The IP65 housing extends the same logic to outdoor and washdown use. Earlier RealSense cameras shipped in plastic shells that were not rated for dust or water and that needed third-party enclosures for outdoor work. The D555 was designed from the start for the temperature range and ingress conditions that mobile robotics and AGV deployments actually encounter, which removes a common source of integration cost.

ROS 2 integration

The other major shift in the D555 is that it speaks ROS 2 natively over the network. Earlier RealSense cameras required users to install the librealsense SDK on the host computer and run the realsense-ros wrapper node, which converted SDK callbacks into ROS topics. That stack works well but adds an installation step, ties the camera to a single host process, and creates a version-matching problem between SDK releases and ROS distributions.

The D555 instead publishes its depth, color, and IMU streams directly onto the network using the Data Distribution Service (DDS) protocol that underpins ROS 2. The camera firmware embeds Safe DDS, an ISO 26262-certified DDS implementation aimed at safety-critical systems, which is interoperable with the Fast DDS middleware that ROS 2 uses by default.[4] The practical result is that any ROS 2 node on the same network sees the camera's topics appear automatically, with no driver installation and no per-host SDK version pin.

Native DDS streaming also makes it easier to share a single camera between several consumers, for example a perception node on one machine and a recorder on another, and it removes the USB-bandwidth bottleneck that limited previous models when multiple high-resolution streams were enabled at once. Combined with the depth sensor hardware on the camera itself, this lets a small robot run perception with a thin client rather than a heavy SDK installation.

The D555 is also positioned as the reference camera for the NVIDIA Holoscan Sensor Bridge. In a strategic collaboration announced on August 25, 2025, RealSense and NVIDIA committed to native Holoscan streaming from the D555 into NVIDIA Isaac Sim and onto the Jetson Thor compute platform.[13] Engineers who tested early units reported near-zero latency between the camera and the Jetson GPU at 90 fps, which is a useful figure for high-rate visual servoing.[7]

Use cases

RealSense markets the D555 at three families of customer.

The first is autonomous mobile robots and AGVs: warehouse and logistics robots that need long-range obstacle detection, pallet pose estimation, and occasionally outdoor operation on yard tractors and sidewalk delivery vehicles. The PoE wiring, IP65 rating, and long Ethernet cable runs fit the harness and maintenance constraints of those platforms.

The second is humanoid and legged robots, where customers such as Agility Robotics already use RealSense cameras for navigation and manipulation. The D555 reduces cabling complexity inside the torso and shoulder regions and feeds directly into NVIDIA Jetson compute through Holoscan, which is the stack many humanoid teams are now standardising on.

The third is drones and inspection robots, where global-shutter imaging avoids the rolling-shutter artifacts that hurt visual-inertial odometry at speed, and the integrated IMU on the D450 module supplies the high-rate motion data that SLAM pipelines need. The 90 fps depth output and on-camera distortion correction reduce the load on the airframe's flight controller.

The D555 is also relevant to smart infrastructure applications such as fixed-mount safety cameras on factory floors and loading docks, where PoE is already the default wiring standard and where the IP65 housing handles dust and condensation.

Comparison with predecessors and competitors

CameraVendorYearInterfaceBaselineDepth FOVMax depthShutterIMUEnclosure
RealSense D435Intel2018USB 3.x50 mm87 deg x 58 degAbout 3 mGlobal (depth), rolling (RGB)NoPlastic, not rated[16]
RealSense D435iIntel2019USB 3.x50 mm87 deg x 58 degAbout 3 mGlobal (depth), rolling (RGB)YesPlastic, not rated[16]
RealSense D455Intel2020USB 3.x95 mm87 deg x 58 degAbout 6 mGlobal (depth and RGB)YesPlastic, not rated[16]
RealSense D555RealSense Inc.2025PoE+ (RJ45 or M12), USB-CD450 module (long range)87 deg x 58 degAbout 6 mGlobal (depth and RGB)YesIP65 metal housing[3]
ZED 2iStereolabs2021USB-C120 mmUp to 120 degAbout 20 mRollingYes (plus barometer, magnetometer)IP66[17]
ZED XStereolabs2023GMSL2120 mmUp to 110 degAbout 20 mGlobalYesIP66[18]

Against its own RealSense predecessors, the D555 keeps the same depth field of view and roughly the same maximum range as the D455, but it changes almost everything around them: a new Vision Processor with on-chip image enhancement, a new interface (PoE in place of USB), a new connector family (RJ45 and M12 in place of USB-C only), and a sealed industrial housing in place of the consumer-style plastic shell. It is best read as a productisation of the D455's optical recipe for industrial customers rather than as a new sensor design.

Against Stereolabs' ZED 2i and ZED X, the comparison is less symmetric. The ZED family uses longer baselines (120 mm) and pushes its quoted depth range well beyond six meters, but it relies on the host GPU for stereo matching, which means a Stereolabs camera needs an NVIDIA system to run at full speed. The D555 keeps RealSense's tradition of on-camera depth processing, which lets it work with thinner clients and exposes a standard ROS 2 topic interface rather than the proprietary Stereolabs SDK. The ZED X uses GMSL2 for low-latency automotive wiring, while the D555 uses PoE for low-latency network wiring; both replace USB but in different idioms.

Reception

Early trade-press coverage was broadly positive. The Robot Report described the D555 as RealSense's clearest signal that it intends to chase the humanoid and AMR market under its new ownership, and it highlighted the NVIDIA Holoscan integration as the headline feature for robotics buyers.[7] Industrial-electronics outlets including RUTRONIK-TEC and Vision Systems Design framed the camera as the first credible PoE option in the RealSense catalogue and singled out the IP65 housing as the practical change that opens up outdoor and washdown deployments.[15]

Demand outran supply at launch. The first production run sold out within days of the August 8 ship date, and the official RealSense GitHub repositories carried a pinned notice asking customers to register for restock notifications while a second batch was prepared.[6] RealSense and its distributor FRAMOS subsequently listed the camera and a starter kit for general availability later in 2025.

In the open-source robotics community the reception focused on the native ROS 2 transport. Developers on the Open Robotics Discourse welcomed the move away from per-host SDK installations, while raising questions about cross-distribution DDS interoperability and about whether the Safe DDS implementation would remain a default or be made optional in future firmware. Those questions were left open in the initial announcement.[4]

See also

References

  1. RealSense. "Depth Camera D555 with Power over Ethernet (PoE) interface." intelrealsense.com/depth-camera-d555/
  2. RealSense. "D555 PoE product page." realsenseai.com/products/d555-poe/
  3. RealSense. "RealSense Depth Camera D555 Datasheet v1.1" (August 2025). realsenseai.com/wp-content/uploads/2025/08/D555-Datasheet-v1.1.pdf
  4. Open Robotics Discourse. "[Announcement] Intel RealSense D555 with Native ROS 2 Support, Powered by Safe DDS" (June 3, 2025). discourse.openrobotics.org/t/announcement-intel-realsense-d555-with-native-ros-2-support-powered-by-safe-dds/44084
  5. realsenseai/librealsense GitHub. "Introducing the RealSense D555 PoE Ethernet Camera" issue #14184.
  6. realsenseai/realsense-ros GitHub. "Introducing the RealSense D555 PoE Ethernet Camera, UPDATE: temporarily sold out" issue #3413.
  7. The Robot Report. "RealSense deepens NVIDIA ties with new D555 depth camera."
  8. BusinessWire. "RealSense Completes Spinout from Intel, Raises $50 Million to Accelerate AI-Powered Vision for Robotics and Biometrics" (July 11, 2025).
  9. Intel Capital. "RealSense Completes Spin Out from Intel, Raises $50 Million to Accelerate AI-Powered Vision for Robotics and Biometrics."
  10. CNBC. "Intel spins out AI robotics company RealSense with $50 million raise" (July 11, 2025).
  11. Tom's Hardware. "RealSense completes spin-out from Intel, Gets $50 million in funding from Intel Capital and MediaTek."
  12. The Robot Report. "Intel spinning out RealSense as standalone company."
  13. BusinessWire. "RealSense and NVIDIA Collaborate to Usher in the Age of Physical AI" (August 25, 2025).
  14. Vision Systems Design. "Intel Completes RealSense Spinoff."
  15. RUTRONIK-TEC. "RealSense D555 PoE, 3D Computer vision powered over ethernet."
  16. RealSense. "Compare All Cameras" (D435, D455 specifications). realsenseai.com/compare-all-cameras/
  17. Stereolabs. "ZED 2i Stereo Camera" product page. stereolabs.com/store/products/zed-2i
  18. Stereolabs Forums. "Technical Comparison: ZED X vs. ZED 2i Depth Accuracy and Reconstruction in High-Velocity Scenes."

Improve this article

Add missing citations, update stale details, or suggest a clearer explanation. Every suggestion is reviewed for sourcing before it goes live.

2 revisions by 1 contributors · full history

Suggest edit