My test installation is on Debian Etch (Zoneminder 1.23.3 was installed from a binary .deb package). I tested 7 various USB cameras (if not more) to get some working. E.g. Logitech E3500 cooperated only up to 176x144 level and the actual picture was unavailable even then... Ya'know, Debian is a server not a desktop... with the relevant drivers present
The camera that started to work without hassle, was CNR-WCAM413 . It costs some 225 EEK (15EUR) here in Estonia, in Prisma food shop . The google'able USB string is 0ac8:3340. I opened the corpse to get rid of blue glow. I had to put black hats on two internal LEDs or the blue light somehow found it's way to the sensor. China is China. The sensitivity is usual - no surprises.
(social reality under camera control). Plz do not stare it more frequently than my slow DSL can serve.
Here are the technical snippets:
Code: Select all
Nov 18 00:20:13 oko kernel: [ 107.820108] usb 1-1: new full speed USB device using uhci_hcd and address 2
Nov 18 00:20:13 oko kernel: [ 108.118303] usb 1-1: configuration #1 chosen from 1 choice
Nov 18 00:20:13 oko kernel: [ 108.120774] uvcvideo: Found UVC 1.00 device Sirius USB2.0 Camera (0ac8:3340)
Nov 18 00:20:13 oko kernel: [ 108.131330] input: Sirius USB2.0 Camera as /class/input/input7
Nov 18 00:20:13 oko kernel: [ 108.148576] usb 1-1: New USB device found, idVendor=0ac8, idProduct=3340
Nov 18 00:20:13 oko kernel: [ 108.148610] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 18 00:20:13 oko kernel: [ 108.148618] usb 1-1: Product: Sirius USB2.0 Camera
Nov 18 00:20:13 oko kernel: [ 108.148625] usb 1-1: Manufacturer: Vimicro Corp.
Code: Select all
Nov 18 00:28:49 oko MJPG-streamer [3152]: starting application
Nov 18 00:28:49 oko MJPG-streamer [3152]: MJPG Streamer Version.: 2.0
Nov 18 00:28:49 oko MJPG-streamer [3152]: Using V4L2 device.: /dev/video1
Nov 18 00:28:49 oko MJPG-streamer [3152]: Desired Resolution: 352 x 288
Nov 18 00:28:49 oko MJPG-streamer [3152]: Frames Per Second.: 4
Nov 18 00:28:49 oko MJPG-streamer [3152]: Format............: YUV
Nov 18 00:28:49 oko MJPG-streamer [3152]: JPEG Quality......: 70
Nov 18 00:28:49 oko MJPG-streamer [3152]: www-folder-path...: disabled
Nov 18 00:28:49 oko MJPG-streamer [3152]: HTTP TCP port.....: 8080
Nov 18 00:28:49 oko MJPG-streamer [3152]: username:password.: disabled
Nov 18 00:28:49 oko MJPG-streamer [3152]: commands..........: enabled
Nov 18 00:28:49 oko MJPG-streamer [3152]: starting input plugin
Nov 18 00:28:49 oko MJPG-streamer [3152]: starting output plugin: output_http.so (ID: 00)
Nov 18 00:28:51 oko MJPG-streamer [3157]: starting application
Nov 18 00:28:51 oko MJPG-streamer [3157]: MJPG Streamer Version.: 2.0
Nov 18 00:28:51 oko MJPG-streamer [3157]: Using V4L2 device.: /dev/video2
Nov 18 00:28:51 oko MJPG-streamer [3157]: Desired Resolution: 352 x 288
Nov 18 00:28:51 oko MJPG-streamer [3157]: Frames Per Second.: 4
Nov 18 00:28:51 oko MJPG-streamer [3157]: Format............: YUV
Nov 18 00:28:51 oko MJPG-streamer [3157]: JPEG Quality......: 70
Nov 18 00:28:51 oko MJPG-streamer [3157]: www-folder-path...: disabled
Nov 18 00:28:51 oko MJPG-streamer [3157]: HTTP TCP port.....: 8081
Nov 18 00:28:51 oko MJPG-streamer [3157]: username:password.: disabled
Nov 18 00:28:51 oko MJPG-streamer [3157]: commands..........: enabled
Nov 18 00:28:51 oko MJPG-streamer [3157]: starting input plugin
Nov 18 00:28:51 oko MJPG-streamer [3157]: starting output plugin: output_http.so (ID: 00)