<?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>Electric Shuttersounds</title>
	<atom:link href="http://shuttersounds.thedailynathan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shuttersounds.thedailynathan.com</link>
	<description>Photographic adoxography at its finest</description>
	<lastBuildDate>Wed, 21 Apr 2010 10:33:52 +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>A Quick Idea &#8211; Image Sensor Based on Time-to-saturate</title>
		<link>http://shuttersounds.thedailynathan.com/2010/04/21/image-sensor-based-on-time-to-saturate/</link>
		<comments>http://shuttersounds.thedailynathan.com/2010/04/21/image-sensor-based-on-time-to-saturate/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:33:52 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[The Science of It]]></category>
		<category><![CDATA[blown highlights]]></category>
		<category><![CDATA[crushed shadows]]></category>
		<category><![CDATA[dynamic range]]></category>
		<category><![CDATA[image sensor]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[noise floor]]></category>
		<category><![CDATA[photon noise]]></category>
		<category><![CDATA[photon-counting]]></category>
		<category><![CDATA[saturated photowell]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[shot noise]]></category>
		<category><![CDATA[time-to-saturate]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=438</guid>
		<description><![CDATA[Apologies (as always) for the infrequent updates to this blog. This semester has been a lot rougher than in the past, so I don&#8217;t know if I&#8217;ll have time to post anything more until the end of break.
I had a quick idea I wanted to jot down, and I haven&#8217;t found anything on it. I [...]]]></description>
			<content:encoded><![CDATA[<p>Apologies (as always) for the infrequent updates to this blog. This semester has been a lot rougher than in the past, so I don&#8217;t know if I&#8217;ll have time to post anything more until the end of break.</p>
<p>I had a quick idea I wanted to jot down, and I haven&#8217;t found anything on it. I feel like someone out there must have thought up something similar already, or it&#8217;s already in the works at some black lab of a sensor company or something.</p>
<p>The idea I have is an image sensor that measures light intensity based on time-to-saturate &#8211; the time it takes for a particular photowell (representing a pixel) to saturate to its maximum capacity. The concept I&#8217;ve come up with has some interesting theoretical advantages in dynamic range over conventional photon-counting designs used today.</p>
<h2>Imaging today &#8211; photon counting</h2>
<p>First, a layman&#8217;s overview of how the conventional photon-counting design works in today&#8217;s sensors:</p>
<p>The sensor is a light sensitive device, and whenever photons come into contact with it, they are absorbed and a proportional number of photoelectrons are &#8220;knocked out&#8221; by the photon energy and collected in a photowell. From this photowell, a voltage measurement is taken, and this ultimately translates to a brightness value in the resulting image. In essence: Image brightness ∝ voltage reading ∝ electrons collected ∝ photons collected.</p>
<p>When taking an image, there is a set exposure duration, often referred to as a &#8220;shutter speed&#8221; in photography terms. This defines the time when a sensor is exposed to and detecting light &#8211; the exposure starts, light hits the sensors, exposure stops, and then we count the photons.</p>
<p>A limiting factor in this design is the photowell capacity. The number of electrons that can be stored in a well is finite, and once the photowell capacity is saturated, any additional electrons are not collected and hence the photons they correlate to are not counted. On the flipside, there is also a noise floor, where enough electrons must be gathered to produce a signal that is discernible from the random signal variation due to various forms of dark (thermal), electronics (read), and shot (photon) noise.</p>
<p>These two attributes lead to a problem of dynamic range &#8211; in scenes where light intensity differs greatly between the darkest and brightest areas, the sensor is simply unable to measure the full range of brightnesses and must cap measurements above and/or below a certain threshold.  This leads to the &#8220;blown highlights&#8221; and &#8220;crushed shadows&#8221; attribute often found in photos of large dynamic range scenes.</p>
<h2>Time-to-saturate</h2>
<p>The idea behind a time-to-saturate sensor is fairly simple. What we aim to measure in an image is light intensity &#8211; the flux of photons per time per area. The area is cancelled out of the equation by the photosite corresponding to a pixel being a certain area, so the measure we are really after is photons per time, for each pixel.</p>
<p>With photon counting, we fix a shutter speed (time duration), and then count the number of photons (via voltage measurement of photoelectrons) captured in that span, and use both to derive the intensity:</p>
<p>Intensity = photons / time = photons recorded / shutter speed</p>
<p>In time-to-saturate, the photon count is fixed at the capacity of the photowell, and the variable we measure is the time it takes for an individual well to saturate fully to the capacity.</p>
<p>Intensity = photons / time = max photon capacity / time-to-reach max-photon-capacity</p>
<p>How would the system work exactly? With a time-to-saturate sensor, we use as long a shutter speed as needed to fully saturate all photowells (in a conventional sensor, this is the minimum shutter speed to generate an all-white (max brightness) image). At the moment a photowell reaches capacity, it records a timestamp which will indicate how long it took to reach capacity. Once the exposure is finished, we are then left with a two-dimensional array of saturation times, rather than photon counts. Rather than recording 100k photons at one photosite, and 50k photons at a neighboring photosite where light was half as intense, the readings we get from this sensor would be along the lines of 1 millisecond time-to-saturate for the first photosite, and 2 millisecond time-to-saturate for the second, half-intensity photosite.</p>
<h2>Key Advantages</h2>
<p>There are two key advantages in our ability to take light intensity readings, both ultimately advancing dynamic range:</p>
<ul>
<li>There is virtually no limitation to the range of highlights we can capture, unlike the limitation imposed by the photowell capacity with photon-counting sensors. In our example, if there was a third photosite which had double the intensity of the first 100k photosite, and was exposed to 200k photons, it would only end up recording 100k photons since this is the capacity of the photosite, and thus both pixels would record the same white (max brightness) value, even though the 200k photosite pixel clearly represents a brighter area in the scene than the 100k photosite. A time-to-saturate measurement, by contrast, would simply produce a shorter time measurement: the 200k photosite saturates in 0.5 milliseconds, which we can compare to the 1 millisecond measurement for the first photosite and clearly conclude that the 200k photosite is twice as bright.</li>
<li>Noise levels are reduced to the level of a maximally-saturated photowell. In a photon-counting sensor, any photosite that does not record a max white value by definition recorded a fewer number of photons, and thus produces a sub-optimal signal-to-noise ratio (SNR). Photon or &#8220;shot&#8221; noise has a standard deviation of the square root of the signal &#8211; thus for 100k photons we have √(100,000) = 316.2 photons of standard deviation, and a SNR of N/√(N) = √(N) = 316.2. For 50k photons, however, we have an SNR of √(50,000) = 223.6. In contrast, all photosites in a time-to-saturate sensor reach the max well capacity, and will thus all have the max SNR. This ensures that all photosites record values well above the noise floor, and additionally reduces photon noise for all pixels to the level of a maximally saturated photosite (the 100k photon, 316.2 SNR in this example).</li>
</ul>
<p>In theory, such a sensor would have an infinite dynamic range &#8211; the brightest intensities are simply recorded as short time-to-saturate durations, and enough samples are recorded from the darkest areas to place the measurement well above the noise floor.  This would have huge implications for large dynamic range photography and imaging in general, to be able to record the entire dynamic range of a scene in a single exposure, without having to resort to processing tricks like selective shadow/highlight adjustment or high dynamic range (HDR) blending.</p>
<h2>Potential Feasibility Issues</h2>
<p>I&#8217;m not aware of any sources that have thought of this idea before, but if there are then there must be some large feasibility (or perhaps cost) issues that have prevented its development thus far. The few issues that I can imagine, none of which seem like dealbreakers and none of which would place performance any worse than that of photon-counting methods, in theory:</p>
<ul>
<li>Timing accuracy/precision of photowell saturation. While photon-counting relies on accurate and precise voltage readings from the photowells, a time-to-saturate sensor would need good accuracy and precision in recording time when a photowell reaches saturation. How precise does the time need to be, to equal the theoretical precision of today&#8217;s cameras? Taking the contemporary example of a 100k photon capacity photowell, hooked up to a sensor/imaging pipeline with a 14-bit analog-to-digital converter (found on most high-end cameras today), we would need to quantize measurable photon counts into 2^14 = 16,384 steps. 100,000 / 16,384 = ~6 photons, which is the precision we need to be able to measure time-to-saturation by. Most high-end cameras today operate with a minimum shutter speed of 1/8000 second (125 microseconds) &#8211; a 100k photowell that fully saturates in this time (this is the maximum light intensity the photon-counting sensor is able to record, under any settings) is thus 100,000 photons/125 microseconds = 800,000,000 (0.8 billion) photons / second.  Finally, we use this intensity along with our 6 photon steps to arrive at 6 photons / (0.8 billion photons/second) = 7.6 nanoseconds. This is the precision with which a time-to-saturate sensor needs to record time by. Of course, depending on the application the numbers can vary &#8211; with fewer bits per pixel, we would need less precision (an 8-bit jpeg in this example would need just ~0.5 microseconds of precision), with lower photowell capacity we would need greater precision, and with a larger minimum exposure time we would need less precision.</li>
<li>To take advantage of the greater dynamic range capabilities of a time-to-saturate sensor, the exposure duration must be longer than a conventional photon-counting sensor, to capture more light. For static scenes, this is unlikely to be an issue, but for dynamic scenes (e.g. moving subjects), the exposure duration can only be stretched so far before issues such as motion blur or camera shake blur are introduced. At worst, however, the exposure can simply stop after a defined maximum exposure time &#8211; at this point any photowells which have not reached capacity simply output a voltage reading like in a conventional sensor &#8211; this reading is then used to extrapolate a time-to-saturate which can then be compared with the other photosites. In the worst case, the maximum exposure time is the same as the exposure time in a conventional photon-counting sensor, and would produce an noise level and at least the same dynamic range, if not a greater dynamic range captured in the highlights. For any exposure duration exceeding that of the conventional sensor however, noise levels will be reduced and a greater dynamic range in the shadow regions will be achieved as well.</li>
</ul>
<p>What do you think?  Any potential pitfalls or feasibility issues I might have missed? I&#8217;m especially interested if anyone has come across a source with similar ideas before. Feel free to post links in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2010/04/21/image-sensor-based-on-time-to-saturate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An explanation of Fujifilm&#8217;s Super CCD EXR sensor</title>
		<link>http://shuttersounds.thedailynathan.com/2010/01/12/an-explanation-of-fujifilms-super-ccd-exr-sensor/</link>
		<comments>http://shuttersounds.thedailynathan.com/2010/01/12/an-explanation-of-fujifilms-super-ccd-exr-sensor/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:09:55 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[The Science of It]]></category>
		<category><![CDATA[bayer filter]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[EXR]]></category>
		<category><![CDATA[F200EXR]]></category>
		<category><![CDATA[F70EXR]]></category>
		<category><![CDATA[Fuji]]></category>
		<category><![CDATA[Fujifilm]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[high dynamic range]]></category>
		<category><![CDATA[high resolution]]></category>
		<category><![CDATA[high sensitivity]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[pixel-binning]]></category>
		<category><![CDATA[S200EXR]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[Super CCD]]></category>
		<category><![CDATA[SuperCCD]]></category>
		<category><![CDATA[switchable sensor]]></category>
		<category><![CDATA[wide dynamic range]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=428</guid>
		<description><![CDATA[A look at Fujifilm&#8217;s innovative EXR sensor, the latest iteration of its flagship Super CCD sensor, along with some analysis of images from production cameras. Admittedly this would have been more interesting as a speculative piece a year ago, but better late than never
tl;dr: Fujifilm&#8217;s EXR sensor is extraordinary, mostly for its dynamic range. If [...]]]></description>
			<content:encoded><![CDATA[<p><em>A look at Fujifilm&#8217;s innovative EXR sensor, the latest iteration of its flagship Super CCD sensor, along with some analysis of images from production cameras. Admittedly this would have been more interesting as a speculative piece a year ago, but better late than never</em></p>
<p><strong><em>tl;dr: Fujifilm&#8217;s EXR sensor is extraordinary, mostly for its dynamic range. If you&#8217;re after the best non-DSLR image quality around, your choices start at the Fuji F200EXR, F70EXR, S200EXR, and end there.</em></strong></p>
<p>Fujifilm has long been a leader in revolutionary sensor technology, particularly at the smaller scale sensor market where the majority of manufacturers have long been content pumping out traditional, vanilla CCD sensors with square grid-based Bayer Filter Arrays.</p>
<p>In September of 2008, <a href="http://www.fujifilm.com/products/digital_cameras/topics/2008/0922_01.html">announced plans for their latest sensor</a>: the Super CCD EXR, which combines the unique color filter array (CFA) and pixel binning features of various previous sensors into a single &#8220;switchable&#8221; sensor that can be optimized in one of several areas (which are typically mutually exclusive when designing a sensor): high resolution, high dynamic range, and low noise.</p>
<h2>High resolution</h2>
<p>High resolution mode is the default mode, which utilizes the full set of photosites on the sensor and produces an image with a corresponding pixel on each photosite &#8211; nothing too special here, though Fuji claims the diagonal layout of photosites (as opposed to simple square grid) helps to improve resolution.</p>
<h2>High sensitivity</h2>
<div id="attachment_430" class="wp-caption aligncenter" style="width: 268px"><img class="size-full wp-image-430" title="Comparison of typical Bayer CFA and Fujifilm SuperCCD EXR CFA" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2010/01/pic_03.jpg" alt="" width="258" height="100" /><p class="wp-caption-text">A comparison of a typical Bayer CFA (left) and the CFA on Fujifilm&#39;s new EXR sensor (right)</p></div>
<p style="text-align: left; ">The second mode of operation for the EXR sensor is a high-sensitivity mode which Fuji calls &#8220;Pixel Fusion Technology&#8221;, which is fancy marketspeak for pixel-binning (combining reading from adjacent pixels together to produce a better signal). With the EXR&#8217;s pair-based CFA layout, Fujifilm claims that interpolation (and thus color resolution) will be more accurate because the binned pixels are closer together (e.g. the pair blue pixels are pretty much in the same location, while they&#8217;re separated by two pixel lengths in a standard square-grid Bayer array. I don&#8217;t know that I buy this argument particularly well &#8211; it&#8217;s true that same-color pixel values will be more accurate since they&#8217;re closer, but you can&#8217;t get something for nothing: for example, the average distance from red-to-blue is going to be increased, which lowers accuracy for interpolating blue values at red pixels.</p>
<p><span id="more-428"></span>Regardless of whether their CFA and photosite layout nets them better interpolation, the key element here is the combination of pixel readings to generate a stronger signal, thus decreasing the proportion of noise. Using microlenses to patch up the fill factor (area of the sensor which is actually responsive to light) and various optimizations to lower read noise will get the high sensitivity mode EXR sensor closer to the noise level of a natively lower resolution sensor.</p>
<h2>Wide Dynamic Range</h2>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 535px"><img class="size-full wp-image-431 " title="A diagram detailing the two exposures captured by the EXR sensor when operating in large dynamic range mode" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2010/01/fig_05.jpg" alt="A diagram detailing the two exposures captured by the EXR sensor when operating in large dynamic range mode" width="525" height="281" /><p class="wp-caption-text">A diagram detailing the two exposures captured by the EXR sensor when operating in large dynamic range mode</p></div>
<p>The third mode of operation for the EXR sensor uses variable photosite sensitivity to greatly extend dynamic range.  The concept is taken from some of Fuji&#8217;s older generation SuperCCD SR sensors &#8211; at a given pixel location there are in fact two photosites, one operating at a lower sensitivity and one operating at a higher sensitivity. This essentially produces two images for any particular shot, one at low sensitivity that is underexposed (capturing highlight detail, such as a bright sky), and one at high sensitivity that is overexposed (capturing shadow detail, such as a shaded building face). These images are combined, much like HDR combination is done, to create a single image which captures a much larger dynamic range than a single exposure could.</p>
<p>Edit: <a href="http://www.dpreview.com/reviews/fujifilmf200exr/page9.asp">dpreview seems to report</a> that the EXR sensor actually achieves this by operating one image at a shorter exposure time (shutter speed) than the other, rather than actually varying the sensitivity. If so this would be even better, as you&#8217;d have lower noise due to operating both sets of photosites at the same lower sensitivity.</p>
<p>As with pixel binning for greater sensitivity, the pixel count in the resulting image will have to halve as well.</p>
<p>There are some notable improvements compared to Fuji&#8217;s older SR sensors. For starters, the low and high sensitivity photosites are now of equal size, which Fuji claims will allow for a greater dynamic range extension (the SR sensors consisted of mostly &#8220;regular&#8221; photosites with tiny &#8220;low sensitivity&#8221; photosites sandwiched in). Furthermore, based on most of the image samples that can be found, the recombination method used for EXR is a bit closer to HDR blending, which doesn&#8217;t map values linearly on the same tone curve &#8211; this produces a punchier photo with better contrast that still looks natural upon viewing (due to the way human vision judges brightness in relative terms rather than absolute), even if its not quite pixel-accurate. This seems to address one of the complaints about Fuji&#8217;s older SR sensors, which provided a large dynamic range but ended up squashing it linearly to the same 12-bit RAWs or 8-bit JPEG images that all other cameras provide &#8211; the results were images that did have more highlight detail but looked &#8220;flat&#8221; and lacked contrast (because that 0.5-1 stop of highlight detail at the top is squashed into a small 250-255 pixel value range).</p>
<p>The EXR sensor has a big advantage over conventional HDR as well (i.e. taking multiple exposures and blending them): it captures an extended range image in a single instance, making it usable for moving subjects (HDR sports photos, yay!).</p>
<h2>The Results</h2>
<p>The first EXR sensor, the Fujifilm F200EXR, debuted in February 2009, and was followed up not long afterwards by the S200EXR bridge camera and the ultracompact ultrazoom F70EXR, giving us a chance to see some hard results.</p>
<p>Imaging-resource, as always, has perhaps the most comprehensive test bed of images, and samples from their express review of the F200EXR can be found here: <a href="http://www.imaging-resource.com/PRODS/F200EXR/F200EXRA7.HTM">http://www.imaging-resource.com/PRODS/F200EXR/F200EXRA7.HTM</a></p>
<p>Their site isn&#8217;t the most comparison-friendly however (though you can <a href="http://www.imaging-resource.com/IMCOMP/COMPS01.HTM">give their comparator a shot</a>) so I&#8217;ll link to dcresource&#8217;s reviews of the <a href="http://www.dcresource.com/reviews/fuji/finepix_f200exr-review/using">F200EXR</a> and <a href="http://www.dcresource.com/reviews/fuji/finepix_f70exr-review/using">F70EXR</a> as well and reference these.</p>
<p>The first thing to note is that Fujifilm hasn&#8217;t lost a step in the noise race &#8211; in both the standard high resolution (no binning) and high sensitivity (binning, lower resolution) modes, the EXR sensor simply wipes the floor with every camera on the market this side of a full-fledged DSLR.  In the F200EXR review there is a side-by-side comparison (search for the text &#8220;Again, things look great through ISO 400&#8243; &#8211; it&#8217;s right above this) between the 6MP high-sensitivity mode image, and a 12MP high-resolution mode image that is downsized to 6MP &#8211; essentially doing the same as pixel binning but off-camera, and digitally, rather than in-camera and analog.  The result is a slightly crisper image but noticeably more noise, though the effect isn&#8217;t dramatic.</p>
<p>What&#8217;s interesting is that the side-by-side comparison in the F70EXR review shows that the high-resolution mode, downsized to the same resolution as the high-sensitivity mode, actually produces <em>better </em>results &#8211; the same amount of noise but much crisper detail. This seems to punch a hole in the effectiveness of the EXR&#8217;s in-camera pixel-binning: if the digital data (full of rounding errors, and compressed to 8-bit jpeg) can be averaged and produce more effective results than binning the analog data (the raw readings from the sensor), then we can surmise that having more accurate data on the location of brightness values (i.e. more pixels) helps us produce more accurate images overall than having slightly more accuracy on the actual brightness values.</p>
<p>Further down on the F200EXR review (search &#8220;so the two would be the same (6MP) resolution&#8221; &#8211; right below this), you&#8217;ll see a direct comparison using the camera&#8217;s wide dynamic range mode. As opposed to the high sensitivity mode, here we can see real, significant benefits &#8211; highlight detail that is hopelessly blown out in the left image is very much visible in the wide dynamic range image. For those of you too lazy to navigate the admittedly long and cumbersome dcresource review pages, here&#8217;s a marketing image from Fujifilm that gives you the general idea:</p>
<div id="attachment_432" class="wp-caption aligncenter" style="width: 720px"><img class="size-full wp-image-432 " title="Standard dynamic range (left) and wide dynamic range (right) - probably exaggerated a bit" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2010/01/pic_19_l.jpg" alt="Standard dynamic range (left) and wide dynamic range (right) - probably exaggerated a bit" width="710" height="264" /><p class="wp-caption-text">Standard dynamic range (left) and wide dynamic range (right) - probably exaggerated a bit</p></div>
<p>This image gives you a general idea of the difference, though I wouldn&#8217;t take it at face value. The image on the right is probably a fair representation of what you&#8217;ll get using the wide DR mode (and you can compare this with shaded interior/sunlit exterior/sky photos you&#8217;ve probably taken), but the image on the left has way more contrast (and less DR) than any typical camera would, on its default settings at least.</p>
<h2>The Triumph of EXR &#8211; Dynamic Range</h2>
<p>So is Fuji&#8217;s EXR sensor a success? It depends on what you&#8217;re after. Many diehard Fujifilm Super CCD fans fell in love with the low-resolution F10/11 and F30/31 ultracompacts, both of which came in at just 6MP and absolutely wiped the floor with the competition in terms of noise performance.  And while subsequent SuperCCD iterations have maintained a clear advantage over competitors in this area (and this newest EXR sensor does to it better than its predecessor), the fact is that the high 12MP or so resolutions found on today&#8217;s sensors still compromise noise performance, despite any fancy &#8220;Pixel Fusion Technology&#8221; that Fujifilm tries to market.</p>
<p>The true triumph of the EXR sensor is in its dynamic range capability, and its separate pixel design (it essentially operates two sensors) works not only better than any of its competitors, but far better than even a natively lower resolution sensor.  While a larger photosite does afford more highlight headroom, halving the pixels (doubling the area) affords at most 1 stop. The EXR&#8217;s method, which essentially captures two independent exposures, is in theory capable of capturing dynamic range that is infinitely far apart, though for most scenes they&#8217;ll likely need to overlap to avoid gaps in coverage, which based on the settings allowed on current cameras is 3 stops.</p>
<p>According to <a href="http://www.dpreview.com/reviews/fujifilmf200exr/page9.asp">dpreview&#8217;s dynamic range test of the F200EXR</a>, the EXR can deliver nearly 11 EV (stops) of dynamic range.  Not only does that far outclass any compact (or even the bulky SLR-like bridges that use the same small sensors) on the market, but <strong>exceeds the dynamic range</strong> of DSLRs like the Canon 7D, Nikon D300, et. al, which all range around 8 EV for their jpegs. With a bit of tweaking with RAW files in Adobe Camera Raw, the DSLRs just about manage 10EV.</p>
<p>It&#8217;s simply remarkable that jpegs from a camera with a pint-sized sensor can beat out RAW images from the highest-end DSLRs, but that&#8217;s what innovative technology can do for you over hammering away with sheer physical size and trying small refinements from there (which is how most of the rest of the sensor industry has been operating for years). I can&#8217;t begin to fathom how much the Super CCD would change the landscape of photography if Fujifilm ever scaled up the sensor to DSLR size.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2010/01/12/an-explanation-of-fujifilms-super-ccd-exr-sensor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canon 7D and 1D Mark IV: new 1D and 1D junior</title>
		<link>http://shuttersounds.thedailynathan.com/2009/10/24/canon-7d-and-1d-mark-iv-new-1d-and-1d-junior/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/10/24/canon-7d-and-1d-mark-iv-new-1d-and-1d-junior/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 09:26:00 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[1.3x crop]]></category>
		<category><![CDATA[Canon 1D Mark IV]]></category>
		<category><![CDATA[Canon 50D]]></category>
		<category><![CDATA[Canon 60D]]></category>
		<category><![CDATA[Canon 7D]]></category>
		<category><![CDATA[crop sensor]]></category>
		<category><![CDATA[D300]]></category>
		<category><![CDATA[full-frame]]></category>
		<category><![CDATA[Nikon D3s]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=418</guid>
		<description><![CDATA[TL;DR version: A long diatribe on how the latest Canon releases completely underwhelm in the face of competition, especially from Nikon.  The 7D is a decent upgrade that&#8217;s completely overrated simply due to marketing. The 1D Mark IV sounds nice and has the capability the 1D Mark III probably should&#8217;ve had &#8211; unfortunately its functionality [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TL;DR version: A long diatribe on how the latest Canon releases completely underwhelm in the face of competition, especially from Nikon.  The 7D is a decent upgrade that&#8217;s completely overrated simply due to marketing. The 1D Mark IV sounds nice and has the capability the 1D Mark III probably should&#8217;ve had &#8211; unfortunately its functionality has been completely eclipsed by Nikon&#8217;s D3(s) and even D700, which unlike the 1D&#8217;s 1.3x crop sensor, are able to pull double-duty as both heavy duty sports bodies and general purpose cameras.</strong></p>
<div id="attachment_423" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-423 " title="20090901_hires_eos7d_front_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/20090901_hires_eos7d_front_500px.jpg" alt="Canon's 7D, which is essentially a 60D with fancy marketing and a higher price tag" width="500" height="374" /><p class="wp-caption-text">Canon&#39;s 7D, which is essentially a 60D with fancy marketing and a higher price tag</p></div>
<p>It&#8217;s interesting to see how much an effect marketing has on the general photography consumer.  Over the past few months, Canon has released a couple of moderate upgrades, one of which has been hailed as revolutionary and game-changing, and the other which was met with a big collective yawn and cries that Canon has fallen behind the cutting edge and is playing catch-up with Nikon. The biggest difference? One camera was given an incremental version number, and the other was given a new model number as the start of a different series.<span id="more-418"></span></p>
<p>Take the actual specs of the two cameras, listed as features in relation to their predecessor model:</p>
<p>Camera A:</p>
<ul>
<li>18MP sensor vs. 15MP sensor</li>
<li>ISO100-12800 vs. ISO100-12800  (unchanged)</li>
<li>19pt AF, one f/2.8 cross-type vs. 9pt AF, one f/2.8 cross-type</li>
<li>8fps continuous vs. 6.3fps</li>
<li>100% frame, 1x magnification viewfinder vs. 95% frame, 0.95x magnification viewfinder</li>
<li>Wireless flash control onboard vs. wireless flash control with additional accessory</li>
<li>1080p (30/25/24fps) video vs. no video</li>
</ul>
<p>Camera B:</p>
<ul>
<li>16MP sensor vs. 10MP sensor</li>
<li>ISO50-102,400 vs. ISO50-6400</li>
<li>45pt AF, 39 f/2.8 cross-type vs. 45pt AF, 19 f/2.8 cross-type</li>
<li>10fps continuous vs. 10fps (unchanged)</li>
<li>1080p (30/25/24fps) video vs. no video</li>
</ul>
<h2>The Canon 7D</h2>
<p>Camera A, of course, is the new Canon 7D, which is essentially a 60D successor to the 50D, and Canon&#8217;s new crop body for sports/action. While it has modest spec improvements over the 60D, there&#8217;s very little here that is game-changing &#8211; the sensor remains the same size, gets a paltry 20% increase in resolution that is likely to mean nothing with most lenses (the 50D&#8217;s 15MP sensor&#8217;s Nyquist Frequency (maximum theoretical resolution) already exceeded the resolving power of most Canon lenses &#8211; see dpreview&#8217;s test on a consumer <a href="http://www.dpreview.com/lensreviews/widget/Fullscreen.ashx?reviews=34&amp;fullscreen=true&amp;av=3.667&amp;fl=18&amp;vis=VisualiserSharpnessMTF&amp;stack=horizontal&amp;lock=&amp;config=/lensreviews/widget/LensReviewConfiguration.xml%3F4">Canon 18-200</a> and Canon&#8217;s high-end <a href="http://www.dpreview.com/lensreviews/widget/Fullscreen.ashx?reviews=14&amp;fullscreen=true&amp;av=3&amp;fl=70&amp;vis=VisualiserSharpnessMTF&amp;stack=horizontal&amp;lock=&amp;config=/lensreviews/widget/LensReviewConfiguration.xml%3F4">70-200 2.8</a>).</p>
<p>Improvements have been promised in the ISO department (and if you look at the preliminary sample shots from imaging-resource, there&#8217;s a considerable improvement <a href="http://www.imaging-resource.com/PRODS/E7D/E7DLL032007XNR.HTM">on the 7D</a> over the <a href="http://www.imaging-resource.com/PRODS/E50D/E50DLL03207XNR.HTM">terrible 50D</a>, which finally brings it to or slightly above <a href="http://www.imaging-resource.com/PRODS/D300S/D300SLL32007XNR.HTM">D300s</a> levels), but the range stays exactly the same.</p>
<p>AF points have been increased from 9 to 19, which will improve tracking, but the number of fast and accurate f/2.8 cross-type sensors remains exactly the same, at just one (the center point).</p>
<p>The jump to 8fps is a bigger jump than in years past (where the 20D already had 5fps back in 2004), but this like resolution runs into diminishing returns &#8211; the jump from 6.3 to 8 helps but doesn&#8217;t transform it into a useful sports camera, unlike say the jump from a Rebel&#8217;s slow 3.4 to 6.3 (it&#8217;s 26% vs. 85%).</p>
<p>Viewfinders are viewfinders &#8211; a nice improvement but having a Canon 20D and switching back and forth from its 95%, 0.9x mag viewfinder and my 5D all the time, not one that is going to make or break the shooting experience.</p>
<p>The two game-changers that the 7D provides are the now-standard video functionality, and wireless flash control (a built-in ST-E2 essentially, powered by the camera&#8217;s pop-up flash). Video capability opens up an entirely new realm outside the domain of still photography, and wireless flash capability allows for much more creativity in off-camera lighting straight out of the box, without requiring photographers to buy and carry along a bulky extra master flash or ST-E2 transmitter.</p>
<p>So at the end of the day we have a moderate step up from Canon&#8217;s previous 50D, that does sports photography somewhat better than any crop body before it, but still lags far behind not only Canon&#8217;s &#8220;pro&#8221; body (1D now has bigger 1.3x sensor, ISO100k, 45 AF points with 39 cross-types, and similar 10fps), but even the similarly-priced D300s from Nikon (lower ISO6400, but the same 51 AF point system as the D3, and 8fps with battery grip), as well as the now bargain-bin D300 (ignoring lack of video capability).</p>
<p>Despite its greater action capability, it&#8217;s still not the all-around do-everything solution that a camera like Nikon&#8217;s D700 is &#8211; despite having very adequate action capabilities (unlike Canon&#8217;s 5D Mark II), it still lacks the full frame sensor, which puts it at depth of field, dynamic range, and ISO noise disadvantages against its larger-sensored relatives.</p>
<p>So at the end of the day, you have a crop camera that gives you moderate sports capability, though it&#8217;s still nowhere near as powerful as the professional line, and doesn&#8217;t deliver the image quality or lens compatibility of full-frame cameras.  Which sounds an awful lot like an xxD series camera, except Canon&#8217;s chosen a new single-digit model designation (&#8220;7D&#8221;) which has Canonite fanboys everywhere at their altar ready to and pony up an additional $500 (+42%) price hike over what a &#8220;60D&#8221; model would have cost.</p>
<h2>Canon 1D Mark IV</h2>
<div id="attachment_424" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-424 " title="20091020_hires_1dmkiv_3q_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/20091020_hires_1dmkiv_3q_500px.jpg" alt="The Mark IV is probably a very worthwhile upgrade for Mark III owners, given that camera's shortcomings, but is woefully inadequate when placed alongside Nikon's D3s" width="500" height="421" /><p class="wp-caption-text">The Mark IV is probably a very worthwhile upgrade for Mark III owners, given that camera&#39;s shortcomings, but is woefully inadequate when placed alongside Nikon&#39;s D3s</p></div>
<p>Canon&#8217;s 1D Mark IV is Canon&#8217;s two-and-a-half-years-in-the-making update to their much-maligned Canon 1D Mark III camera. As documented by <a href="http://www.robgalbraith.com/bins/multi_page.asp?cid=7-8740-9068">Rob Galbraith</a>, among others, the 1D3 had developed a reputation for fickle continuous AF tracking, to the point of being unusable by the standards of some.</p>
<p>So among the things promised by the new Mark IV is a completely revamped AF system, now with more than twice as many f/2.8 cross-type sensors (39 vs. 19 previously).</p>
<p>The Mark IV also supports a native ISO up to ISO12800 with a boost up to ISO102400 (we&#8217;re now up to 10 stops over ISO100), which gives it a range of 4 stops greater than the Mark III (which went up to ISO3200 native, ISO6400 boost).  For those who shoot in low-light constantly, this is a pretty big game-changer in-and-of-itself, regardless of the actually ISO quality (almost <em>anything</em> will be better than shooting at a native ISO3200 and having to digitally push those images).</p>
<p>The only other changes of note is the same 1080p (30/25/24fps) video mode, and a significant bump in resolution from 10MP to 16MP (60% increase), though the sensor stays the same at a roughly 1.3x crop.</p>
<p>The 1D Mark IV isn&#8217;t a monumental leap by any means &#8211; if all goes well it will be what the Mark III probably should have been &#8211; workable AF without glitches and a large high ISO range for low-light shooting.</p>
<p>However in my opinion, Canon bungled greatly here by again opting for an 1.3x APS-H sensor.  When Nikon&#8217;s D3 came out, it exposed one of the biggest knocks against the 1D series, which was its limited flexibility due to the crop factor altering angles of view for full-frame lenses and its larger mirror preventing compatibility with smaller crop lenses.  While it&#8217;s a fact that pure sports shooters may not care much for, it prevents the 1D from serving as a general purpose camera for the other big &#8220;professional body&#8221; market: journalists.  While the D3 can pull double-duty shooting with a 70-200mm or 300mm telephoto one event, and switch over to a all-purpose 24-70mm standard zoom the next, all general purpose lens options for the 1D are extremely awkward. Consider:</p>
<ul>
<li>The typical 24-70mm standard zoom provides an angle of view equivalent to 31-91mm. Nowhere near wide enough</li>
<li>The next widest zoom, Canon&#8217;s 17-40mm f/4, provides an extremely short 22-52mm. Not nearly enough versatility.</li>
<li>And if you want f/2.8, Canon&#8217;s 16-35mm f/2.8 gives an even smaller 21-46mm range.</li>
</ul>
<p>For this exact reason, of course, Canon hopes to upsell you to their $8k 1Ds series, and ideally make you pay more than double ($13k total) for what Nikon neatly fits into a single D3s body for $5k.</p>
<p>Canon diehards will claim, of course, that with the 1D and 1Ds bodies, Canon simply offers the best of both worlds &#8211; maximizing range with the 1D and maximizing resolution with the 1Ds. But Nikon has already shown this argument to be utter crap with its D3x and D3(s) tandem.  Birders aside, the &#8220;crop factor&#8221; argument of extending focal length range holds little weight &#8211; yes the out-of-camera image appears to be &#8220;closer&#8221;, but photographers often forget a crop sensor is exactly that &#8211; a crop of the full-frame image. The exact same result could be achieved by taking photos with a larger sensor of same pixel density, and manually cropping the images down later. The upshot of crop sensors is that greater pixel density can be achieved while retaining fast shooting speeds (you&#8217;re processing less pixels than a larger sensor would), but the vasts majority of users (sports photogs and journalists shooting for newsprint and online) aren&#8217;t coming close to utilizing the full resolution capability of their cameras. The downshot of crop sensors are the increased depth of field, higher noise, lower dynamic range, and less margin for framing error, which are all very real effects that show up in everything from poster prints to low-res newsprint and online photos.</p>
<p>The only metric by which the Mark III can hope to compete is with high ISO quality, but with both more pixels and a smaller sensor than not only the Mark III but Nikon&#8217;s competing D3s (Mark IV ends up with 3.1MP per cm<sup>2</sup> vs the D3s&#8217; 1.4MP/cm<sup>2</sup>), the chances of reaching parity with, much less greatly exceeding, competitors seems slim.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/10/24/canon-7d-and-1d-mark-iv-new-1d-and-1d-junior/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tamron 17-50mm f/2.8 VC: An image-stabilized, midrange crop lens for the masses</title>
		<link>http://shuttersounds.thedailynathan.com/2009/10/20/tamron-17-50mm-f28-vc-an-image-stabilized-midrange-crop-lens-for-the-masses/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/10/20/tamron-17-50mm-f28-vc-an-image-stabilized-midrange-crop-lens-for-the-masses/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:11:35 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Canon 17-55mm f/2.8]]></category>
		<category><![CDATA[image stabilization]]></category>
		<category><![CDATA[midrange zoom]]></category>
		<category><![CDATA[Nikon 17-55mm f/2.8]]></category>
		<category><![CDATA[Tamron]]></category>
		<category><![CDATA[Tamron 17-50mm f/2.8 VC]]></category>
		<category><![CDATA[Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical [IF]]]></category>
		<category><![CDATA[vibration control]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=412</guid>
		<description><![CDATA[When it comes to midrange lenses, there&#8217;s a few different approaches. Of course, a lot of people start at the low end with an 18-55mm kit or so, but eventually most people graduate and there are pretty much two ways to go:

A small range, high-quality, high-aperture zoom.
A large range ultrazoom with (usually) lower quality and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_416" class="wp-caption aligncenter" style="width: 438px"><img class="size-full wp-image-416" title="tamronspaf17-50mm2-8vc_pr" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/tamronspaf17-50mm2-8vc_pr.jpg" alt="" width="428" height="600" /><p class="wp-caption-text">The Tamron 17-50 f/2.8 VC - currently one of only two f/2.8 midrange zoom lenses on the market, and the only one under a grand ($650 to be exact)</p></div>
<p style="text-align: left;">When it comes to midrange lenses, there&#8217;s a few different approaches. Of course, a lot of people start at the low end with an 18-55mm kit or so, but eventually most people graduate and there are pretty much two ways to go:</p>
<ol>
<li>A small range, high-quality, high-aperture zoom.</li>
<li>A large range ultrazoom with (usually) lower quality and smaller aperture</li>
</ol>
<p>One of the advantages where ultrazooms seemed to gain the leg-up on large aperture zooms was in the image stabilization department, where nearly every single ultrazoom lens does, but up until recently only one large aperture crop lens (Canon&#8217;s $1000+ 17-55mm f/2.8 IS) did.</p>
<p>That left just one (very expensive) option for Canon users, and Nikon users completely out in the cold (they pay $1300 for a 17-55 f/2.8 <strong>without VR</strong>). Third party manufacturers, have as always had cheaper alternatives, such as Sigma&#8217;s 18-50mm f/2.8 and Tokina&#8217;s 16-50mm f/2.8, but all of these lacked any sort of stabilization as well.</p>
<p>Now finally, Tamron has gone ahead and introduced their VC stabilization to their flagship crop standard zoom, the 17-50mm f/2.8 (or rather, <a href="http://www.tamron.com/B005special/lineup/b005/index.html">Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical [IF]</a>), which finally delivers a large aperture, image-stabilized standard zoom for an affordable price ($650 currently).</p>
<p>It&#8217;s only knock is that it doesn&#8217;t yet have the fast USM or SWM-based autofocus of the Canon or Nikon models, although it&#8217;s a feature I&#8217;ve long-regarded as over-rated for standard zooms for most people&#8217;s actions.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/10/20/tamron-17-50mm-f28-vc-an-image-stabilized-midrange-crop-lens-for-the-masses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panasonic does Micro Four-Thirds right with the GF1</title>
		<link>http://shuttersounds.thedailynathan.com/2009/10/18/panasonic-does-micro-four-thirds-right-with-the-gf1/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/10/18/panasonic-does-micro-four-thirds-right-with-the-gf1/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 02:22:24 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[EVIL]]></category>
		<category><![CDATA[GF1]]></category>
		<category><![CDATA[Micro Four Thirds]]></category>
		<category><![CDATA[mirrorless SLR]]></category>
		<category><![CDATA[Olympus E-P1]]></category>
		<category><![CDATA[Panasonic]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=409</guid>
		<description><![CDATA[In what many see as the next big evolutionary step for digital cameras, Panasonic and Olympus made a bold move with their introduction of the Micro Four-Thirds system, an electronic viewfinder, interchangeable lens (so-called &#8220;EVIL&#8221;) system that eschewed the mirror assembly found in traditional SLR cameras and offering image preview via a live view feed only.

Aside from [...]]]></description>
			<content:encoded><![CDATA[<p>In what many see as the next big evolutionary step for digital cameras, Panasonic and Olympus made a bold move with their introduction of the Micro Four-Thirds system, an electronic viewfinder, interchangeable lens (so-called &#8220;EVIL&#8221;) system that eschewed the mirror assembly found in traditional SLR cameras and offering image preview via a live view feed only.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-414" title="panasonicgf1productshot" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/panasonicgf1productshot.jpg" alt="" width="650" height="553" /></p>
<p>Aside from the numerous advantages associated purely with live view (and could technically be realized with a traditional DSLR &#8211; it&#8217;s just that forcing live view only is likely to spur much more rapid development), the one key advantage to Micro Four Thirds (and upcoming systems like it, such as Samsung&#8217;s NX system) is that the removal of the mirror assembly allows lenses to sit much closer to the image plane, making for much smaller camera bodies and lenses.</p>
<p>The first few of these cameras &#8211; the Panasonic G and GH1 &#8211; failed completely to live up to the small form factor potential &#8211; they were shaped much like traditional SLRs, albeit slightly smaller.</p>
<div id="attachment_293" class="wp-caption aligncenter" style="width: 410px"><img class="size-medium wp-image-293 " title="Panasonic GH1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/gh1k_top_400px.jpg" alt="Panasonic GH1" width="400" height="396" /><p class="wp-caption-text">The Panasonic GH1 - one of the first Micro Four Thirds cameras which didn&#39;t quite realize the potential of the formfactor</p></div>
<p>Next, Olympus released a Micro Four Thirds of its own: the E-P1 &#8220;Pen&#8221; which harked back to Olympus&#8217; historical line of compact film cameras. Unlike the G1, the E-P1 actually began to approach what some would call &#8220;compact&#8221; &#8211; it was just 1.4in thick, though that&#8217;s not taking into account the attached lens.</p>
<p>Now Panasonic is jumping in on the bandwagon with their E-P1-<em>esque</em> GF1, which sports a slim compact-like body. The specs are nothing to get excited about, though it does have the a built-in flash that was notably missing from the E-P1. In a puzzling decision though, Panasonic decided not to implement any sensor-based image stabilization, relying on lens-based IS to counter camera shake. Unless they were denied a sensor IS license by Olympus (a possibility), I&#8217;d say this is a rather bone-headed decision, since any stabilized lenses will add weight unnecessarily (or in the case of pancake lenses that are pretty much made for this kind of camera, impossible to add in), defeating the entire purpose of Micro Four-Thirds.</p>
<p>The two kit lenses offered with the GF1 are a bit more appealing than the E-P1 package: a standard 14-45mm OIS kit lens and a 20mm f/1.7 pancake prime. The prime still isn&#8217;t quite there to portrait range and gets even further away from all-around wide angle utility than Oly&#8217;s 17mm f/2.8 pancake, but it does offer a much larger f/1.7 aperture.</p>
<p>A comparison of the new landscape in premium compacts:</p>
<p></p>
<h2>Panasonic GF1 size comparison</h2>
<table class="wptable rowstyle-alt" id="wptable-6"  cellspacing="1">
	<thead>
	<tr>
		<th class="sortable" style="width:px" align="center">Camera</th>
		<th class="sortable" style="width:px" align="center">Size</th>
		<th class="sortable" style="width:px" align="center">Focal range (equiv)</th>
		<th class="sortable" style="width:px" align="center">Aperture (equiv)</th>
	</tr>
	</thead>
	<tr>
		<td style="width:px" align="center">Canon G10</td>
		<td style="width:px" align="center">4.3x3.1x1.8in</td>
		<td style="width:px" align="center">28-140mm</td>
		<td style="width:px" align="center">f/13-21</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Fujifilm F200EXR</td>
		<td style="width:px" align="center">3.8x2.3x0.9in</td>
		<td style="width:px" align="center">28-140mm</td>
		<td style="width:px" align="center">f/14-22</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Panasonic LX3</td>
		<td style="width:px" align="center">4.3x2.3x1.5in</td>
		<td style="width:px" align="center">24-60mm</td>
		<td style="width:px" align="center">f/9.4-13</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Sigma DP1</td>
		<td style="width:px" align="center">4.5x2.3x2.3in</td>
		<td style="width:px" align="center">28mm</td>
		<td style="width:px" align="center">f/6.7</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Sigma DP2</td>
		<td style="width:px" align="center">4.5x2.3x2.3in</td>
		<td style="width:px" align="center">42mm</td>
		<td style="width:px" align="center">f/4.7</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Olympus E-P1 w/ 17mm f/2.8</td>
		<td style="width:px" align="center">4.7x2.8x2.3in</td>
		<td style="width:px" align="center">34mm</td>
		<td style="width:px" align="center">f/5.6</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Olympus E-P1 w/ 14-42mm f/3.5-5.6</td>
		<td style="width:px" align="center">4.7x2.8x3.1in</td>
		<td style="width:px" align="center">28-84mm</td>
		<td style="width:px" align="center">f/7-11</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Panasonic GF1 w/ 20mm f/1.7</td>
		<td style="width:px" align="center">4.7x2.8x2.4in</td>
		<td style="width:px" align="center">40mm</td>
		<td style="width:px" align="center">f/3.4</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Panasonic GF1 w/ 14-45mm f/3.5-5.6 OS</td>
		<td style="width:px" align="center">4.7x2.8x3.8in</td>
		<td style="width:px" align="center">28-90mm</td>
		<td style="width:px" align="center">f/7-11</td>
	</tr>
</table><p>
</p>
<p>As expected, the added IS to the Panasonic kit lens makes it much larger (22.6% longer) than the E-P1 setup. Panasonic&#8217;s pancake, however, is about the same size as Oly&#8217;s 17mm and with its f/1.7 aperture is by far the best in terms of large aperture performance (35mm equivalent of f/3.4)</p>
<p>If you&#8217;re in the market for this kind of camera though, the most sensible thing seems to be taking the E-P1 to get yourself sensor-based IS, and combining that with Panny&#8217;s 17mm pancake prime. Though you will be losing out on the built-in flash, which is somewhat of a must-have for a camera like this (since again, needing to carry around a huge external flash defeats the size advantage).</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/10/18/panasonic-does-micro-four-thirds-right-with-the-gf1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pentax K-x</title>
		<link>http://shuttersounds.thedailynathan.com/2009/10/16/pentax-k-x/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/10/16/pentax-k-x/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 20:49:23 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[Canon Rebel T1i]]></category>
		<category><![CDATA[Canon Rebel XS]]></category>
		<category><![CDATA[comarison]]></category>
		<category><![CDATA[custom colors]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[entry-level]]></category>
		<category><![CDATA[K-7]]></category>
		<category><![CDATA[K-x]]></category>
		<category><![CDATA[Nikon D3000]]></category>
		<category><![CDATA[Nikon D5000]]></category>
		<category><![CDATA[Pentax]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[space white]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=400</guid>
		<description><![CDATA[Following up on their K-7, Pentax has now come up with an entry-level K-x. While it doesn&#8217;t bring anything groundbreaking that wasn&#8217;t already seen on the K-7, it packs in many of the features seen on many competitors&#8217; midrange model, and perhaps pending reviews on image quality and disregarding the overall Pentax system upgrade options, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_402" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-402" title="pentax-k-x_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/pentax-k-x_500px.jpg" alt="" width="500" height="453" /><p class="wp-caption-text">Pentax K-x (space white)</p></div>
<p>Following up on their K-7, Pentax has now come up with an entry-level K-x. While it doesn&#8217;t bring anything groundbreaking that wasn&#8217;t <a href="/2009/05/28/pentaxs-k7-surprise/">already seen on the K-7</a>, it packs in many of the features seen on many competitors&#8217; midrange model, and perhaps pending reviews on image quality and disregarding the overall Pentax system upgrade options, is probably the best choice out there currently for the beginning photographer/student.</p>
<p>The big headline features:</p>
<ul>
<li>12.4MP CMOS (different from the K-7 14.6MP sensor, but interestingly also uses CMOS unlike all previous Pentaxes which used CCDs)</li>
<li>ISO up to 12.8k</li>
<li>Live-view with face-detect AF</li>
<li>720p, 24fps video</li>
<li>4.7fps continuous shooting</li>
<li>$650 MSRP with 18-55 kit lens (and likely to drop further once it gets off pre-order)</li>
</ul>
<div>With the specs listed, this is a camera you&#8217;d expect in the high-hundreds, competing with the likes of Canon&#8217;s Rebel T1i or Nikon&#8217;s D5000/D90, yet it&#8217;s got a price closer to that of the entry-level Rebel XS or D3000.</div>
<p>A comparison:</p>
<p></p>
<h2>Pentax K-x comparison</h2>
<table class="wptable rowstyle-alt" id="wptable-5"  cellspacing="1">
	<thead>
	<tr>
		<th class="sortable" style="width:px" align="center">Camera</th>
		<th class="sortable" style="width:px" align="center">Canon Rebel XS</th>
		<th class="sortable" style="width:px" align="center">Nikon D3000</th>
		<th class="sortable" style="width:px" align="center">Pentax K-x</th>
		<th class="sortable" style="width:px" align="center">Nikon D5000</th>
		<th class="sortable" style="width:px" >Canon Rebel T1i</th>
	</tr>
	</thead>
	<tr>
		<td style="width:px" align="center">Sensor, crop</td>
		<td style="width:px" align="center">10MP, 1.6x</td>
		<td style="width:px" align="center">10MP, 1.5x</td>
		<td style="width:px" align="center">12MP, 1.5x</td>
		<td style="width:px" align="center">12MP, 1.5x</td>
		<td style="width:px" >15MP, 1.6x</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">ISO range</td>
		<td style="width:px" align="center">100-1600</td>
		<td style="width:px" align="center">100-3200</td>
		<td style="width:px" align="center">100-12800</td>
		<td style="width:px" align="center">200-6400</td>
		<td style="width:px" >100-12800</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Live-view?</td>
		<td style="width:px" align="center">Yes</td>
		<td style="width:px" align="center">No</td>
		<td style="width:px" align="center">Yes</td>
		<td style="width:px" align="center">Yes</td>
		<td style="width:px" >Yes</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Live view AF</td>
		<td style="width:px" align="center">Yes</td>
		<td style="width:px" align="center">None</td>
		<td style="width:px" align="center">Yes, face-detect</td>
		<td style="width:px" align="center">Yes, face-detect</td>
		<td style="width:px" >Yes, face-detect</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Video</td>
		<td style="width:px" align="center">None</td>
		<td style="width:px" align="center">None</td>
		<td style="width:px" align="center">1280x720, 24fps</td>
		<td style="width:px" align="center">1280x720, 24fps</td>
		<td style="width:px" >1920x1080, 20fps</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">AF</td>
		<td style="width:px" align="center">7pt, 1 cross-type</td>
		<td style="width:px" align="center">11pt, no cross</td>
		<td style="width:px" align="center">11pt, 9 cross-type</td>
		<td style="width:px" align="center">11pt, 1 cross-type</td>
		<td style="width:px" >9pt, 1 cross-type</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Continuous FPS</td>
		<td style="width:px" align="center">3fps jpg, 1.5fps raw</td>
		<td style="width:px" align="center">3fps</td>
		<td style="width:px" align="center">4.7fps</td>
		<td style="width:px" align="center">4fps</td>
		<td style="width:px" >3.4fps</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Image stabilization</td>
		<td style="width:px" align="center">lens-based</td>
		<td style="width:px" align="center">lens-based</td>
		<td style="width:px" align="center">sensor-based</td>
		<td style="width:px" align="center">lens-based</td>
		<td style="width:px" >lens-based</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Size</td>
		<td style="width:px" align="center">127 x 97 x 61mm</td>
		<td style="width:px" align="center">127 x 97 x 64mm</td>
		<td style="width:px" align="center">122 x 91 x 69mm</td>
		<td style="width:px" align="center">127 x 104 x 79mm</td>
		<td style="width:px" >130 x 97 x 61mm</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Weight</td>
		<td style="width:px" align="center">450g</td>
		<td style="width:px" align="center">485g</td>
		<td style="width:px" align="center">516g</td>
		<td style="width:px" align="center">560g</td>
		<td style="width:px" >480g</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Price (with kit lens, Amazon)</td>
		<td style="width:px" align="center">$499.95</td>
		<td style="width:px" align="center">$529.95</td>
		<td style="width:px" align="center">$649.95</td>
		<td style="width:px" align="center">$719.63</td>
		<td style="width:px" >$781.89</td>
	</tr>
</table><p>
</p>
<p>In a comparison with the $500 entry-level cameras, the K-x blows them away in nearly aspect, and goes toe-to-toe or even exceeds the D5000 and Rebel T1i in every single category, despite being significantly cheaper (especially once the street price drops lower from MSRP)</p>
<p>Interestingly enough, the Pentax K-x will come in a variety of colors, including an ultra-spiffy red (below), the space white shown above, and your ordinary black.</p>
<p>Interestingly enough, Pentax Japan features a site where you can come up with your own custom color scheme, and apparently order it as well, which personally is an insanely appealing prospect.</p>
<div id="attachment_403" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-403  " title="pentax-k-xred_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/pentax-k-xred_500px.jpg" alt="" width="500" height="448" /><p class="wp-caption-text">Pentax K-x (red)</p></div>
<div id="attachment_404" class="wp-caption aligncenter" style="width: 805px"><a href="http://www.camera-pentax.jp/k-x/#/simulator/030603"><img class="size-full wp-image-404 " title="pentax-k-x-custom_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/pentax-k-x-custom_500px.jpg" alt="Pentax K-x custom design - design your own!" width="795" height="424" /></a><p class="wp-caption-text">Pentax K-x custom design - design your own!</p></div>
<div id="attachment_405" class="wp-caption aligncenter" style="width: 805px"><a href="http://www.camera-pentax.jp/k-x/#/ranking"><img class="size-full wp-image-405 " title="pentax-k-x-customall_500px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/pentax-k-x-customall_500px.jpg" alt="I think this is a ranking of custom designs that users have created" width="795" height="495" /></a><p class="wp-caption-text">I think this is a ranking of custom designs that users have created</p></div>
<p><a href="http://www.pentaximaging.com/about-us.aspx?p=press&amp;pid=PENTAXANNOUNCESAFFORDABLE,NEWPENTAXK-xWITHHIGH-ENDFEATURESINCLUDINGHDVIDEOANDLIVEVIEW20090916124905">Pentax K-x press release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/10/16/pentax-k-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Past three months in camera news: Nikon</title>
		<link>http://shuttersounds.thedailynathan.com/2009/10/16/past-three-months-in-camera-news-nikon/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/10/16/past-three-months-in-camera-news-nikon/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:16:30 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[70-200]]></category>
		<category><![CDATA[70-200mm f/2.8 VR II]]></category>
		<category><![CDATA[D3]]></category>
		<category><![CDATA[D300]]></category>
		<category><![CDATA[D300s]]></category>
		<category><![CDATA[D3s]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[ISO100k]]></category>
		<category><![CDATA[ISO102400]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=394</guid>
		<description><![CDATA[Apologies to all for dropping the ball for the past three months &#8211; it&#8217;s been a whirlwind start to the semester here. Big, recent developments:
Nikon SLR Refresh
Nikon introduced a couple of new SLR updates, the updated D300s and D3s. The D300 is a pretty incremental upgrade to the mid-level D300, offering a modest +1fps improvement [...]]]></description>
			<content:encoded><![CDATA[<p>Apologies to all for dropping the ball for the past three months &#8211; it&#8217;s been a whirlwind start to the semester here. Big, recent developments:</p>
<h2>Nikon SLR Refresh</h2>
<p>Nikon introduced a couple of new SLR updates, the updated D300s and D3s. The D300 is a pretty incremental upgrade to the mid-level D300, offering a modest +1fps improvement in continuous shooting (up to 7fps), and bringing the video capability that&#8217;s now standard on every new DSLR.</p>
<p>The bigger story came a few months later, in the form of the D3s. While still not a revolutionary introduction, it is much more than a software refresh. Among the features of note were a video mode (at 24fps!, albeit only at 1280&#215;720 (720p) resolution), 11fps available in a higher-res crop mode (it now crops only 1.2x instead of 1.5x), and an increase in ISO range, up to ISO12.8k natively with a boost to ISO100k. The D3s presumably packs a different sensor, though it still maintains the same 12.1MP resolution.</p>
<p>People have been going goo-gah over the last spec in particular, especially given such a high linear number for ISO (and from here, it&#8217;s just four more stops til we get to ISO1.6 MILLION), though it&#8217;s really just +1 stop natively and +2 stop boost over the previous D3. And it&#8217;s important to note that the simple availability of an ISO capability says nothing about image quality at that level &#8211; that would be the same mistake as having the maximum shutter speed expanded from 30 seconds to a minute, and somehow thinking this magically makes photos at 1/500s less blurry. Given that the resolution (and thus pixel pitch) remained the exact same, I certainly wouldn&#8217;t expect quality to be any <em>worse</em> than the D3, and quite probably will be a tad better (although I have extreme doubts about the ISO100k mode, which is digitally boosted 3 stops; things have always looked terrible at just +2 stops digitally, even boosting ISO100+2 to 400.)</p>
<p>All in all, about as much as you could expect from Nikon, who seems to do very incremental updates and waits a long time to deliver big, revolutionary refreshes. Here&#8217;s hoping we see that D3s sensor in a D700s soon, though 1080p at 24fps would be nice (and completely feasible: 1920&#215;1080x24fps = 49.8MP/s throughput, while we definitely know that the D700 supports 12.1MPx9fps = 108.9MP/s throughput in its continuous shooting mode).</p>
<p><a href="http://press.nikonusa.com/2009/10/the_imaging_evolution_continue.php#more">Nikon D3s press release</a> (I don&#8217;t know why they keep referring to it as &#8220;D3S&#8221;, past history and even the logo in the image clearly denote &#8220;D3s&#8221;)</p>
<div id="attachment_396" class="wp-caption alignnone" style="width: 805px"><img class="size-medium wp-image-396 " title="d3s_ambience_2_795px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/10/d3s_ambience_2_795px.jpg" alt="The Nikon DS3, now with 720p video and ISO up to 12.8K/100K(boost)" width="795" height="434" /><p class="wp-caption-text">The Nikon DS3, now with 720p video and ISO up to 12.8K/100K(boost)</p></div>
<p>Nikon also announced a couple of lens refreshes, with Version II&#8217;s of their popular 18-200mm VR ultrazoom and a long-awaited update to the 70-200 f/2.8 VR to optimize it for full-frame (FX) sensors. As Nikon had long trumpeted 1.5x crop DX sensors before their introduction of the full-frame D3 in 2007, they cut corners with their introduction of the 70-200 f/2.8 VR in 2003, building a lens that was technically full-frame but had an abysmal drop-off in performance once you actually got to the corners outside of a 1.5x imaging circle. This wasn&#8217;t found out until a bit after the D3 was released, finally giving digital photographers a platform to test the lens&#8217; full frame performance, which resulted in tests like these:</p>
<p><a href="http://www.dpreview.com/lensreviews/nikon_70-200_2p8_vr_n15/page6.asp">http://www.dpreview.com/lensreviews/nikon_70-200_2p8_vr_n15/page6.asp</a></p>
<p><a href="http://www.dpreview.com/lensreviews/widget/Fullscreen.ashx?reviews=17&amp;fullscreen=true&amp;av=3&amp;fl=105&amp;vis=VisualiserSharpnessMTF&amp;stack=horizontal&amp;lock=&amp;config=/lensreviews/widget/LensReviewConfiguration.xml%3F4">http://www.dpreview.com/lensreviews/widget/Fullscreen.ashx?reviews=17&amp;fullscreen=true&amp;av=3&amp;fl=105&amp;vis=VisualiserSharpnessMTF&amp;stack=horizontal&amp;lock=&amp;config=/lensreviews/widget/LensReviewConfiguration.xml%3F4</a></p>
<p>The new 70-200 II promises to fix all of these problems with a new optical design and coatings, and promises to throw in a more effective &#8220;4-stop&#8221; VR system as well. There haven&#8217;t been too many authoritative tests yet to show how it performs (if you&#8217;ve found any, send me a link!), but presumably they should have no problem building such a lens &#8211; Canon has had two 70-200 2.8&#8217;s that&#8217;ve performed flawlessly on full-frame, and Nikon itself had a great 80-200 2.8 lens prior to the 70-200 VR I.</p>
<p>The one stickler? As if Nikon&#8217;s <a href="http://www.amazon.com/Nikon-70-200mm-Nikkor-Digital-Cameras/dp/B00009MDBQ/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1255720046&amp;sr=8-1">$2019 price on the original 70-200 I</a> wasn&#8217;t enough, the 70-200 VR II will now <a href="http://www.amazon.com/Nikon-70-200mm-VR-II-Digital/dp/B002JCSV8U/ref=sr_1_2?ie=UTF8&amp;s=electronics&amp;qid=1255720046&amp;sr=8-2">set you back a cool $2400</a>.</p>
<p><a href="http://press.nikonusa.com/2009/07/nikon_further_refines_dx_and_f.php#more">Nikon 18-200 II and 70-200 2.8 VR II press release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/10/16/past-three-months-in-camera-news-nikon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A real TZ-killer: Fujifilm&#8217;s F70EXR</title>
		<link>http://shuttersounds.thedailynathan.com/2009/07/22/a-real-tz-killer-fujifilms-f70exr/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/07/22/a-real-tz-killer-fujifilms-f70exr/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:44:47 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[compact ultrazoom]]></category>
		<category><![CDATA[Fujifilm F70EXR]]></category>
		<category><![CDATA[Panasonic TZ1]]></category>
		<category><![CDATA[Panasonic ZS1]]></category>
		<category><![CDATA[Panasonic ZS3]]></category>
		<category><![CDATA[SuperCCD]]></category>
		<category><![CDATA[TZ-killer]]></category>
		<category><![CDATA[ultracompact ultrazoom]]></category>
		<category><![CDATA[ZS-killer]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=388</guid>
		<description><![CDATA[Possibly the biggest announcement in the compact sector since the Panasonic TZ1 &#8211; Fujifilm finally puts together not just a compact ultrazoom but an ultracompact ultrazoom (0.9 in thin), and manages to fit in a half-inch SuperCCD sensor to boot.  If ever a camera came along with the potential to dethrone Panasonic&#8217;s vaunted TZ/ZS-series, this [...]]]></description>
			<content:encoded><![CDATA[<p>Possibly the biggest announcement in the compact sector since the Panasonic TZ1 &#8211; Fujifilm finally puts together not just a compact ultrazoom but an <em>ultracompact </em>ultrazoom (0.9 in thin), and manages to fit in a half-inch SuperCCD sensor to boot.  If ever a camera came along with the potential to dethrone Panasonic&#8217;s vaunted TZ/ZS-series, this is it.</p>
<p>Have got a big night tonight &#8211; will update later, but for now you can munch on the details of the <a href="http://www.imaging-resource.com/NEWS/1248235264.html">press release</a> and <a href="http://www.imaging-resource.com/PRODS/F70EXR/F70EXRA.HTM">Imaging Resource&#8217;s short overview/analysis</a>.</p>
<p><img class="aligncenter size-medium wp-image-389" title="fujifilm-finepix-f70exr" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/07/fujifilm-finepix-f70exr.jpg" alt="" width="640" height="453" /></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/07/22/a-real-tz-killer-fujifilms-f70exr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Olympus E-P1 &#8211; a size comparison</title>
		<link>http://shuttersounds.thedailynathan.com/2009/06/17/olympus-e-p1-a-size-comparison/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/06/17/olympus-e-p1-a-size-comparison/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 07:46:32 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Market Analysis]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[14-42mm f/3.5-5.6]]></category>
		<category><![CDATA[17mm f/2.8 pancake]]></category>
		<category><![CDATA[Canon G10]]></category>
		<category><![CDATA[digital camera]]></category>
		<category><![CDATA[EVIL]]></category>
		<category><![CDATA[Fujifilm F200EXR]]></category>
		<category><![CDATA[high quality compact]]></category>
		<category><![CDATA[M.Zuiko]]></category>
		<category><![CDATA[Micro Four Thirds]]></category>
		<category><![CDATA[mirror-less SLR]]></category>
		<category><![CDATA[Olympus]]></category>
		<category><![CDATA[Olympus E-620]]></category>
		<category><![CDATA[Olympus E-P1]]></category>
		<category><![CDATA[Panasonic]]></category>
		<category><![CDATA[Panasonic G1]]></category>
		<category><![CDATA[Panasonic LX3]]></category>
		<category><![CDATA[Sigma DP1]]></category>
		<category><![CDATA[Sigma DP2]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=381</guid>
		<description><![CDATA[In a release that they&#8217;ve hyped for weeks now, Olympus finally pulled the covers off their first Micro Four-Thirds format camera, the E-P1.
For those of you not already in the know, Micro Four-Thirds is a new interchangeable lens system developed by Olympus and Panasonic which is the first mirror-less digital camera system to feature interchangeable [...]]]></description>
			<content:encoded><![CDATA[<p>In a release that they&#8217;ve hyped for weeks now, Olympus finally pulled the covers off their first Micro Four-Thirds format camera, the E-P1.</p>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 536px"><img class="size-full wp-image-383 " title="olympus-ep11" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/olympus-ep11.jpg" alt="Good product photography - sure looks dainty doesn't it?" width="526" height="374" /><p class="wp-caption-text">Good product photography - sure looks dainty doesn&#39;t it?</p></div>
<p>For those of you not already in the know, Micro Four-Thirds is a new interchangeable lens system developed by Olympus and Panasonic which is the first mirror-less digital camera system to feature interchangeable lenses.  The removal of the mirror (and associated prism and optical viewfinder) and the exclusive usage of live view for image preview enables a drastic size reduction for both cameras and lenses, and as you can see here, the new Olympus E-P1 is tiny tiny tiny.</p>
<p>How tiny?  The exact specs on the E-P1 are 121 x 70 x 35mm (4.7 x 2.8 x 1.4 in) and 335 g (11.8 oz) &#8211; body only, with no batteries &#8211; which firmly plants it in compact camera category.  Of course, you&#8217;ll need to attach a lens at <em>some point</em> before shooting, which will add some bulk, but as of now the E-P1 indisputably offers the most compact interchangeable lens solution.</p>
<p>The following is a run-down of things you might have already picked up from other news sources or blogs. The real interesting stuff is the size and equivalent aperture/focal length comparison, at <a href="#sizecomparison">Size Comparison</a>.</p>
<p><span id="more-381"></span>A rundown of some other specs (and be sure to check more in-depth reviews at <a href="http://www.imaging-resource.com/PRODS/EP1/EP1A.HTM">imaging-resource</a> and <a href="http://www.dcresource.com/reviews/olympus/e_p1-review">dcresource</a>)</p>
<ul>
<li>12.3MP Four-Thirds sensor, which appears to be based off the same sensor used in the E-620 and E-30.  If that&#8217;s the case, I wouldn&#8217;t hold out for any revolutionary leaps forward (and Olympus isn&#8217;t advertising any either), though the E-30 sensor&#8217;s a solid performer given it has 1/4 the area to work with compared to Nikon&#8217;s and Canon&#8217;s best, and still thoroughly trounces anything coming out of Sony&#8217;s factory.</li>
<li>A standard 3fps continuous shooting, as if you&#8217;ll be doing any serious sports shooting with it.</li>
<li>Sensor-shift image stabilization.  Panasonic left this out of their first G(H)1 Micro Four-Thirds cameras in lieu of lens-based stabilization.  This was more or less a no-brainer for Olympus, which doesn&#8217;t have strong development in lens-based IS and lens IS would have completely defeated the purpose of Micro Four-Thirds with its added size, weight, and cost.</li>
<li>SD format.  How many out there breathing a sigh of relief (or perhaps shedding a tear?) that it isn&#8217;t xD exclusive?</li>
<li>MF-2 adapter for Olympus OM mount lenses.  An interesting option, particularly since the range of Micro Four-Thirds lenses is fairly slim at the moment.</li>
<li>1280&#215;720, 30fps video (720p).  As one would expect, video is definitely a feature of the E-P1.  There&#8217;s nothing very extraordinary about it &#8211; the resolution is middle of the road, though you will get aperture-priority control and stereo sound.  Unfortunately, maximum recording time is limited to 2GB files and/or 7 minutes at 720p resolution.</li>
<li>Lack of a built-in flash.  Though it&#8217;s not quite a dealbreaker given that its high-ISO capabilities will be far superior to that of a normal compact camera, the E-P1 does noticeably omit a built-in flash of any sort.  Olympus wants to sell you their FL-14 flash attachment that essentially does the same thing, and while it is custom-designed to match very well with the E-P1, having to carry another attachment for full-functionality somewhat defeats the purpose of a making a camera as compact as the E-P1.</li>
</ul>
<div>
<div id="attachment_384" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-384 " title="olympus_ep1-with-flash" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/olympus_ep1-with-flash.jpg" alt="The E-P1 and ridiculous flash attachment they want you to buy for basic direct flash functionality." width="500" height="499" /><p class="wp-caption-text">The E-P1 and ridiculous flash attachment they want you to buy for basic direct flash functionality.</p></div>
</div>
<p>Oly seems to have gone all-out with the retro design, which does look different and not quite as Spartan or industrial as something like the <a href="http://www.sigma-dp1.com/">Sigma DP1</a>.</p>
<p>With the E-P1 announcement comes a couple of new lenses designed for the E-P1 in mind: a compact 14-42mm kit lens and a 17mm pancake.</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 370px"><img class="size-full wp-image-385" title="nr090616zuikoe_02" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/nr090616zuikoe_02.jpg" alt="M.Zuiko 14-42mm f/3.5-5.6" width="360" height="175" /><p class="wp-caption-text">M.Zuiko 14-42mm f/3.5-5.6</p></div>
<p>The new M.Zuiko isn&#8217;t so much of a special lens &#8211; it&#8217;ll provide the equivalent of a pretty much standard 28-84mm equivalent view.  What&#8217;s interesting about the Micro Four-Thirds kit lens is that it uses a drastic retractive design that makes it really compact &#8211; 43.5mm (1.7in) to be exact.  This compared to the 61mm length of Olympus&#8217; regular Four-Thirds 14-42mm and the 70mm length of a lens like Canon&#8217;s 18-55 kit.</p>
<div id="attachment_386" class="wp-caption aligncenter" style="width: 190px"><img class="size-full wp-image-386" title="nr090616zuikoe_01" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/nr090616zuikoe_01.jpg" alt="M.Zuiko 17mm f/2.8" width="180" height="175" /><p class="wp-caption-text">M.Zuiko 17mm f/2.8</p></div>
<p>The 17mm f/2.8 pancake is probably the most interesting Micro Four-Thirds lens to come around yet.  The lens is thin &#8211; a depth of just 22mm (0.87in), and results in a camera thickness of just 2.3in when attached.  It&#8217;s also an f/2.8, which will help with low-light, though I wouldn&#8217;t hold out for amazingly shallow depth of field capabilities at this focal length on a 2x crop sensor.  As a first and only Micro Four-Thirds pancake lens, though, I find the 17mm focal to be a bit conservative &#8211; it gives a 34mm equivalent in that no-man&#8217;s range: it&#8217;s not a 50mm equivalent portrait lens, and it isn&#8217;t as versatile as a 28mm wide-angle either.  Hopefully Oly or Panasonic remedy this soon.</p>
<p>Amazon has the E-P1 listed at $750 for the body only, $800 for the 14-42 kit, and $900 for the 17mm kit.<br />
<a name="sizecomparison"></a><br />
<h2>Size comparison</h2>
<p>Retro-styling aside, the name of the E-P1 game is size.  It is undoubtedly the key point of interest for many consumers, who up to this point have not really had quite a solution like the E-P1 for a high image quality camera which has almost the portability of a compact camera.  We&#8217;ll take compare the E-P1 in its two lens kits to several other high-quality compact cameras.</p>
<ul>
<li><strong>Canon G10:</strong> Not a very compact camera, and it doesn&#8217;t produce very high-quality images either, but it&#8217;s included for reference&#8217;s sake since it seems to be the most popular camera in this class.</li>
<li><strong>Fujifilm F200EXR:</strong> The only true ultracompact in the bunch, the F200EXR and its SuperCCD EXR sensor is about as good as it gets, though it has a variety of tradeoffs and achieves high resolution, noise performance, and dynamic range in different modes.</li>
<li><strong>Panasonic LX3: </strong>The current king of premium compact cameras, due to both an excellent sensor and a superb lens.</li>
<li><strong>Sigma DP1: </strong>A now-aging but still unique large sensor, fixed lens camera using Foveon&#8217;s innovative X3 sensor.</li>
<li><strong>Sigma DP2: </strong>A variant on the DP1 which uses the same sensor but features a more mid-range lens.</li>
</ul>
<p>The following table displays the size of the various cameras, along with 35mm equivalent focal lengths and apertures (for purposes of depth of field).  These equivalent specifications normalize high ISO performance (based on sensor size &#8211; this doesn&#8217;t take into account differing sensor technologies).</p>
<p></p>
<h2>Olympus E-P1 size comparison</h2>
<table class="wptable rowstyle-alt" id="wptable-3"  cellspacing="1">
	<thead>
	<tr>
		<th class="sortable" style="width:px" align="center">Camera</th>
		<th class="sortable" style="width:px" align="center">Size</th>
		<th class="sortable" style="width:px" align="center">Focal range (equiv)</th>
		<th class="sortable" style="width:px" align="center">Aperture (equiv)</th>
	</tr>
	</thead>
	<tr>
		<td style="width:px" align="center">Canon G10</td>
		<td style="width:px" align="center">4.3x3.1x1.8in</td>
		<td style="width:px" align="center">28-140mm</td>
		<td style="width:px" align="center">f/13-21</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Fujifilm F200EXR</td>
		<td style="width:px" align="center">3.8x2.3x0.9in</td>
		<td style="width:px" align="center">28-140mm</td>
		<td style="width:px" align="center">f/14-22</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Panasonic LX3</td>
		<td style="width:px" align="center">4.3x2.3x1.5in</td>
		<td style="width:px" align="center">24-60mm</td>
		<td style="width:px" align="center">f/9.4-13</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Sigma DP1</td>
		<td style="width:px" align="center">4.5x2.3x2.3in</td>
		<td style="width:px" align="center">28mm</td>
		<td style="width:px" align="center">f/6.7</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Sigma DP2</td>
		<td style="width:px" align="center">4.5x2.3x2.3in</td>
		<td style="width:px" align="center">42mm</td>
		<td style="width:px" align="center">f/4.7</td>
	</tr>
	<tr class="alt">
		<td style="width:px" align="center">Olympus E-P1 w/ 17mm</td>
		<td style="width:px" align="center">4.7x2.8x2.3in</td>
		<td style="width:px" align="center">34mm</td>
		<td style="width:px" align="center">f/5.6</td>
	</tr>
	<tr>
		<td style="width:px" align="center">Olympus E-P1 w/ 14-42mm</td>
		<td style="width:px" align="center">4.7x2.8x3.1in</td>
		<td style="width:px" align="center">28-84mm</td>
		<td style="width:px" align="center">f/7-11</td>
	</tr>
</table><p>
</p>
<p>We can see here how clearly inferior cameras like the Canon G10 and Fuji F200 are, though to Fuji&#8217;s credit, its superior sensor will give it much more of a leg up on the G10 than the simple sensor size implies, and to both their credit, they pack significantly more versatile zoom ranges than any of the other setups on this list.</p>
<p>Panasonic&#8217;s LX3 is an interesting camera &#8211; while its sensor isn&#8217;t that much larger than other compacts such as the G10 or F200, it makes up for it with an impressive lens which packs an f/2-2.8 aperture in real terms.  While the f/9.4-13 range isn&#8217;t going to turn any heads, it really isn&#8217;t so far off from the f/7-11 range of the E-P1 (or any other Four-Thirds camera) paired with the 14-42 lens, and carries with it the advantage of a much, much more compact size (half the thickness of the E-P1 setup).</p>
<p>The Sigma DP1 and DP2 is where the competition gets a bit more interesting.  Ignoring the intricacies of the Foveon sensor for the moment, we can see that when paired with the 17mm pancake, the E-P1&#8217;s 34mm f/5.6 equivalent is sandwiched right between the wider-angle, smaller aperture DP1 and the narrower-angle, larger aperture DP2.  The 17mm pancake really is in a no-man&#8217;s land &#8211; not really wide enough for landscapes and not really narrow enough for portraits.  Size-wise the E-P1 is nearly the same as the DP1/DP2, though a fair bit larger area-wise.</p>
<p>Of course, the Foveon sensor throws a bit of a wrench into the image quality equation.  Say what you will about the Foveon vs. Bayer debate, but in its present (or more precisely, now three-year old form), the 4.6MP DP1/DP2 sensor simply doesn&#8217;t stack up with the 12MP E-P1, from a resolution standpoint and definitely from a noise standpoint.</p>
<p>On top of this, the E-P1 has a number of other advantages over the Sigmas, namely a video mode and the ability to switch lenses (though this somewhat throws the portability comparison out the window).</p>
<p>Of course, there&#8217;s really nothing like the E-P1 and 14-42mm, which provides a camera with a full 28-84mm standard range, and weighs in at 3.1 inches thick.  At this size, it&#8217;s far beyond the pocketability threshold, though it&#8217;s still far smaller than any of the regular DSLR kits out there.</p>
<p>So what&#8217;s the verdict on the E-P1?  Olympus and Panasonic have struck on a really innovative system here, but they&#8217;ve got a narrow window to capitalize on building the premier high-quality compact system, before Samsung&#8217;s NV system rolls around and before Canon/Nikon finally bite the bullet and buy into the mirror-less EVIL system.  The 17mm pancake is a step in the right direction, and really plays to the strength of the Micro Four Thirds format &#8211; small bodies with small lenses that bring large sensor image quality <em>just </em>to the very edge of portability.</p>
<p>There&#8217;s little to no point in trying to turn a camera like the E-P1 into a full-fledged SLR-like platform &#8211; even with the most compact kit lens they could make, the camera is far beyond pocket portability, and at this point if you&#8217;ll have to carry a camera bag around it may as well be something full-fledged like a Panasonic G1 or Olympus E-620.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/06/17/olympus-e-p1-a-size-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera Guide, June 2009</title>
		<link>http://shuttersounds.thedailynathan.com/2009/06/07/camera-guide-june-2009/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/06/07/camera-guide-june-2009/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:41:24 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bestinclass.com]]></category>
		<category><![CDATA[Canon Rebel XS]]></category>
		<category><![CDATA[Canon SD960]]></category>
		<category><![CDATA[digital camera recommendations]]></category>
		<category><![CDATA[Fujifilm F200]]></category>
		<category><![CDATA[Fujifilm F200EXR]]></category>
		<category><![CDATA[high-performance compact]]></category>
		<category><![CDATA[Nikon D5000]]></category>
		<category><![CDATA[Panasonic FS15]]></category>
		<category><![CDATA[Panasonic FZ28]]></category>
		<category><![CDATA[Panasonic LX3]]></category>
		<category><![CDATA[Panasonic TZ4]]></category>
		<category><![CDATA[Panasonic ZS1]]></category>
		<category><![CDATA[Panasonic ZS3]]></category>
		<category><![CDATA[Pentax K2000]]></category>
		<category><![CDATA[point and shoot]]></category>
		<category><![CDATA[Sigma 18-200mm]]></category>
		<category><![CDATA[Sigma DP1]]></category>
		<category><![CDATA[simple compact]]></category>
		<category><![CDATA[simple ultracompact]]></category>
		<category><![CDATA[ultrazoom]]></category>
		<category><![CDATA[workhorse camera]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=356</guid>
		<description><![CDATA[I get a lot of questions all the time about which camera to buy, and most of the time I don&#8217;t quite have the time to respond to all of them, so I&#8217;ve decided I&#8217;d start a regular camera guide feature.  These aren&#8217;t in-depth rationales or anything, just quick summaries that tell you, unequivocally, which [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of questions all the time about which camera to buy, and most of the time I don&#8217;t quite have the time to respond to all of them, so I&#8217;ve decided I&#8217;d start a regular camera guide feature.  These aren&#8217;t in-depth rationales or anything, just quick summaries that tell you, unequivocally, which is the best of the best; I also write <a href="http://www.bestinclass.com/digital-cameras">digital camera recommendations for a site called bestinclass.com</a> &#8211; I might recommend visiting there if you&#8217;re looking for more in-depth analyses and comparisons.</p>
<p>Digital cameras don&#8217;t come out all that often, so this may be a quarterly guide.  This also may not reflect the very cutting edge &#8211; it takes a little while for reviews for the newest cameras to come in, and it&#8217;s impossible to really assess the cameras until they do.</p>
<p>All prices based on the lowest of <a href="http://www.amazon.com/">amazon.com</a> or <a href="http://www.bhphotovideo.com/">bhphotovideo.com</a></p>
<p>Have you got a use case/need that isn&#8217;t covered here?  Feel free to post it in the comments, and I&#8217;ll keep it in mind for future guides.  And if you think differently about any of the cameras, feel free to share that too!</p>
<h1>General advice:</h1>
<p>To give you all an idea of the perspective these recommendations are written from, here&#8217;s a few guidelines I mostly go by:</p>
<p><strong>Features trump image quality:</strong> With modern cameras, image quality differences are mostly a consideration of the past.  Almost every camera released today has megapixel resolution far in excess of what&#8217;s needed (or even usable) for most applications, and in most daylight scenarios there is practically zero difference between cameras, especially among the top tier of manufacturers.  The main differentiator in your photographic experience and capability, then, is what features you&#8217;ll have to work with &#8211; being able to take a wide shot with a 28mm wide-angle lens, or having a fast 4fps continuous shooting mode for action shots, for instance, is going to go a long way towards getting you the photographs you want compared to minute differences in image quality or resolution.</p>
<p><strong>Price/performance:</strong> The recommendations for different categories will mostly recommend the camera with the best value proposition &#8211; a lot of these are often written in the format of: Best budget camera under $200, best midrange camera under $300, best premium camera under $500, etc. While oftentimes, yes it&#8217;s true that Camera Xa has a slightly bigger LCD screen than Camera Xb and is therefore better, and the $50 premium still puts it under the $300 budget, as a knowledgeable consumer you wouldn&#8217;t want to spend that much more on a mostly cosmetic difference, and as an informed friend you would do best by recommending Camera Xb to your friend.</p>
<h1>Simple Ultracompact</h1>
<p>For many people, cameras are just cameras, and all they need is something that, for lack of a less-hackneyed phrase, they can &#8220;point and shoot&#8221;.  They&#8217;re not interested in photography and don&#8217;t need nor want full manual controls, and rarely would use and can make do without a huge zoom range.  They&#8217;ll take snaps while they&#8217;re out at social events or just randomly at home or in their room, but that&#8217;s about it.  For this group there&#8217;s the <strong>simple ultracompact</strong> &#8211; a basic camera that has a few useful features (possibly wide-angle lenses for indoor group photos and image stabilization for low-light situations) but otherwise just provides good overall quality and a small formfactor that can be slipped just about anywhere.</p>
<h2>Simple Ultracompact, midrange: Canon SD960</h2>
<p><img class="alignright size-full wp-image-360" title="canon-sd960" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/canon-sd960.jpg" alt="" width="300" height="188" />A plethora of Canon, Panasonic, and Fujifilm cameras rule the roost in the ultracompact category, all roaming around the $300 range.  For a little less than $300, Canon&#8217;s SD960 puts together the best combination of image quality and features, with a 28mm wide-angle, image stabilization, and even 1280&#215;720 (720p) video capability.</p>
<ul>
<li>12MP resolution</li>
<li>28-112mm (4x) zoom range</li>
<li>f/2.8-5.8 aperture</li>
<li>1280&#215;720, 30fps video (720p)</li>
<li>Image stabilization</li>
<li>145g (5.1oz)</li>
<li>99.1 x 53.3 x 22.9 mm (3.9 x 2.1 x 0.9 in)</li>
<li>200 shots battery life (CIPA)</li>
<li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/B001SER46K/ref=ord_cart_shr?_encoding=UTF8&amp;m=ATVPDKIKX0DER&amp;v=glance">$281 on Amazon</a></li>
</ul>
<h2><span id="more-356"></span>Simple Ultracompact, budget: Panasonic FS15</h2>
<p><img class="alignright size-full wp-image-358" title="panasonic-fs15a" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/panasonic-fs15a.jpg" alt="" width="300" height="197" />If you&#8217;re looking for cheap and portable, the Panasonic FS15 is the most capable camera around.  For the most part the FS15 is your typical point-and-shoot ultracompact &#8211; it&#8217;s 0.9&#8243; thin and 4.1oz light, so you can definitely take it just about anywhere.  The most prominent features is the 29mm wide-angle lens, allowing you to get a much wider view for sweeping landscapes or cramped indoor group photos.  The FS15 also features an image stabilization system, which helps greatly to reduce camera shake blur in low-light situations.  You&#8217;ll be hard-pressed to find either of these features on an ultracompact this small <em>or</em> a budget camera this cheap, much less both, which is what makes the FS15 by far the most capable camera in its class.</p>
<ul>
<li>12MP resolution</li>
<li>29-145mm (5x) zoom range</li>
<li>f/3.3-5.9 aperture</li>
<li>840&#215;480, 30fps video</li>
<li>Image stabilization</li>
<li>115g (4.1oz)</li>
<li>96.5 x 53.3 x 22.9mm (3.8 x 2.1 x 0.9 in)</li>
<li>330 shots battery life (CIPA)</li>
<li><a style="text-decoration: none;" href="http://www.amazon.com/gp/product/B001QFZM74/sr=1-3/qid=1244314113/ref=noref?ie=UTF8&amp;s=electronics&amp;qid=1244314113&amp;sr=1-3">$188 on Amazon</a></li>
</ul>
<h1>Workhorse Compact</h1>
<p>While simple ultracompacts make great cameras for casual snapshots, they don&#8217;t quite meet the needs of avid picture takers.  While a casual user might go to a party and want to take three or four photos with her friends the whole night, and might not care about quality so long as they&#8217;re passable for Facebook, the avid user is someone who&#8217;s going on a family trip to Yosemite and doesn&#8217;t exactly aspire to be the next Ansel Adams, but definitely wants to take hundreds of pictures to document and remember the whole trip.  The <strong>workhorse compact</strong> is the ideal camera for these users &#8211; good, versatile cameras with the capability to handle a large number of common situations from daylight to low-light and cramped interiors to outdoor graduations from a distance, while still retaining fairly simple functionality and a smaller formfactor.</p>
<h2>Workhorse Compact, midrange: Panasonic ZS1, Panasonic ZS3</h2>
<p><img class="alignright size-full wp-image-363" title="panasonic-zs1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/panasonic-zs1.jpg" alt="" width="300" height="205" />The Panasonic ZS1 and ZS3 are the latest in a line of compact ultrazoom cameras from Panasonic &#8211; both feature big 25-300mm (12x) zoom lenses that provide versatility for long-range photography and a very wide short range that&#8217;s especially useful for landscapes or interiors (the 25mm lens is in fact significantly wider than the kit lenses that come with most DSLRs).  The ZS3 features 1280&#215;720 HD video capture and a higher resolution screen compared to the ZS1 &#8211;  the first might be a worthwhile feature if you&#8217;re interested in taking video as well, although for now it comes at a hefty price premium.</p>
<ul>
<li>10MP resolution</li>
<li>25-300mm (12x) zoom range</li>
<li>f/3.3-4.9 aperture</li>
<li>ZS3: 1280&#215;720, 30fps video (720p); ZS1: 848&#215;480, 30fps video</li>
<li>Image stabilization</li>
<li>206g (7.3oz)</li>
<li>104.1 x 61.0 x 33.0 mm (4.1 x 2.4 x 1.3 in)</li>
<li>ZS3: 300 shots battery life (CIPA); ZS1: 320 shots</li>
<li>ZS3: <a href="http://www.amazon.com/Panasonic-DMC-ZS3-Digital-Optical-Stabilized/dp/B0021Y4XHY/ref=sr_1_3?ie=UTF8&amp;s=electronics&amp;qid=1244328253&amp;sr=1-3">$399 on Amazon</a>; ZS1: <a href="http://www.amazon.com/Panasonic-DMC-ZS1-Digital-Stabilized-Silver/dp/B001QFZMC4/ref=sr_1_1?ie=UTF8&amp;s=photo&amp;qid=1244317564&amp;sr=1-1">$260 on Amazon</a></li>
</ul>
<h2>Workhorse Compact, budget: Panasonic TZ4</h2>
<p><img class="alignright size-full wp-image-359" title="panasonic-tz4" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/panasonic-tz4.jpg" alt="" width="300" height="233" />The Panasonic TZ4 is the previous model in Panasonic&#8217;s series of ultrazoom compacts.  While the newer ZS series cameras provide wider lenses and slightly better high ISO performance, the TZ4 is nothing to scoff at &#8211; no other camera outside the TZ/ZS series provides a 10x zoom in as small of a package as the TZ4, and certainly not for the sub-$200 price of the TZ4.</p>
<ul>
<li>8MP resolution</li>
<li>28-280mm (10x) zoom range</li>
<li>f/3.3-4.9 aperture</li>
<li>840&#215;480, 30fps video</li>
<li>Image stabilization</li>
<li>208g (7.3oz)</li>
<li>104.1 x 58.4 x 35.6 mm (4.1 x 2.3 x 1.4 in)</li>
<li>330 shots battery life (CIPA)</li>
<li><a href="http://www.bhphotovideo.com/c/product/545294-REG/Panasonic_DMC_TZ4K_Lumix_DMC_TZ4_Digital_Camera.html">$190 on B&amp;H</a></li>
</ul>
<h1>High-Performance Compact</h1>
<p>Most users who are highly interested in photography &#8211; both in terms of having a high degree of control and producing the best images possible &#8211; are most likely to be interested in a full-fledged DSLR camera, but there does exist a niche market of <strong>high-performance compacts</strong> for the same user group.  Some might not be quite ready yet to take the plunge into the world of DSLRs, and others may not be interested in the size and micromanagement required of using a DSLR system.  Another common form of user in this group is the actual DSLR user looking for a second &#8220;social&#8221; camera that can be a bit more automated and definitely more pocketable, while still retaining the highest quality and a great amount of user control.  It should be noted that these cameras aren&#8217;t really the easiest to use or most versatile; in many cases they&#8217;re actually very specialized and limited in use, and require a strong technical proficiency to get the most out of the images, but in the right situation and in the right hands, these can be far more capable than your typical compact camera.</p>
<h2>High-Performance Compact, premium: Sigma DP1</h2>
<p><img class="alignright size-full wp-image-364" title="sigma-dp1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/sigma-dp1.jpg" alt="" width="300" height="300" />The Sigma DP1 is perhaps the epitome of the high-performance compact category.  It&#8217;s an extremely limited camera &#8211; it&#8217;s only got a fixed 28mm lens (no zooming at all), which makes it ideally suited for landscapes or interior photos, but leaves it absolutely useless for things like sports or other long-range events and doesn&#8217;t provide the working versatility useful for travel or portraiture.  Despite this, it&#8217;s close to a photographer&#8217;s absolute dream in a camera: it packs an extremely large 276mm<sup>2</sup> sensor that enables it to achieve much better noise performance, a very large dynamic range, and provides the option for shallower depth of field compared to nearly every other camera this side of a DSLR.  It also features a RAW mode and a hotshoe for use with external flashes, as well as fully manual exposure controls.  Sigma also makes the DP2, which is the same camera paired with a 41mm f/2.8 lens &#8211; even more specialized for low-light photography and perhaps a bit better for portraiture, but in a bit of a no man&#8217;s land in terms of focal length: a very difficult range to capture landscapes or interior photos, and still not anywhere near close enough for long-range photography.</p>
<ul>
<li>4.6MP resolution</li>
<li>28mm (1x) zoom range</li>
<li>f/4.0 aperture</li>
<li>320&#215;240, 30fps video</li>
<li>No Image stabilization</li>
<li>250g (8.8oz)</li>
<li>114.3 x 58.4 x 50.8 mm (4.5 x 2.3 x 2.0 in)</li>
<li>250 shots battery life (CIPA)</li>
<li><a href="http://www.amazon.com/Sigma-DP1-14MP-Digital-Camera/dp/B0013DCOZC/ref=sr_1_3?ie=UTF8&amp;s=electronics&amp;qid=1244329070&amp;sr=1-3">$444 on Amazon</a></li>
</ul>
<div>
<h2>High-Performance Compact, premium: Panasonic LX3</h2>
<p><img class="alignright size-full wp-image-365" title="panasonic-lx3" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/panasonic-lx3.jpg" alt="" width="300" height="205" />The LX3 is the most recent in a line of high-performing and unique Panasonic cameras.  The LX3 concentrates mostly on the wider end of the zoom range: it features a 24-60mm zoom that won&#8217;t zoom very close at all (useless for any kind of sports or long-range event, and not quite passable for good variety in portraiture and travel), but provides one of the widest angles of view on any camera this side of a DSLR system.  The LX3 also features a RAW mode, manual controls, and a hot shoe for external flashes. Quality-wise, the LX3 ranks among the very best non-DSLRs out there, probably only behind the Sigma DP1/DP2 in image quality, and combined with its very large f/2-2.8 aperture lens (which at its widest takes in 4x as much light as the DP1&#8217;s f/4 lens, for instance) makes for arguably the top low-light camera around.</p>
<ul>
<li>10MP resolution</li>
<li>24-60mm (2.5x) zoom range</li>
<li>f/2.0-2.8 aperture</li>
<li>1280&#215;720, 30fps video</li>
<li>Image stabilization</li>
<li>229g (8.1oz)</li>
<li>109 x 62 x 38 mm (4.3 x 2.4 x 1.5 in)</li>
<li>380 shots battery life (CIPA)</li>
<li><a href="http://www.bhphotovideo.com/c/product/573593-REG/Panasonic_DMC_LX3S_Lumix_DMC_LX3_Digital_Camera.html">$430 on B&amp;H</a></li>
</ul>
<div>
<h2>High-Performance Compact, midrange: Fujifilm F200EXR</h2>
<p><img class="alignright size-full wp-image-366" title="fuji-f200exr" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/fuji-f200exr.jpg" alt="" width="300" height="214" />At the cutting edge of non-DSLR sensor technology today is Fujifilm&#8217;s SuperCCD EXR sensor, currently found on their F200 EXR ultracompact camera.  The F200 EXR boasts a number of unqiue attributes, chief among them the ability to effectively bin pixels in a lower resolution mode to achieve much higher sensitivity/noise performance, and pixel-variable gain to allow for an extension of dynamic range.  The F200EXR carries the other somewhat standard features you&#8217;d expect in a typical  - 5x zoom with 28mm wide-angle &#8211; and is in fact eclipsed in those areas by a few other cameras, like Panasonic&#8217;s $313 FX48 (which pack 25-125mm (5x) lenses and 720p HD video capture), but it&#8217;s the image quality which puts it a notch above the rest, and decent versatility which makes it an appealing alternative to cameras like the Sigma DP1 and Panasonic LX3 with better versatility.</p>
<ul>
<li>12MP resolution</li>
<li>28-140mm (5x) zoom range</li>
<li>f/3.3-5.1 aperture</li>
<li>640&#215;480, 30fps</li>
<li>Image stabilization</li>
<li>175g (6.2oz)</li>
<li>96.5 x 58.4 x 22.9 mm (3.8 x 2.3 x 0.9 in)</li>
<li>230 shots battery life (CIPA)</li>
<li><a href="http://www.amazon.com/Fujifilm-FinePix-F200EXR-Digital-Stabilized/dp/B001R23JMQ/ref=sr_1_1?ie=UTF8&amp;s=photo&amp;qid=1244320028&amp;sr=1-1">$350 on Amazon</a></li>
</ul>
</div>
</div>
<h1>Simple Full-size</h1>
<p>For some casual snapshooters, size is really no object.  In terms of usage, these users might use a camera very similarly to how they&#8217;d use a simple ultracompact &#8211; snapping a photo or two at social events or taking casual photos around the house or room.  In contrast to a simple ultracompact, a <strong>simple full-size</strong> camera doesn&#8217;t have portability as its main concern &#8211; you probably won&#8217;t be able to stuff it in your jeans pocket, and it might even require its own bag &#8211; but has a larger formfactor which often allows for better overall image quality.</p>
<h3>Simple Full-size, premium: Canon Rebel XS with 18-55 IS lens</h3>
<p><img class="alignright size-full wp-image-367" title="canon-rebel-xs" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/canon-rebel-xs.jpg" alt="" width="300" height="279" />The Rebel XS is Canon&#8217;s entry-level DSLR offering.  While it&#8217;s got all the manual controls for more advanced users, like all DSLRs it has an automatic mode that reduces controls to the level of point and shoot.  In its price range, Rebel XS features the top image quality, and unlike some other entry-level models features an 18-55 kit lens with an image stabilization system to help steady low-light images.</p>
<ul>
<li>10MP resolution</li>
<li>29-88mm (3x) zoom range</li>
<li>f/3.5-5.6 aperture</li>
<li>No video</li>
<li>Image stabilization</li>
<li>450g (15.9oz) &#8211; not including lens</li>
<li>127.0 x 96.5 x 61.0 mm (5.0 x 3.8 x 2.4 in) &#8211; not including lens</li>
<li>500 shots battery life (CIPA)</li>
<li><a href="http://www.bhphotovideo.com/c/product/571144-REG/Canon_2762B003_EOS_Rebel_XS_a_k_a_.html">$540 on B&amp;H</a></li>
</ul>
<div>
<h2>Simple Compact, midrange: Canon SD960</h2>
<p>For a midrange budget, there really aren&#8217;t any value-added propositions for moving up a size class for this user group &#8211; one may as well opt for the Canon SD960 for increased portability.  See Simple Ultracompact, midrange above for the description.</p>
<h2>Simple Compact, budget: Panasonic FS15</h2>
<p>For the budget price range, there really aren&#8217;t any value-added propositions for moving up a size class for this user group &#8211; one may as well opt for the Panasonic FS15 for increased portability.  See Simple Ultracompact, budget above for the description.</p></div>
<h1>Workhorse Full-size</h1>
<p>For many in the &#8220;avid photographer&#8221; user profile mentioned in the workhorse compact camera description, the growing interest in photography can often reach a point where taking pictures and documenting an event becomes the primary interest rather than the event itself.  As an example, rather than searching cool or fun places to visit on your next vacation, you might deliberately search for photogenic locales that will make for great photo trips.  For these users, coming away with good images supercedes the enjoyment of traveling or participating in the event itself, and thus the hassle of carrying and managing photo equipment becomes secondary to being able to capture the best images.  For these users, a <strong>workhorse full-size</strong> camera that can handle a variety of scenes and perform under even the most difficult conditions, and sacrifices no capability for size considerations, is ideal</p>
<h2>Workhorse Full-size, premium: Nikon D5000 with 18-55 VR and 55-200 VR lenses</h2>
<p><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/nikon-d5000.jpg"><img class="alignright size-full wp-image-368" title="nikon-d5000" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/nikon-d5000.jpg" alt="" width="300" height="271" /></a>The Nikon D5000 is a midrange DSLR that is a bit lighter on features compared to some higher-end models (mostly in lens compatibility and fast-action capability) but packs the same sensor internals as some of Nikon&#8217;s premium sports cameras.  It&#8217;ll provide by far the best image quality in its price range, especially when a high-ISO mode is required (fast action and low-light).  The D5000 is also one of very few DSLRs currently to feature a video mode.  The 18-55 VR and 55-200 lens combo will require some lens swapping when switching between short and long-range subjects, but together will provide an extremely versatile range that can cover just about anything.  Both also feature IS systems (Nikon calls it VR) to help cut down on camera shake.  If you don&#8217;t require a long range lens, a kit with only the 18-55 VR runs for $773.</p>
<ul>
<li>12MP resolution</li>
<li>18-55 lens: 27-83mm (3x) zoom range; 55-200 lens: 83-300mm (3.6x) zoom</li>
<li>f/3.5-5.6 aperture</li>
<li>1280&#215;720, 24fps (720p) video</li>
<li>Image stabilization</li>
<li>560g (19.8oz) &#8211; not including lens</li>
<li>127.0 x 104.1 x 78.7 mm  (5.0 x 4.1 x 3.1 in) - not including lens</li>
<li>510 shots battery life (CIPA)</li>
<li><a href="http://www.bhphotovideo.com/c/product/628096-REG/Nikon_9700_NIKON_D5000_SLR_w_18_55_55_200.html">$1000 on B&amp;H</a>; <a href="http://www.amazon.com/Nikon-D5000-18-55mm-3-5-5-6G-Vari-angle/dp/B00267S7TQ/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1244335699&amp;sr=1-1">$773 on Amazon (18-55 lens only kit)</a></li>
</ul>
<div>
<h2>Workhorse Full-size, midrange: Pentax K2000 with Sigma 18-200 lens</h2>
<p style="text-align: center;"><img class="size-full wp-image-372 aligncenter" title="pentax-k20002" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/pentax-k20002.jpg" alt="" width="300" height="248" /></p>
<p style="text-align: center;"><img class="size-full wp-image-369 aligncenter" title="sigma-18-200" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/sigma-18-200.jpg" alt="" width="300" height="220" /></p>
<p>While not really known as one of the Big Two DSLR systems, and lacking in cameras and lenses at the very, very high-end range, the Pentax offers a solid system for those who don&#8217;t imagine themselves ever sending into $1000+ lens or $2000+ camera territory.  The K2000 delivers exceptional image quality, though the results aren&#8217;t quite as clean or punchy &#8220;out of box&#8221; as Canon or Nikon cameras.  The chief advantage of the K2000 is its low price and inclusion of an in-camera image stabilization system, which helps reduce camera shake even when used with cheaper lenses that have no lens-based IS systems.</p>
<ul>
<li>10MP resolution</li>
<li>27-300mm (11x) zoom range</li>
<li>f/3.5-6.3 aperture</li>
<li>No video</li>
<li>Image stabilization</li>
<li>524g (18.5oz) &#8211; not including lens</li>
<li>121.9 x 91.4 x 68.6 mm (4.8 x 3.6 x 2.7 in) - not including lens</li>
<li>640 shots battery life (CIPA)</li>
<li>$694 total: <a href="http://www.bhphotovideo.com/c/product/610948-REG/Pentax_17311_K2000_SLR_DIGITAL_CAMERA.html">$410 on B&amp;H (camera)</a>; <a href="http://www.amazon.com/Sigma-18-200mm-3-5-6-3-Samsung-Digital/dp/B0007U00XU/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1244336659&amp;sr=1-1">$284 on Amazon (18-200 lens)</a></li>
</ul>
</div>
<h2>Workhouse Full-size, midrange: Panasonic FZ28</h2>
<div><img class="alignright size-full wp-image-361" title="panasonic-fz28" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/panasonic-fz28.jpg" alt="" width="300" height="259" />The market for the big, hulking ultrazooms of yesteryear have somewhat evaporated in the budget and midrange categories &#8211; for the majority of consumers, the advantages of having a portable formfactor like the Panasonic TZ/ZS series cameras is so enormous that no amount of expanded features or capability would sway them towards a larger camera.  Nonetheless, there are certain advantages to larger cameras like the FZ28: even bigger &#8220;megazoom&#8221; lenses, better ergonomics (there&#8217;s much more camera to hold onto), and manual controls that often aren&#8217;t found on compact ultrazooms for marketing reasons.  While the traditional ultrazoom cameras like Canon&#8217;s S (now SX) and Sony&#8217;s H (now HX) series still exist, they&#8217;ve somewhat transitioned into a premium niche market &#8211; Panasonic&#8217;s FZ28 is just about the only one of these to be found for a reasonable sub-$300 price.</div>
<div>
<ul>
<li>10MP resolution</li>
<li>27-486mm (18x) zoom range</li>
<li>f/2.8-4.4 aperture</li>
<li>1280&#215;720, 30fps video</li>
<li>Image stabilization</li>
<li>370g (13oz)</li>
<li>116.8 x 76.2 x 88.9 mm (4.6 x 3.0 x 3.5 in)</li>
<li>460 shots battery life (CIPA)</li>
<li><a style="text-decoration: none;" href="http://www.amazon.com/Panasonic-DMC-FZ28S-Digital-Stabilized-Silver/dp/B001CCTPFQ/ref=sr_1_2?ie=UTF8&amp;s=photo&amp;qid=1244318627&amp;sr=1-2">$299 on Amazon</a></li>
</ul>
<div>
<h2>Workhorse Full-size, budget: Panasonic TZ4</h2>
<p>Compact ultrazooms like the TZ4 have all but wiped out the ultrazoom market in the lower price brackets &#8211; thus today you won&#8217;t find a more capable budget camera than Panasonic&#8217;s exceptional TZ4, no matter how large you&#8217;re willing to go.  See Workhorse Compact above for the description.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/06/07/camera-guide-june-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
