Samsung WB2200F
The Samsung WB2200F is a 16.4MP digital camera with a 60x optical zoom.
Contents
lsusb
$ lsusb -v Bus 003 Device 009: ID 04e8:1401 Samsung Electronics Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x04e8 Samsung Electronics Co., Ltd idProduct 0x1401 bcdDevice 1.00 iManufacturer 1 SAMSUNG iProduct 2 Samsung Digital Camera iSerial 4 xxxxxxxxxxxx bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 5 SFF-8070i bInterfaceProtocol 80 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0001 Self Powered
dmesg
This is the dmesg output after attaching the camera via USB (an 8GB micro-SD card was used in the camera at the time):
$ dmesg usb 3-2: new high-speed USB device number 9 using xhci_hcd usb 3-2: New USB device found, idVendor=04e8, idProduct=1401 usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=4 usb 3-2: Product: Samsung Digital Camera usb 3-2: Manufacturer: SAMSUNG usb 3-2: SerialNumber: xxxxxxxxxxxx usb-storage 3-2:1.0: USB Mass Storage device detected scsi4 : usb-storage 3-2:1.0 scsi 4:0:0:0: Direct-Access Samsung Digital Camera PQ: 0 ANSI: 4 sd 4:0:0:0: Attached scsi generic sg2 type 0 sd 4:0:0:0: [sdb] 15702016 512-byte logical blocks: (8.03 GB/7.48 GiB) sd 4:0:0:0: [sdb] Write Protect is off sd 4:0:0:0: [sdb] Mode Sense: 00 06 00 00 sd 4:0:0:0: [sdb] No Caching mode page found sd 4:0:0:0: [sdb] Assuming drive cache: write through sdb: sdb1 sd 4:0:0:0: [sdb] Attached SCSI removable disk
Random notes
- The camera has a micro-USB connector and is detected as a mass-storage drive. You can get the photos by simpling mounting the (vfat) filesystem and doing a file copy.
Resources
- Support overview (docs, firmware upgrade tools, FAQs)
- User manual
- photographyblog.com: Samsung WB2200F review
- techradar.com: Samsung WB2200F review
- ephotozine.com: Samsung WB2200F Bridge Camera Review