Skip to content

Getting Started with the LiDAR Camera L515

c-bash edited this page Jul 31, 2024 · 4 revisions

Note

  • Download the LiDAR L515 datasheet here.
  • See Intel's relevant webpages for the L515 here.

Hardware

The RED platform has onboard an Intel RealSense LiDAR Camera L515 that provides depth information from the camera at 30 fps. Its field of view is 70° x 55° (+/- 3°), ideal operating range is 0.25 m to 9 m, and output resolution is up to 1024 x 768 pixels. The manufacturer provides the following specs (at 95% reflectivity):

Distance Average Depth Error Std Dev Depth Error
1 m < 5mm 2.5 mm
9 m < 14 mm 15.5 mm

The LiDAR also has a RGB camera (field of view is 70° x 45°, +/- 3°) that operates at 30 fps, outputting 1920 x 1080 pixel images.

The sensor also has an IMU.

Getting Started

So far, the LiDAR has only been tested using a simple plug-and-play application (see the Intel Getting Started page for details).

  1. Connect the LiDAR to your computer using its USB‑C 3.1 Gen 1 cable.
  2. For Windows users, go to the Intel RealSense v2.50.0 GitHub page. and download the Intel.RealSense.Viewer.exe.
  3. Run the executable file.
  4. Add the L515 camera as the source and you may toggle various capabilities of the camera using this menu.

Developing Software using the LiDAR

Future students will complete software development using the LiDAR, and this page will be updated accordingly.

Sample code, wrappers, and SDK resources can be found here and here.

Clone this wiki locally