Orbbec’s warning to robotics: better AI cannot fix badly calibrated eyes
A robot sees through an entire chain of sensor assumptions, not just a camera image.📷 AI-generated image / TECH&SPACE
- ★Orbbec frames the issue from the sensor layer: machine perception depends on calibration, not only on neural networks.
- ★Misaligned depth and visual data can push a robot toward the wrong estimate of distance, object position or obstacles.
- ★Real robot deployment depends on the full perception chain: camera, depth sensor, calibration, software and field validation.
Robots are often described today as if they only need one larger model to become useful. In practice, the model is not the first layer. Optics, sensing, geometry and calibration come before it. That is where The Robot Report places a problem that rarely sounds like a headline, but directly determines whether a robot can work outside a controlled demo.
The article reports an argument from an Orbbec co-founder: reliable machine perception requires more than better AI; it requires properly calibrated sensors. That distinction matters. An AI system may classify an object, estimate the edge of a table or infer free space, but if the incoming data already contains distorted depth, a bad RGB-to-depth alignment or shifted coordinate frames, the robot does not make an abstract mistake. It makes a mistake with a wheel, a gripper, an arm or a trajectory.
Orbbec is tied to 3D cameras and depth sensing, so the emphasis on the physical perception layer is expected. But the point reaches beyond one company. A robot sees the world through a measurement chain: lens, sensor, synchronization, calibration, image processing, perception model and motion control. A weak link in that chain can be hidden in a polished demo, but it is much harder to hide in a warehouse, hospital, factory or public environment.
An Orbbec co-founder argues that reliable machine perception starts before the model: with sensors, geometry and calibration.
Calibration connects image, depth and the coordinate system a robot uses to act.📷 AI-generated image / TECH&SPACE
Calibration is not cosmetic maintenance. It defines how pixels, depth and real distances map into the coordinate system a robot uses to act. In computer vision, that includes established procedures such as estimating intrinsic and extrinsic camera parameters, as outlined in technical references like the OpenCV camera calibration guide. In robotics, the stakes are higher because the error does not stop at a bad image. It becomes a bad physical action.
That makes this article a useful correction to the current market reflex. When a robot fails to recognize an object, the easiest explanation is that it needs a better model. Sometimes that is true. But the failure can also start lower in the stack: unstable lighting, reflective materials, depth noise, sensor synchronization problems or calibration that drifted after vibration, impact or a module swap. Robotics tooling, including the ROS camera calibration documentation, exists because perception has to be measurable before it can be intelligent.
The important takeaway is not that AI is irrelevant. It is that AI in robotics is only as reliable as the measurement system feeding it. If the industry wants robots that can navigate, grasp, sort and work near people with less supervision, it has to treat perception less like software magic and more like an engineered sensing system. The Shenzhen context around Orbbec makes the point sharper: the real world is not a dataset. It is noisy, inconsistent and physically unforgiving.

