From owner-freebsd-firewire@FreeBSD.ORG Thu Feb 16 00:24:45 2006 Return-Path: X-Original-To: freebsd-firewire@freebsd.org Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F8416A420 for ; Thu, 16 Feb 2006 00:24:45 +0000 (GMT) (envelope-from maht0x0r@xsmail.com) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED83143D45 for ; Thu, 16 Feb 2006 00:24:43 +0000 (GMT) (envelope-from maht0x0r@xsmail.com) Received: from aamta10-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060216002442.SOGQ23947.mta09-winn.ispmail.ntl.com@aamta10-winn.ispmail.ntl.com> for ; Thu, 16 Feb 2006 00:24:42 +0000 Received: from ffr.maht0x0r.net ([82.30.20.211]) by aamta10-winn.ispmail.ntl.com with SMTP id <20060216002442.KUOA4827.aamta10-winn.ispmail.ntl.com@ffr.maht0x0r.net> for ; Thu, 16 Feb 2006 00:24:42 +0000 Date: Thu, 16 Feb 2006 00:24:42 +0000 From: Lawless McNutty To: freebsd-firewire@freebsd.org Message-Id: <20060216002442.118cf6d4.maht0x0r@xsmail.com> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: firewire camera control X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 00:24:45 -0000 Hi, I covert the linux command dvcont http://linuxcommand.org/man_pages/dvcont1.html And I've been reading the source code using libraw1394 they send 44 bytes (if my counting is correct =) of data to the node and the camera starts playing (or one of many exciting functions). I've been reading through /usr/src/sys/dev/firewire/ but can't spot where a similar transaction could take place and the naming conventions don't seem to overlap. I'm going to bed now, but while I sleep can anyone out there offer some assistance of where I should be looking ? cheers matt