連結已複製
1 回應
There is a console application called rs-enumerate-devices that can be built from source code and can display serial numbers.
https://github.com/IntelRealSense/librealsense/tree/master/tools/enumerate-devices
Also, here is a link to a tutorial for creating a script to get the camera's information, including serial number. The instruction for getting the serial number is get_info(RS2_CAMERA_INFO_SERIAL_NUMBER)
https://www.codeproject.com/Articles/1233892/FluentRealSense-The-First-Steps-to-a-Simpler-RealS
