<?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>tomputer &#187; photography</title>
	<atom:link href="http://droza.net/blog/tag/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://droza.net/blog</link>
	<description>Software. Gadgets. Music. Rants. By Tom D'Roza</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:10:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making the eFrame more interesting</title>
		<link>http://droza.net/blog/2009/04/07/making-the-eframe-more-interesting/</link>
		<comments>http://droza.net/blog/2009/04/07/making-the-eframe-more-interesting/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:25:02 +0000</pubDate>
		<dc:creator>tdroza</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[digital frame]]></category>
		<category><![CDATA[eframe]]></category>
		<category><![CDATA[eframe1000]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://droza.net/blog/?p=177</guid>
		<description><![CDATA[
th {border: 1px solid #aaa;background-color:#e0e0e0;}
td {border: 1px solid #ccc;background-color:#f0f0f0;}

In my last post I gave my first impressions of the BT eFrame1000 &#8211; a wifi equipped digital photo frame, and I hinted that I&#8217;d started to investigate how to exploit a feature that&#8217;s intended for streaming Flickr photo albums so that I could view information from [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
th {border: 1px solid #aaa;background-color:#e0e0e0;}
td {border: 1px solid #ccc;background-color:#f0f0f0;}
</style>
<p>In my <a href="http://droza.net/blog/2009/03/28/bt-eframe-1000-first-thoughts/" target="_self">last post</a> I gave my first impressions of the <a href="http://www.shop.bt.com/productview.aspx?Quicklinx=53NL" target="_blank">BT eFrame1000</a> &#8211; a wifi equipped digital photo frame, and I hinted that I&#8217;d started to investigate how to exploit a feature that&#8217;s intended for streaming Flickr photo albums so that I could view information from other sites. So far, I&#8217;ve had some success at cajoling the frame into displaying pictures from sites other than Flickr, and showing news and weather updates. Here&#8217;s how&#8230;</p>
<h2><img class="size-medium wp-image-192" title="p3300119-small" src="http://droza.net/blog/wp-content/uploads/2009/03/p3300119-small-300x225.jpg" alt="p3300119-small" width="300" height="225" /></h2>
<h2>Background</h2>
<p>The eFrame 1000 has a feature that can be configured (via the Windows PC software) with URLs for Flickr photo albums. Once configured, you can go to the frame and select Photos &gt; Flickr &gt; [Album Name] to stream the photos in that album directly from Flickr over your wireless network without needing a computer to be switched on. All references to this feature on the frame, the PC software and in the documentation specifically refer to Flickr and Flickr only (I suspect that&#8217;s because Yahoo! (who own Flickr) have a partnership with BT who make the frame and the two companies co-brand some of their broadband products). This feature works because each public album/stream/group on flickr has an RSS url that users can subscribe to in order to see the 20 most recent uploads.</p>
<h2>Non-Flickr feeds</h2>
<p>A flickr RSS feed contains a link to each image (and a smaller thumbnail version). It turns out that although it&#8217;s not a documented feature, you can configure the frame to use any RSS feed that&#8217;s in the correct format and the frame won&#8217;t care that it isn&#8217;t coming from flickr.com. Be warned though, you can&#8217;t just take a regular RSS news feed, it has to be a feed where every item contains an embedded image in the same format used by Flickr e.g:</p>
<pre class="brush: xml;">
&lt;media:content url=&quot;http://farm4.static.flickr.com/3483/3290803901_527112a24e_o.jpg&quot;
type=&quot;image/jpeg&quot;
height=&quot;1920&quot;
width=&quot;2560&quot;/&gt;
&lt;media:thumbnail url=&quot;http://farm4.static.flickr.com/3483/3290803901_9178782db5_s.jpg&quot;
height=&quot;75&quot;
width=&quot;75&quot; /&gt;
</pre>
<p>I haven&#8217;t yet determined whether the media:thumbnail tag is used.</p>
<h2>Frame Channel</h2>
<p>The best site so far has been FrameChannel.com. This is a service designed for wifi picture frames whereby a user creates their own channel by subscribing to &#8220;widgets&#8221;. It&#8217;s intended for framechannel specific frames that will make full use of their API to control slideshow speed, transitions, order etc, but they also provide an RSS feed in a format that works with the eFrame. So, if you subscribe to a weather report, you configure the widget on the frame channel website with your location and then the RSS feed for you channel will contain an image that is created by the weather widget to show your local forecast. Similarly the reuters news widget will generate an image in the feed containing a brief headline and associated picture. The RSS feed is a little hidden away so here&#8217;s how you find it: Sign in to your framechannel account. Configure your channel. Go to &#8220;My Account&#8221;. Copy the feed url that appears just below the tab bar into your browsers address bar and load the feed. Then drag the url from your address bar into the flickr feed url box in the eFrame software and click &#8220;Update&#8221;  &#8211; that will download the configuration to your frame. Then in future on your frame you can go to Photos &gt; Flickr  and you&#8217;ll see an album named something like &#8220;FrameChannel content for&#8230;&#8221;.</p>
<h2>Other sites</h2>
<p>I&#8217;ve had some success at finding other sites that work with the eFrame. I&#8217;ll keep the list below up-to-date as I find others.</p>
<table class="tdtable" border="0">
<thead>
<tr>
<th>Site</th>
<th>Works?</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td>Flickr</td>
<td>
<p style="text-align: center;"><img class="size-full wp-image-159 aligncenter" title="tick" src="http://droza.net/blog/wp-content/uploads/2009/03/tick.png" alt="Yes" width="16" height="16" /></p>
</td>
<td></td>
</tr>
<tr>
<td>FrameChannel</td>
<td>
<p style="text-align: center;"><img class="size-full wp-image-159 aligncenter" title="tick" src="http://droza.net/blog/wp-content/uploads/2009/03/tick.png" alt="Yes" width="16" height="16" /></p>
</td>
<td></td>
</tr>
<tr>
<td>Picasa</td>
<td>
<p style="text-align: center;"><img class="size-full wp-image-160 aligncenter" title="cross" src="http://droza.net/blog/wp-content/uploads/2009/03/cross.png" alt="No" width="16" height="16" /></p>
</td>
<td>Feeds for individual albums appear to be the correct format so not sure why the PC software doesn&#8217;t accept it</td>
</tr>
<tr>
<td>SmugMug</td>
<td>
<p style="text-align: center;"><img class="size-full wp-image-160 aligncenter" title="cross" src="http://droza.net/blog/wp-content/uploads/2009/03/cross.png" alt="No" width="16" height="16" /></p>
</td>
<td>PC software accepts the feed, but the frame hangs when I try to view it.</td>
</tr>
<tr>
<td>Webshots</td>
<td>
<p style="text-align: center;"><img class="size-full wp-image-159 aligncenter" title="tick" src="http://droza.net/blog/wp-content/uploads/2009/03/tick.png" alt="Yes" width="16" height="16" /></p>
</td>
<td>Tested with the &#8220;news&#8221; category</td>
</tr>
</tbody>
</table>
<p><span style="font-size: 8pt">Tick/Cross images from <a href="http://famfamfam.com" target="_blank">FamFamFam</a> <a href="http://www.famfamfam.com/lab/icons/silk/" target="_blank">Silk</a> library.</span></p>
<h2>Potential Gotchas</h2>
<p>I had a few issues with the PC software for the eFrame in that when I tried to load a feed that it didn&#8217;t like, it then subsequently failed to accept any other feeds (even valid ones) and just failed silently without any error message. I had to shutdown the sofware (from the system tray) and restart before it would start accepting new feeds again.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdroza.net%2Fblog%2F2009%2F04%2F07%2Fmaking-the-eframe-more-interesting%2F&amp;title=Making+the+eFrame+more+interesting" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://droza.net/blog/2009/04/07/making-the-eframe-more-interesting/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>BT eFrame 1000: First thoughts</title>
		<link>http://droza.net/blog/2009/03/28/bt-eframe-1000-first-thoughts/</link>
		<comments>http://droza.net/blog/2009/03/28/bt-eframe-1000-first-thoughts/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 23:01:40 +0000</pubDate>
		<dc:creator>tdroza</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[eframe]]></category>
		<category><![CDATA[eframe1000]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://droza.net/blog/?p=158</guid>
		<description><![CDATA[This week I bought a digital photo frame. I&#8217;ve been tempted to get one of these for a while but been put off until now for a few reasons:

The &#8220;affordable&#8221; screens are either very small or very low resolution (or both).
I run XBMC on my old Xbox so can view every photo I&#8217;ve ever taken [...]]]></description>
			<content:encoded><![CDATA[<p>This week I bought a digital photo frame. I&#8217;ve been tempted to get one of these for a while but been put off until now for a few reasons:</p>
<ul>
<li>The &#8220;affordable&#8221; screens are either very small or very low resolution (or both).</li>
<li>I run XBMC on my old Xbox so can view every photo I&#8217;ve ever taken on the 37&#8243; LCD in the living room anyway.</li>
<li>Cropping and copying images to a memory card and transferring to the frame seemed like too much hassle.</li>
</ul>
<p><img class="alignleft size-full wp-image-173" title="eframe1000" src="http://droza.net/blog/wp-content/uploads/2009/03/eframe1000.jpg" alt="eframe1000" width="400" height="300" /></p>
<p>Frames equipped with WiFi provide a solution to the issue of transferring images to the frame and have been around for a while now but are usually expensive and often tied to a specific photo sharing site or need an ongoing subscription. Enter the <a href="http://www.shop.bt.com/productview.aspx?Quicklinx=53NL" target="_blank">BT eFrame 1000</a> which until recently was £130, but last week I noticed has been reduced to just under £40 (less if you happen to work for said company and get an extra few pounds staff discount, ahem! End of disclaimer). At that price it&#8217;s comparable to the run-of-the mill unbranded, low-res screens and I decided was worth a punt. It arrived yesterday and here are my initial thoughts&#8230;</p>
<p><span id="more-158"></span></p>
<h2>Screen quality</h2>
<p>At the end of the day this is what really matters &#8211; all the fancy features in the world would be a waste of time if the pictures looked awful right?. Fortunately they don&#8217;t. The screen 800&#215;600 resolution which is pretty high for an 8&#8243;digital photo frame and the images look really great &#8211; very crisp, and very bright (perhaps aided by the matt black surround).</p>
<h2>Appearance</h2>
<p>The matt black frame may not suit everyone (and is quite wide at 1.5&#8243;) and is unfortunately not interchangeable. However it&#8217;s quite subtle and I&#8217;m tempted to try mounting it inside a nice large wooden frame anyway to disguise it further. An added bonus is that BT chose not to emblazen the frame with any logos, graphics or text as many other manufacturers do. There&#8217;s a small IR receiver embedded in the surround below the screen for the remote control, 6 buttons on the top edge of the screen for power and menu navigation, and on the right edge is the card reader (CF/SD/MMC/MS(pro)), a USB port (for viewing images on a memory stick), a mini USB port (for connecting to the PC to download images to the frame), and the power connector. One thing I noticed about the position of the power connector is that the power cable sticks out slightly on the right-edge of the frame so is visible from the front &#8211; it should really have either been positioned on the back of the frame, or the power cable should be fitted with an elbow so that the trailing cable can&#8217;t be seen from the front.</p>
<h2>Features</h2>
<p>The frame displays photos in JPG format as you&#8217;d expect (I haven&#8217;t tried other formats) and will play back mp3 audio files. I haven&#8217;t tried video yet, but it&#8217;s not listed as a feature so I don&#8217;t expect it to work. Pictures and audio can be played back from the onboard 128MB memory; from a memory card in the card reader or usb port; and can be streamed from a shared folder on your network (which required the included Windows-only software to be installed). In addition, it can load images from a public Flickr RSS feed (a Windows PC is needed for the initial configuration but after that the PC doesn&#8217;t need to be running). I&#8217;ve been able to exploit this feature to stream images and news/weather info from a range of other sites (more about that in my next post). One note about public Flickr RSS feeds: because the frame doesn&#8217;t log in to your flickr account it can only retrieve public feeds, and Flickr will only return the 20 most recent images in their public feeds so even if you have thousands of images in a flickr-pro account, don&#8217;t expect to be able to view more than the most recent 20 uploads.</p>
<h2>Navigation</h2>
<p>Menus are clear, the UI is clean and consistent with heavy use of a standard icon theme that is appearing on lots of the BT&#8217;s websites and products (I&#8217;m thinking of the HomeHub and BroadbandAnywhere mobile handsets in particular) and the navigation is generally pretty good all-round. You drill down into menus with the right arrow, use the left arrow to go back and up/down keys to scroll though the current menu (OK to select). The area that really lets it down is the use of the buttons on the supplied remote control. There are 3 menu buttons labelled A, B and C which have different (and inconsistent) functions depending on your current operation: The C button is often used as Cancel  but in a slideshow will rotate the current image rather than quit the slideshow (that would be the left-arrow) for example.</p>
<h2>Performance</h2>
<p>I haven&#8217;t timed any operations or had time to really thrash the frame but it has a generally responsive feel so far. Menus respond quickly, images can be rotated in a couple of seconds (though zooming seems to take a little longer). There are no slick sliding iPhone-esque menus here, but I guess it&#8217;s only equipped with a relatively modest processor. Streaming images from the local network or internet feels like it takes a comparable amount of time to what it would take to load the same image on a PC (i.e. the frame isn&#8217;t adding noticeable additional delays). It could be faster of course, but it doesn&#8217;t feel overly sluggish under normal operation.</p>
<h2>PC Software</h2>
<p>The PC software is used to configure the frame to view Flickr albums or local network shares and can also be used to copy images to the frames internal storage. Some will complain that the software is windows only, but that&#8217;s not been a problem for me. The windows software looks good (slick glass-effect buttons carried over from the UI on the frame itself) but it has a few annoying traits: it&#8217;s set to be always-on-top and that can&#8217;t be disabled. When you hit the close icon, it only minimises to the system tray. Then when you click to &#8220;Manage Flickr Albums&#8221; it opens the flickr website in a browser but it&#8217;s always InternetExplorer even though Firefox is already running and is my default browser. If I go back and forth between the main menu and the Flickr setup screen, it will open the flickr website in a new IE window every single time.</p>
<h2>Hackability</h2>
<p>Ok I admit that this is more applicable to me that it would be to the average user of the frame&#8230; So far, I&#8217;ve tried opening a web browser, an ftp and a telnet connection directly to the frame&#8217;s IP address but not had any luck yet. There are a few port numbers listed in an ini file sitting in the application&#8217;s install folder which will be my next angle of investigation. My biggest success so far has been in getting the frame to show news and weather reports by configuring it with RSS urls for sites other than Flickr &#8211; I write more on this in my next post but I&#8217;m quite excited by the possibilities that this could offer. Potentially I could use the frame to read my twitter stream, or local traffic conditions, or stock alerts. Actually I think BT have missed a big opportunity here because they could use the frame in conjunction with their other products &#8211; e.g. as a program guide for the Vision TV service, to view a list of missed calls and messages on my landline or to view stats about my recent calls (duration, distance, time of day, cost).</p>
<h2>Overall</h2>
<p>At this price point it&#8217;s difficult to find any serious faults that I can&#8217;t live with. Perhaps the biggest let-down is the PC software but once the frame has been set up, I&#8217;m unlikely to use the PC software very often anyway. It&#8217;s only been 2 days, but so far I&#8217;m happy with my purchase.</p>
]]></content:encoded>
			<wfw:commentRss>http://droza.net/blog/2009/03/28/bt-eframe-1000-first-thoughts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open University Photography Course</title>
		<link>http://droza.net/blog/2008/09/16/open-university-photography-course/</link>
		<comments>http://droza.net/blog/2008/09/16/open-university-photography-course/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 15:51:11 +0000</pubDate>
		<dc:creator>tdroza</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[digital photography]]></category>
		<category><![CDATA[open university]]></category>
		<category><![CDATA[ou]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[t189]]></category>

		<guid isPermaLink="false">http://droza.net/blog/2008/09/16/open-university-photography-course/</guid>
		<description><![CDATA[ In May this year I enrolled in a photography course at the Open University. I&#8217;ve been interested in photography for a while (I&#8217;m on my fifth digital camera in not many more years) but it was when I bought a Canon EOS 400d digital SLR a year ago that my interest became more serious. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/tdroza/2756831267/"> </a>In May this year I enrolled in a photography course at the Open University. I&#8217;ve been interested in photography for a while (I&#8217;m on my fifth digital camera in not many more years) but it was when I bought a Canon EOS 400d digital SLR a year ago that my interest became more serious. I had a look at the local college and looked into a couple of one or two day courses offered by local photographers but settled on the Open University&#8217;s <a href="http://www3.open.ac.uk/courses/bin/p12.dll?C01T189" target="_blank">Digital photography: creating and sharing better images</a> (course code: T189) as being the best value and most comprehensive. It&#8217;s a ten week course (run twice a year in May and October) and the focus is a roughly 50:50 split between in camera techniques and the so-called &#8220;digital darkroom&#8221; of image manipulation on the computer. This may not suit everyone as some believe that a photograph should be taken correctly in the first place and any post-processing is &#8220;cheating&#8221; but it suited me just fine.  The course is worth 10 Open University points (most OU qualifications are multiples of 20 points) but I intended to do the course to improve my photography rather than to work toward a recognised qualification.</p>
<p><a href="http://www.flickr.com/photos/tdroza/2756831267/"></p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3231/2831560520_1e426fae0c_m.jpg" width="240" height="157" /></p>
<p></a> <a href="http://www.flickr.com/photos/tdroza/2756831267/"> </a></p>
<p><span id="more-67"></span>As with many OU courses there is no instructor led face-to-face training, after enrolling for the course students receive a couple of DVDs with course notes, video tutorials and a copy of Adobe Photoshop Elements.  All of the content can also be accessed on the OU website, although the videos are necessarily of lower quality which make the Photoshop tutorials difficult to follow. The course currently uses Elements version 5, which is not the latest version (version 7 will be released shortly) but is more than adequate.<a href="http://www.flickr.com/photos/tdroza/2756831267/"> </a></p>
<p>Each week students must read the notes for that week and watch the video tutorials which are generally a narrated recording of an instructor demonstrating a Photoshop technique &#8211; for the first couple of weeks one of the instructors had a slow monotonous voice that made the videos difficult to follow but this improved greatly with the instructors in later weeks. There&#8217;s then a practical exercise each week where students must submit a minimum of two but up to ten photos electronically using &#8220;Open Studio&#8221; (an online photo sharing site similar to flickr or picasa) for fellow students to critique. There&#8217;s no formal feedback from instructors, although there are experienced moderators who may also comment on students&#8217; work.</p>
<p><a href="http://www.flickr.com/photos/tdroza/2756831267/"></p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3032/2756831267_a1bbc3803d_m.jpg" width="240" height="160" /></p>
<p></a></p>
<p>The OU say that any camera may be used for the course (2 Megapixel or above if it&#8217;s digital) and that an SLR is not required. However, I would say that a digital rather than film camera is essential as it would be too difficult to take a whole film of photographs each week in order to have it developed and digitised in order to submit pictures for that week&#8217;s task. I&#8217;d agree that an SLR is not essential (lots of my course mates were using compact digital cameras) but a camera with some level of manual settings is a must.</p>
<p>There were a couple of things that I thought could be improved with the course: one subject that I expected to be covered but wasn&#8217;t was flash photography (diffusers, slow sync, front/rear curtain).  I also felt that the topics were a little weak in the last couple of weeks &#8211; almost as though they had struggled to find enough material to fill the full 10 weeks, although I think the OU would argue that this was to allow students that may have missed earlier topics to catch up before the final assessment. Finally, although the Open Studio website was very well designed, the accompanying forum was non-intuitive and amongst the worst I have ever used. In fact I suspect that many students (myself included) didn&#8217;t use the forum because it was so poor choosing instead to have conversations using the commenting system in Open Studio or moving on to the T189 group on flickr. However, I know that this was only the second time that the course had been run and that improvements are being made to the online systems.</p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/tdroza/2686056622/"><img src="http://farm4.static.flickr.com/3208/2686056622_b4c6e6bbf5_m.jpg" width="240" height="157" /></a></p>
<p>Overall I found T189 to be a very rewarding course and my fellow students provided encouragement and useful tips. I know understand concepts like depth-of-field and could even tell you what (most of) the abbreviations and funny little symbols on my camera all do! The weekly tasks are great because they give you a reason to go out and take photos each week My confidence and the quality of my photos has certainly improved as a result. &#8211; I might have found this more difficult if I had done the course in October: there are only so many pictures you can take in a grey and rainy Suffolk! Before I completed the course I would take photos save them to my computer and tag them, now I find myself cropping, straightening, tweaking the levels, adjusting the colour balance, cloning out distractions, sharpening, dodging, burning&#8230;</p>
<p>There&#8217;s a mid-course assessment (multiple choice Q&amp;A) and at the end of the course, students must submit a panel of 10 photographs and submit a written piece to answer a selection of questions about the photos they submit. I believe that students then get a pass or fail along with a score (I&#8217;ll find out at the end of the week when I get my result!) and those students getting the higher results are encouraged to work toward Licentiateship Distinction at the <a href="http://www.rps.org" target="_blank">Royal Photographic Society</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://droza.net/blog/2008/09/16/open-university-photography-course/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create 2D panoramic pictures with autostitch</title>
		<link>http://droza.net/blog/2008/04/02/create-2d-panoramic-pictures-with-autostitch/</link>
		<comments>http://droza.net/blog/2008/04/02/create-2d-panoramic-pictures-with-autostitch/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:18:54 +0000</pubDate>
		<dc:creator>tdroza</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[autostitch]]></category>

		<guid isPermaLink="false">http://droza.net/blog/2008/04/02/create-2d-panoramic-pictures-with-autostitch/</guid>
		<description><![CDATA[Here&#8217;s a recommendation for a piece of softare I&#8217;ve been using for a couple of years. Autostitch is a fantastic piece of software for creating panoramic images and the results are nothing short of amazing. I&#8217;ve tried several photo-stitching applications in the past: some require lots of manual intervention to approximately align the photos in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a recommendation for a piece of softare I&#8217;ve been using for a couple of years. <a href="http://www.autostitch.net" target="_blank">Autostitch </a>is a fantastic piece of software for creating panoramic images and the results are nothing short of amazing. I&#8217;ve tried several photo-stitching applications in the past: some require lots of manual intervention to approximately align the photos in the correct order, others produce distorted or blurry images. Autostitch has none of these problems, just import a bunch of pictures and it works out which of them are part of the same scene (it will exclude any that don&#8217;t fit but it&#8217;s quicker if you only select the images you want to join together), it works out which images need to go where, and it then creates a single panoramic image. Another great feature is that it can create 2-dimensional panoramas &#8211; most other applications only create 1D panoramas so the camera has to be panned in the x- or y-axis but not both. This is great for creating an image where you can&#8217;t get a wide enough shot to include the whole scene -for example when photographing a building on a narrow road where can&#8217;t position the camera far enough away to fit it all in. Oh, and did I mention that autostitch is free?</p>
<p><img src="http://farm4.static.flickr.com/3084/2359091406_426b5db9a6.jpg?v=0" alt="Millennium Bridge, London. Can you spot the joins?" height="184" width="500" /><span id="more-52"></span></p>
<p>The autostitch software is the result of a research project at the University of British Columbia and the technology has been licenced to other companies for use in commercial products &#8211; it&#8217;s even been licensed to George Lucas&#8217; ILM for production of panoramic images for films. The free version has a quite a clunky interface with a bit of a &#8220;proof-of-concept&#8221; feel about and although it provides a ton of options for customisation the only think I ever change is the amount of memory that the app can consume (I usually allocate all the physical RAM in my PC), and the size of the output image (larger images take considerably longer to produce). The app itself is only 0.75MB to download, requires no installation and when the trial period expires just download a new copy!</p>
<p>The example images here are my own very <a href="http://www.flickr.com/photos/tdroza/tags/autostitch" title="my own autostitched images on flickr">basic efforts</a>. For some really impressive images checkout flickr for images tagged with autostitch: <a href="http://www.flickr.com/photos/tags/autostitch" target="_blank">flickr.com/photos/tags/autostitch</a></p>
<p><img src="http://farm1.static.flickr.com/48/125219692_67966eb4ef.jpg?v=0" alt="Ramsholt, Suffolk. Stitched from 4 separate images." height="264" width="500" /></p>
<p>I have no association with autostitch other than as a user of the software.</p>
<p><a href="http://www.autostitch.net" target="_blank">www.autostitch.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://droza.net/blog/2008/04/02/create-2d-panoramic-pictures-with-autostitch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
