여기 Linux 지식이있는 사람과 lsusb
USB를 통해 컴퓨터에 연결된 카메라 로 실행하는 데 도움이되는 GoPro / Sony Action 카메라 (예 : AS-30)가있는 사람 :
lsusb -d <idVendor>:<idProduct> -v
Device Descriptor "iSerial"필드에만 관심이 있습니다.
Example output:
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 239 Miscellaneous Device
bDeviceSubClass 2 ?
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 64
idVendor 0x0402 ALi Corp.
idProduct 0x9665 Gateway Webcam
bcdDevice 0.09
iManufacturer 3
iProduct 1
iSerial 0 <-- Some manufactures make this unique for every device/some don't include it
bNumConfigurations 1
Configuration Descriptor:
내 구성에는 동일한 컴퓨터에 여러 개의 동일한 카메라가 연결되어 있으며“iSerial”번호를 사용하여 각 카메라를 고유하게 식별 할 수 있는지 알고 싶습니다. "iSerial"번호를받는 데 관심이 없습니다.이 번호가 고유하게 보이는지 확인할 수만 있습니다.