Skip to content

Instantly share code, notes, and snippets.

@moorage
Created July 22, 2019 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moorage/3a01be4d2bc943df867da5092a972a29 to your computer and use it in GitHub Desktop.
Save moorage/3a01be4d2bc943df867da5092a972a29 to your computer and use it in GitHub Desktop.
Realsense serial numbers from python interface
import pyrealsense2 as rs
c = rs.context()
devices = c.query_devices()
print(devices)
print(devices[0])
print(devices[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment