Subject: Re: firewire PMC module
To: None <feng1@bnl.gov>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: port-powerpc
Date: 07/10/2005 22:49:50
Hi,
From: Kate Feng <feng1@bnl.gov>
Date: Thu, 07 Jul 2005 13:24:52 -0400
> Was it tested on the PCI bus ? What devices did you use to
> test the controller ? Did anyone write the code that follows
> the IIDC 1394-based digital camera specification ?
see man fwctl(8). # or fwcontrol(8)
-R filename
Receive DV stream and dump it to a file. Use Ctrl-C to stop the
receiving. Some DV cameras seem not to send the stream if a bus
manager exits. If you cannot get the stream, try the following
commands:
sysctl hw.ieee1394if.try_bmr=0
fwctl -r
The resulting file contains raw DV data excluding isochronous
header and CIP header. It can be handled by libdv in the FreeBSD
Ports Collection.
--
kiyohara