Intel RealSense D555
Last reviewed
May 16, 2026
Sources
18 citations
Review status
Source-backed
Revision
v1 · 2,499 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
May 16, 2026
Sources
18 citations
Review status
Source-backed
Revision
v1 · 2,499 words
Add missing citations, update stale details, or suggest a clearer explanation.
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. 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.
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. 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.
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. 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. 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.
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. It was listed in the RealSense web store on August 1, 2025, and the first production batch began shipping on August 8, 2025. 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.
The table below summarises the published specifications from the RealSense D555 datasheet and the official product pages on intelrealsense.com and realsenseai.com.
| Attribute | Specification |
|---|---|
| Depth technology | Active infrared stereo vision |
| Vision processor | RealSense Vision SoC V5 |
| Optical module | RealSense Module D450 (shared lineage with D455) |
| Shutter type | Global shutter (depth and RGB) |
| Depth field of view | 87 deg horizontal x 58 deg vertical |
| RGB field of view | 90 deg horizontal x 65 deg vertical |
| Depth output resolution | Up to 1280 x 720 |
| Depth frame rate | Up to 90 fps |
| RGB resolution | Up to 1280 x 800 |
| RGB frame rate | Up to 60 fps |
| Minimum depth distance | About 26 cm at VGA |
| Useful depth range | Comparable to D455 (about 6 m) |
| Inertial measurement unit | Built into the D450 module |
| Image enhancement | Geometric Distortion Correction (GDC), Temporal Noise Reduction (TNR) |
| Connectors | RJ45 Ethernet, ruggedised M12, USB-C |
| Power delivery | PoE+ per IEEE 802.3at (30 W class), or USB-C |
| Typical power draw | About 5.5 W |
| Cable length over PoE | Up to 100 m |
| Enclosure rating | IP65 (dust tight, protected against water jets) |
| Operating temperature | -20 deg C to +50 deg C |
| Dimensions | 167 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. 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.
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. 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.
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. 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. 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.
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.
| Camera | Vendor | Year | Interface | Baseline | Depth FOV | Max depth | Shutter | IMU | Enclosure |
|---|---|---|---|---|---|---|---|---|---|
| RealSense D435 | Intel | 2018 | USB 3.x | 50 mm | 87 deg x 58 deg | About 3 m | Global (depth), rolling (RGB) | No | Plastic, not rated |
| RealSense D435i | Intel | 2019 | USB 3.x | 50 mm | 87 deg x 58 deg | About 3 m | Global (depth), rolling (RGB) | Yes | Plastic, not rated |
| RealSense D455 | Intel | 2020 | USB 3.x | 95 mm | 87 deg x 58 deg | About 6 m | Global (depth and RGB) | Yes | Plastic, not rated |
| RealSense D555 | RealSense Inc. | 2025 | PoE+ (RJ45 or M12), USB-C | D450 module (long range) | 87 deg x 58 deg | About 6 m | Global (depth and RGB) | Yes | IP65 metal housing |
| ZED 2i | Stereolabs | 2021 | USB-C | 120 mm | Up to 120 deg | About 20 m | Rolling | Yes (plus barometer, magnetometer) | IP66 |
| ZED X | Stereolabs | 2023 | GMSL2 | 120 mm | Up to 110 deg | About 20 m | Global | Yes | IP66 |
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.
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. 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.
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. 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.