From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 28 13:22:05 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 66FE0BC9 for ; Sun, 28 Dec 2014 13:22:05 +0000 (UTC) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Norma UNIX CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D70726610C for ; Sun, 28 Dec 2014 13:22:04 +0000 (UTC) Received: from [192.168.248.37] ([192.168.248.37]) by elf.hq.norma.perm.ru (8.14.9/8.14.5) with ESMTP id sBSDM0Xp007434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 28 Dec 2014 19:22:01 +0600 (YEKT) (envelope-from eugene@zhegan.in) Message-ID: <54A003F8.9070506@zhegan.in> Date: Sun, 28 Dec 2014 18:22:00 +0500 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: 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> <549C201E.9070203@selasky.org> <549C4987.6070706@zhegan.in> <549C4A83.3060906@selasky.org> <549FD210.9030701@zhegan.in> <549FD627.5010800@selasky.org> In-Reply-To: <549FD627.5010800@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [192.168.3.10]); Sun, 28 Dec 2014 19:22:01 +0600 (YEKT) X-Spam-Status: No hits=-1.0 bayes=0.5 testhits ALL_TRUSTED=-1 autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru 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: Sun, 28 Dec 2014 13:22:05 -0000 Hi, On 28.12.2014 15:06, Hans Petter Selasky wrote: > Based on this information your driver is located in: > > media_tree/drivers/media/usb/gspca/zc3xx.c > > Maybe you can diff the "media_tree/drivers/media/usb/gspca" directory > between the working version of webcamd and the non-working. I don't > see how any non-linux kernel sources should cause this regression > right now. > > Also, make sure you specify a fps setting which is supported: > > pwcview -s vga -f 5 > > For example. Still doesn't work? > Nope. I'm aware about FPS settings and I've already tried various rates with the step of 5. As about binary diff - I will try to figure out which revision was the last working, but it will take some time. Thanks for you help. I will post here the results. Eugene.