YOLOv11 With Depth Camera on Jetson Orin For Distance Measurement | Seeed Studio Wiki #2851
Unanswered
Replies: 1 comment 1 reply
-
Can this setup be extended for ball tracking scenario and also line calling using real time edge. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
YOLOv11 With Depth Camera on Jetson Orin For Distance Measurement | Seeed Studio Wiki
This guide shows how to pair an Orbbec Gemini 2 depth camera with a Jetson‑based reComputer (JetPack 5.1.3) to perform real‑time object detection and 3‑D distance measurement. It walks through installing the Gemini 2 Python SDK, building it with pybind11, and validating camera output via an OpenCV test script. Next, it details converting a YOLOv11n model to a TensorRT engine for high‑speed inference on Jetson, then explains how to retrieve camera intrinsics and project depth pixels into 3‑D coordinates so that Euclidean distances between detected objects can be computed. A sample script combines YOLOv11 detections with depth data to display measured distances (typically accurate to ±1 cm), and the article closes with tips—depth‑map filtering, centering targets, and frame averaging—to mitigate structured‑light depth noise on edges, slanted or reflective surfaces, and under challenging lighting.
https://wiki.seeedstudio.com/yolov11_with_depth_camera/
Beta Was this translation helpful? Give feedback.
All reactions