From owner-freebsd-multimedia@FreeBSD.ORG Fri Mar 18 22:42:46 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A2D3106566B for ; Fri, 18 Mar 2011 22:42:46 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-px0-f172.google.com (mail-px0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id D6BA38FC0A for ; Fri, 18 Mar 2011 22:42:45 +0000 (UTC) Received: by pxi6 with SMTP id 6so2209699pxi.17 for ; Fri, 18 Mar 2011 15:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=0tcPpCD5ZSnwDdlLXIkI1h/1LHc6FRjNDwn1cDgo0Ng=; b=WYRVahf7RfRLs5naauZR3LkyoBhCHknSGuGt+HUpnA5nqljCV1mBKauVB3Av6aqRsN JjQytPSqFkPlb0oQNS6BBRy4KW0Yt7QGkHFL1qbTZRAHZEJk/w8KJ1Ren8jeFLPe8KP8 6/Iv98XXw48PMZeQjMM6KeKQ05EkDq4Nyc3gg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=c/wbpZ9czmzMFdVxiJcLkUTgbAIja+//Iryoq1rHz294RxwxSFXUhlzhZyrTgAbnGZ C8LS8tQjablwYD84GaJ8G1uEtqP6IJEsnG2tNcwLrqCD0K2mOgK6beYQrXAi+E1CvF3W i/1Vm560vhy9RUc52uoTJPLU50naQOl/F7sXY= MIME-Version: 1.0 Received: by 10.142.180.16 with SMTP id c16mr470436wff.252.1300488165291; Fri, 18 Mar 2011 15:42:45 -0700 (PDT) Received: by 10.142.203.18 with HTTP; Fri, 18 Mar 2011 15:42:45 -0700 (PDT) In-Reply-To: <20110318112213.GA21682@sh4-5.1blu.de> References: <20110318112213.GA21682@sh4-5.1blu.de> Date: Fri, 18 Mar 2011 18:42:45 -0400 Message-ID: From: grarpamp To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Webcam recommendations X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 22:42:46 -0000 > Are you sure that the Logitech C310 is supported at all by the pwc.ko Hi. Collating some notes... The C210, C310, C910 are supported by the Linux UVC driver here: http://www.ideasonboard.org/uvc/ I'm sure the C510 would be with a simple ID definition. Maybe it is, I just haven't found the right file yet. Google says the C510 may be emitting the same ID as the C310. UVC cams should work with any UVC capable apps. Note that it appears there was an API update in kernel 2.6.38. I don't know yet if that has made it down into the FreeBSD bits. Logitech's open source group is here (the forum seems current): http://www.quickcamteam.net/ The UVC spec is here: http://www.usb.org/developers/devclass_docs Some repos are here: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.38.y.git;a=history;f=drivers/media/video/uvc;hb=HEAD http://git.linuxtv.org/v4l-dvb.git?a=history;f=drivers/media/video/uvc;hb=HEAD old http://linuxtv.org/hg/v4l-dvb/file/abd3aac6644e/linux/drivers/media/video/uvc http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers pwcview: http://raaf.atspace.org/ And of course thanks to HPS :) http://www.selasky.org/hans_petter/video4bsd/