<?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; eframe1000</title>
	<atom:link href="http://droza.net/blog/tag/eframe1000/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>
	</channel>
</rss>
