From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 25 14:32:25 2014 Return-Path: Delivered-To: freebsd-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 06376389 for ; Thu, 25 Dec 2014 14:32:25 +0000 (UTC) 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 BC1F064BC7 for ; Thu, 25 Dec 2014 14:32:24 +0000 (UTC) Received: from laptop015.home.selasky.org (31.89-11-148.nextgentel.com [89.11.148.31]) (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 2906A1FE022; Thu, 25 Dec 2014 15:32:21 +0100 (CET) Message-ID: <549C201E.9070203@selasky.org> Date: Thu, 25 Dec 2014 15:33:02 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Eugene M. Zheganin" , freebsd-multimedia@freebsd.org Subject: Re: webcamd, pwc and vga References: <549ADCB1.10605@zhegan.in> <549B40F7.5050209@selasky.org> <549B9FEA.3000905@zhegan.in> <549BD9CB.8060502@selasky.org> <549C06E9.5000904@zhegan.in> <549C118D.9050407@selasky.org> <549C1677.50103@zhegan.in> In-Reply-To: <549C1677.50103@zhegan.in> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 14:32:25 -0000 On 12/25/14 14:51, Eugene M. Zheganin wrote: > Hi. > > On 25.12.2014 18:30, Hans Petter Selasky wrote: >> >> Try building webcamd with debugging enabled in the port (make config). >> >> Then run webcamd in foreground for your instance. See "ps auxww" for >> the complete command line. >> >> What does webcamd output? >> > It says exactly this: > > [root@bsdrookie:multimedia/webcamd]# /usr/local/sbin/webcamd -d ugen1.3 Hi, You maybe need to set some further debug knobs: See output from "webcamd -s". --HPS