<?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>blacklog &#187; video</title>
	<atom:link href="http://blacklog.mitplw.com/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blacklog.mitplw.com</link>
	<description>Luis Blackaller at MITPLW</description>
	<lastBuildDate>Sun, 25 Jul 2010 06:38:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Shrunken Red Hook on Radar</title>
		<link>http://blacklog.mitplw.com/2009/11/04/shrunken-red-hook-on-radar/</link>
		<comments>http://blacklog.mitplw.com/2009/11/04/shrunken-red-hook-on-radar/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:48:00 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[action]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[public art]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blacklog.mitplw.com/?p=1584</guid>
		<description><![CDATA[Honey I shrunk the Red Hook on Radar]]></description>
			<content:encoded><![CDATA[<p><object id="bbg_player" width="550" height="338" data="http://www.babelgum.com/embed/4007148" type="application/x-shockwave-flash"><param name="movie" value="http://www.babelgum.com/embed/4007148" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="never" /></object></p>
<p><a href="http://workbookproject.com/radar/2009/11/04/redhook/">Honey I shrunk the Red Hook on Radar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2009/11/04/shrunken-red-hook-on-radar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Document based makes sense after all</title>
		<link>http://blacklog.mitplw.com/2008/04/02/document-based-makes-sense-after-all/</link>
		<comments>http://blacklog.mitplw.com/2008/04/02/document-based-makes-sense-after-all/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:53:04 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[cocoa]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=586</guid>
		<description><![CDATA[In a recent note about the Video2Web Cocoa exercise I made, I mentioned that there was no real need for for the application to be document based, but when I tried to manage input from several camera devices at the same time, it suddenly made sense to have the option of having the input from [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent note about the <a href="http://blacklog.mitplw.com/2008/02/29/video2web/">Video2Web</a> Cocoa exercise I made, I mentioned that there was no real need for for the application to be document based, but when I tried to manage input from several camera devices at the same time, it suddenly made sense to have the option of having the input from each camera managed by a different document. The version of <strong>Video2Web</strong> that is available for download still doesn&#8217;t have this features, because I am still figuring out the better way to manage the different cameras, but I&#8217;ll have it ready soon.</p>
<p><img src="http://blacklog.mitplw.com/wp-content/uploads/custom-content/video_capture_550.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2008/04/02/document-based-makes-sense-after-all/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video2Web</title>
		<link>http://blacklog.mitplw.com/2008/02/29/video2web/</link>
		<comments>http://blacklog.mitplw.com/2008/02/29/video2web/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 07:18:45 +0000</pubDate>
		<dc:creator>black</dc:creator>
				<category><![CDATA[cocoa]]></category>
		<category><![CDATA[plw]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://plw.media.mit.edu/people/black/journal/?p=583</guid>
		<description><![CDATA[Last week I made a miniCocoa application that captures frames from a live video stream and posts them to the web as a practice exercise for my thesis project, because I need to deal with ways of capturing pixels from OpenGLViews and other kinds of NSViews, and figure out how to broadcast or publish them [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://black.mitplw.com/video2web/"><img src="/wp-content/uploads/custom-content/v2w.png" /></a></p>
<p>Last week I made a miniCocoa application that captures frames from a live video stream and posts them to the web as a practice exercise for my thesis project, because I need to deal with ways of capturing pixels from<strong> OpenGLViews</strong> and other kinds of <strong>NSViews</strong>, and figure out how to broadcast or publish them to the network.</p>
<p>Video2Web is a good and very simple example that deals with the <a href="http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSDocument_Class/Reference/Reference.html">NSDocument</a>, <a href="http://developer.apple.com/documentation/QuickTime/Reference/QTCaptureView_Class/Reference/Reference.html">QTCaptureView</a> and <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html">NSURLConnection</a> Cocoa classes. The <a href="http://developer.apple.com/documentation/QuickTime/Conceptual/QTKitCaptureProgrammingGuide/CreatingStopMotionApplication/chapter_5_section_1.html#//apple_ref/doc/uid/TP40004574-CH6-SW7">StillMotion</a> example from Apple&#8217;s confusing <strong>QTKit</strong> Capture Programming Guide was very useful to deal with the capture of images from the video stream, although I haven&#8217;t found a way to integrate the code I needed into a Cocoa app that was not document based. Hence <strong>Video2Web</strong> is document based, even though there is no real need for it to be, other than I couldn&#8217;t make it work otherwise.</p>
<p>You can download Video2Web <a href="http://black.mitplw.com/video2web/">here</a> and play with it if you want (no warrantee). Video2Web will post screenshots from your video to <strong>PictureXS</strong> every time you press the <strong>p</strong> key, tagging them with the date and time zone data from your computer, and it will save them to your desktop every time you press the <strong>s</strong> key. It is buggy and unstable, obviously because there is a difference between making things work and making them work right, but it makes me happy that it works, and it doesn&#8217;t hurt anybody that it crashes all the time <strong>=)</strong>. I might make the source code available once I figure out how to write it better.</p>
<p><a href="http://pixs.media.mit.edu/tag/live-video">This</a> are some captures from the first sessions when Video2Web still tagged every capture with <strong>live-video</strong>. I later decided to add some DateTime information to separate the captures by time and time zone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blacklog.mitplw.com/2008/02/29/video2web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
