Orbbec Astra Serial Number in Python

Hi everyone! I’m using python3.5 and Openni2 with orbec Astra cameras.

is there a way to read the serial number of the camera in python? I can access at the uri with get_device_info().uri but it isn’t the right id…

I need to select every time the same camera even if I change usb port and if I’ve more cameras. If there are other ways it’s ok.

Thank you!

+1 Is there any solution to identify devices? According to dmesg and lsusb output both my cameras have s/n 0 and look similar for app.

Related discussion with solution: Get Id of Device to work with multiple cameras

Thank you for the answer but I’m looking for a solution in Python…if there is one :slight_smile: