From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53088 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753593Ab0KKLH2 (ORCPT ); Thu, 11 Nov 2010 06:07:28 -0500 Message-ID: <4CDBCEB6.6020405@redhat.com> Date: Thu, 11 Nov 2010 12:08:38 +0100 From: Hans de Goede MIME-Version: 1.0 To: Markus Rechberger CC: Mohamed Ikbel Boulabiar , Andy Walls , Antonio Ospite , linux-media@vger.kernel.org Subject: Re: Bounty for the first Open Source driver for Kinect References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-ID: Sender: Hi, On 11/10/2010 10:14 PM, Markus Rechberger wrote: > On Wed, Nov 10, 2010 at 9:54 PM, Mohamed Ikbel Boulabiar > wrote: >> The bounty is already taken by that developer. >> >> But now, the Kinect thing is supported like a GPL userspace library. >> Maybe still need more work to be rewritten as a kernel module. >> > > This should better remain in userspace and interface libv4l/libv4l2 no > need to make things more complicated than they have to be. > As the author and maintainer of libv4l I say no, webcam drivers and the like belong in kernel space. libv4l is there to add things like format conversion (de-bayering in this case) which do not belong in userspace. Also there is no way to do 100% reliable isoc data handling from userspace. Regards, Hans