From owner-freebsd-multimedia@FreeBSD.ORG Mon May 25 11:38:06 2015 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69C6A617; Mon, 25 May 2015 11:38:06 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DDC6E68; Mon, 25 May 2015 11:38:06 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1CFEE1FE024; Mon, 25 May 2015 13:38:04 +0200 (CEST) Message-ID: <556309CE.4000305@selasky.org> Date: Mon, 25 May 2015 13:38:54 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: sbruno@freebsd.org, multimedia@FreeBSD.org Subject: Re: Dell E7240 Webcam References: <555FB89E.6090501@ignoranthack.me> In-Reply-To: <555FB89E.6090501@ignoranthack.me> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 11:38:06 -0000 On 05/23/15 01:15, Sean Bruno wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > I'm not sure what I need to do to reliably get webcamd to attach to this > laptop's webcam. When starting webcamd manually, it doesn't find/attach > to this device. If I explicitly attach to it, it works great with > cheese, so it is definitely supported. > > # usbconfig -d ugen0.2 dump_device_desc > ugen0.2: at usbus0, > cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x00ef > bDeviceSubClass = 0x0002 > bDeviceProtocol = 0x0001 > bMaxPacketSize0 = 0x0040 > idVendor = 0x0c45 > idProduct = 0x64d2 > bcdDevice = 0x3506 > iManufacturer = 0x0002 > iProduct = 0x0001 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > # webcamd -N LaptopIntegratedWebcamHD-CN07YYTT7248744FAELWA00 -S unknown > -M 0 > Attached to ugen0.2[0] > Creating /dev/video0 Hi, Check the /usr/local/etc/devd/webcamd.conf file. It is matching the device descriptor. Send me a patch if you want it upstream. --HPS