From owner-freebsd-arm@freebsd.org Fri Oct 2 15:20:50 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47A51A0D999 for ; Fri, 2 Oct 2015 15:20:50 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1AC0111E; Fri, 2 Oct 2015 15:20:48 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Fri, 02 Oct 2015 17:15:37 +0200 id 00050803.560E9F99.00009777 Date: Fri, 2 Oct 2015 17:15:36 +0200 From: Milan Obuch To: Brad Davis Cc: freebsd-arm@FreeBSD.org Subject: Re: Raspberry Pi Camera? Message-ID: <20151002171536.4c1d07a3@zeta.dino.sk> In-Reply-To: <20151002143835.GO65719@corpmail.liquidneon.com> References: <20151002143835.GO65719@corpmail.liquidneon.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i386-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 15:20:50 -0000 On Fri, 2 Oct 2015 14:38:36 +0000 Brad Davis wrote: > Hi, > > I am trying to find out what would be needed to support the Raspberry > Pi Camera: > > https://www.raspberrypi.org/help/camera-module-setup/ > > Is anyone familiar with CSI and what we would need to do to talk to > the Camera? > > > Regards, > Brad Davis > Search in this mailing list archive, I was able to setup picamera under FreeBSD with help from others and some messages could be found archive from February this year. Regards, Milan