From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 17:45:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3D116A41F for ; Mon, 19 Dec 2005 17:45:51 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D1943D5A for ; Mon, 19 Dec 2005 17:45:50 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1150731wra for ; Mon, 19 Dec 2005 09:45:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HquzK2LTT0JPhGmlyTmVn/KktQpHhoNlXpdLG6LAdzw90VV4YhQpOCOuW4eZVk/2hP5HdiisEI/blRCwjLgLmxw9XmbEHKVA+w/5CzyDOzSxzxFP1AzdHfytYf619FQfoqAQ7Toe5iFUqIgpLQ/UV5a72EW3cwIjdbyM/Z/j7wk= Received: by 10.64.131.17 with SMTP id e17mr3201528qbd; Mon, 19 Dec 2005 09:45:49 -0800 (PST) Received: by 10.65.153.20 with HTTP; Mon, 19 Dec 2005 09:45:49 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 17:45:49 +0000 From: Roshan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Video / Audio Capture Framework in FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 17:45:52 -0000 Hello list. Does anyone know if there will be a Video / Audio capture framework that will be part of FreeBSD in the next few years ? I currently use the bktr device for image capture, but it would be nice if there was some kind of interface that would permit me to capture from a broader kind of video devices. On Linux they have v4l ( video for linux ) that does exactly that, but i don't think it will be ported to *BSD due to licensing issues. I came across bsdav in the ports tree, but it seems to be broken. I am also curious as to what kind of capture methods/framework other image/signal processing people use under FreeBSD. Thanks Roshan.