<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J-Doc &#187; dv</title>
	<atom:link href="http://jsilva.komodoopenlab.com/blog/archives/tag/dv/feed" rel="self" type="application/rss+xml" />
	<link>http://jsilva.komodoopenlab.com/blog</link>
	<description>inclusion, equity, open source</description>
	<lastBuildDate>Sun, 21 Feb 2010 00:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grab video from a DV camera with Kino</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/359</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/359#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:59:49 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[dv]]></category>
		<category><![CDATA[GNU linux]]></category>
		<category><![CDATA[ieee1394]]></category>
		<category><![CDATA[kino]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=359</guid>
		<description><![CDATA[First, you need to make sure you have kino installed:
$ sudo apt-get install kino
then, connect your camera with the firewire cable and make sure the iee1394 module is loaded. Doing:
$ lsmod &#124; grep ieee1394
should give you:
ieee1394              108288  4 dv1394,raw1394,sbp2,ohci1394
Now make sure [...]]]></description>
			<content:encoded><![CDATA[<p>First, you need to make sure you have kino installed:</p>
<pre>$ sudo apt-get install kino</pre>
<p>then, connect your camera with the firewire cable and make sure the <code>iee1394</code> module is loaded. Doing:</p>
<pre>$ lsmod | grep ieee1394</pre>
<p>should give you:</p>
<pre>ieee1394              108288  4 dv1394,raw1394,sbp2,ohci1394</pre>
<p>Now make sure the device <code>/dev/raw1394</code> has been created. Doing:</p>
<pre>$ ls -all /dev/raw1394</pre>
<p>should give you something like:</p>
<pre>crw-rw---- 1 root disk 171, 0 2009-06-10 09:56 /dev/raw1394</pre>
<p>Also, make sure <code>/dev/raw1394</code> belongs to either the <code>disk</code> or <code>video</code> groups. You will notice in the output above that my <code>/dev/raw1394</code> belongs to the <code>disk</code> group, so it&#8217;s ok, but if this is not the case for you, then you can fix it by doing:</p>
<pre>$ sudo chown root.disk /dev/raw1394</pre>
<p>Finally, add yourself to the <code>disk</code> or <code>video</code> groups (whichever group you added the device to):</p>
<pre>$sudo useradd -G [group-name] [user-name]</pre>
<p>Now Kino should be able to recognize the camera and you should be able to transfer your videos to your computer!</p>
]]></content:encoded>
			<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/359/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
