From owner-freebsd-multimedia@freebsd.org Wed Sep 12 09:08:00 2018 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0E3B108CD4D for ; Wed, 12 Sep 2018 09:08:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::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 4078079C91 for ; Wed, 12 Sep 2018 09:08:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (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 B9A2B26015F; Wed, 12 Sep 2018 11:07:58 +0200 (CEST) Subject: Re: Logitech C922 Webcam To: shreyank amartya Cc: freebsd-multimedia@freebsd.org References: <9e9f5643-f061-6723-0042-45560b98d407@selasky.org> From: Hans Petter Selasky Message-ID: <7c592da8-c7ec-9ff8-e38b-d48411f9b19f@selasky.org> Date: Wed, 12 Sep 2018 11:07:32 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 09:08:00 -0000 On 9/12/18 10:27 AM, shreyank amartya wrote: > Can you help me out, on how to get webcamd going with this newer library > version. Do i have to compile webcamd from source? Any help on how to do > so, I'm new to FreeBSD. > Hi, ldd `which pwcview` Try tracing the print in the following ports after "make extract patch" /usr/ports/multimedia/libv4l/ Or: /usr/ports/graphics/jpeg --HPS