#!/usr/bin/env python3 import depthai for device in depthai.Device.getAllAvailableDevices(): print(f"{device.getMxId()}")