Article ID: 000059629 Content Type: Product Information & Documentation Last Reviewed: 12/04/2023

How to Obtain the Serial Number of Intel® RealSense™ Camera?

Environment

Intel® RealSense Lidar L515 camera

BUILT IN - ARTICLE INTRO SECOND COMPONENT
Summary

Steps to determine the serial number of your Intel RealSense camera.

Description

Unable to find the serial number of the RealSense camera.

Resolution

To obtain the serial number of your device:

  1. Open the terminal and change the directory to catkin_ws.
  2. Connect the camera and start the realsense2_camera wrapper (In case of multiple cameras, connect them one at a time).

roslaunch realsense2_camera rs_camera.launch

The serial number will be displayed in the following log lines:

[ INFO] [1538983051.813336379]: setupDevice...
 
[ INFO] [1538983051.813399792]: JSON file is not provided
 
[ INFO] [1538983051.813427820]: ROS Node Namespace: camera
 
[ INFO] [1538983051.813442869]: Device Name: Intel RealSense D435
 
[ INFO] [1538983051.813605893]: Device Serial No: 728312070349
 
[ INFO] [1538983051.813622583]: Device FW version: 05.10.03.00

The serial number in this case is 728312070349.

Capture the serial number and terminate the node using CTRL+C.
Repeat the above steps now for other devices for which you need to obtain the serial number.