<?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 &#187; Skills of the Trade</title>
	<atom:link href="http://shuttersounds.thedailynathan.com/category/skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://shuttersounds.thedailynathan.com</link>
	<description>Photographic adoxography at its finest</description>
	<lastBuildDate>Fri, 26 Nov 2010 19:05:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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. [...]]]></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>5</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. [...]]]></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>The Demosaic Project</title>
		<link>http://shuttersounds.thedailynathan.com/2009/06/02/the-demosaic-project/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/06/02/the-demosaic-project/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 02:07:42 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[The Science of It]]></category>
		<category><![CDATA[Bayer]]></category>
		<category><![CDATA[bayer filter]]></category>
		<category><![CDATA[bayer pattern]]></category>
		<category><![CDATA[color filter array]]></category>
		<category><![CDATA[demosaic]]></category>
		<category><![CDATA[demosaicing]]></category>
		<category><![CDATA[interpolation]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=345</guid>
		<description><![CDATA[So over the past couple of weeks I&#8217;ve been working on a little project called Demosaic.  It&#8217;s a little online demo that interpolates image data from (simulated) raw sensor output, similar to what almost every digital camera used today has to do. http://www.thedailynathan.com/demosaic/ The core of the problem is that most digital cameras today make [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.thedailynathan.com/demosaic"><img class="aligncenter size-full wp-image-344" title="demosaic_banner_faded" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/demosaic_banner_faded.png" alt="" width="795" height="314" /></a></p>
<p>So over the past couple of weeks I&#8217;ve been working on a little project called Demosaic.  It&#8217;s a little online demo that interpolates image data from (simulated) raw sensor output, similar to what almost every digital camera used today has to do.</p>
<p><a href="http://www.thedailynathan.com/demosaic/">http://www.thedailynathan.com/demosaic/</a></p>
<p><span id="more-345"></span>The core of the problem is that most digital cameras today make use of a color filter array, or CFA, in order to differentiate intensities based on wavelength, and thereby derive color.  CFAs basically layer different color filters over each photodetector, only allowing that color light through and thereby isolating that intensity.  By far the most common type of CFA used today is the Bayer filter, although many other variants exist.</p>
<div id="attachment_352" class="wp-caption aligncenter" style="width: 385px"><img class="size-full wp-image-352" title="375px-bayer_pattern_on_sensor_profilesvg1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/375px-bayer_pattern_on_sensor_profilesvg1.png" alt="" width="375" height="240" /><p class="wp-caption-text">Diagram of a Bayer pattern sensor</p></div>
<p style="text-align: left;">One of the downsides of using a CFA is that each photodetector, which normally corresponds to a pixel location in the final image, only detects light intensity for one wavelength range.  So a blue-filtered detector will record exactly how much blue light was at the location, but has no idea how much red or green light there might be, for instance.</p>
<p>Digital cameras must therefore interpolate the missing data based on values recorded at nearby photodetectors, in a process known as &#8220;demosaicing&#8221;.  Lots of different algorithms exist, with different tradeoffs in speed, quality, and suitability for different subject matter.</p>
<p>I developed the Demosaic demo as a sort of off-shoot of a broader research report I did on color detection for electronic image sensors for my Electrical Engineering 119 (EE119) optical engineering course at UC Berkeley. (That&#8217;ll get posted soon as well, probably in a few installments and after I get it reviewed and edited a few times.)  Demosaic takes a test Bayer-pattern image (containing only the red, green, or blue values recorded at each location) and renders it into a final image using a variety of different algorithms.</p>
<p>As an example, here&#8217;s an original test image (images magnified 3x for clarity):</p>
<p style="text-align: center;"><img class="size-full wp-image-347  aligncenter" title="original" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/original.png" alt="" width="300" height="300" /></p>
<p>And here&#8217;s the raw Bayer data for the image. Every pixel is encoded with just a green, red, or blue value denoting the intensity of that color.  To get a final image, we have to guess blue and red values at every green pixel, green and blue values at every red pixel, and so on.</p>
<p style="text-align: center;"><img class="size-full wp-image-348  aligncenter" title="bayer" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/bayer.png" alt="" width="300" height="300" /></p>
<p>One of the most basic ways to interpolate the information is to simply take an average (arithmetic mean) of the surrounding pixels.  This is known as bilinear interpolatin, and produces a result like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-349  aligncenter" title="bilinear" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/bilinear.png" alt="" width="300" height="300" /></p>
<p>Not terrible, especially as bilinear interpolation is just about the fastest algorithm out there (after nearest neighbor interpolation, which simply picks a single nearby pixel).  The demosaicing artifacts are readily noticeable, however &#8211; color artifacting at white/black transitions, and &#8220;zipper&#8221; pattern artifacting along edges.  Needless to say, this really isn&#8217;t all that acceptable for serious imaging applications.</p>
<p>Here&#8217;s another example with a more advanced algorithm known as Edge-sensing bilinear.  This is an adaptive algorithm, which actually analyzes the image for local spatial features (in this case, harsh intensity transitions, or &#8220;edges&#8221;) and interpolates the data based on this context.</p>
<p style="text-align: center;"><img class="size-full wp-image-351  aligncenter" title="relative_edgesensing" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/06/relative_edgesensing.png" alt="" width="300" height="300" /></p>
<p>While not perfect, you can see this algorithm gets rid of many of the artifacts present in simple non-adaptive bilinear interpoltion.  The zipper pattern artifacting has mostly disappeared, and the color artifacts at black/white transitions is also less apparent.  As a tradeoff, however, this edge-sensing algorithm comes at a greater computational cost compared to simple bilinear interpolation.</p>
<p>To learn more about the <a href="http://www.thedailynathan.com/demosaic/algorithms.php?image=raw.png">different algorithms</a> and run <a href="http://www.thedailynathan.com/demosaic/comparison.php?image=raw.png">side-by-side comparisons</a>, <a href="http://www.thedailynathan.com/demosaic/">check out the Demosaic site</a>.  Also feel free to upload <a href="http://www.thedailynathan.com/demosaic/custom.php?image=raw.png">your own custom images</a> to see how the algorithms perform on different types of image content.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/06/02/the-demosaic-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the Shot: Election Night in Berkeley, Part 3</title>
		<link>http://shuttersounds.thedailynathan.com/2009/03/15/making-the-shot-election-night-in-berkeley-part-3/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/03/15/making-the-shot-election-night-in-berkeley-part-3/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 21:49:17 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Making the Shot]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[Bancroft Way]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Berkeley]]></category>
		<category><![CDATA[celebration]]></category>
		<category><![CDATA[crowd]]></category>
		<category><![CDATA[crowd shots]]></category>
		<category><![CDATA[Daily Cal]]></category>
		<category><![CDATA[Daily Cal election cover]]></category>
		<category><![CDATA[Durant Avenue]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[election night]]></category>
		<category><![CDATA[flags]]></category>
		<category><![CDATA[girl]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photojournalism]]></category>
		<category><![CDATA[student]]></category>
		<category><![CDATA[symbolism]]></category>
		<category><![CDATA[Telegraph Ave]]></category>
		<category><![CDATA[The Daily Californian]]></category>
		<category><![CDATA[united states presidential election]]></category>
		<category><![CDATA[woman]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=259</guid>
		<description><![CDATA[So the last and final installment here is all about my third and last trip out to cover the election story, which finally resulted in the little image that ended up gracing the cover of the next day&#8217;s special Elections issue: As the clock struck midnight and November 5th dawned, I was just headed out [...]]]></description>
			<content:encoded><![CDATA[<p>So the last and final installment here is all about my third and last trip out to cover the election story, which finally resulted in the little image that ended up gracing the cover of the next day&#8217;s special Elections issue:</p>
<div id="attachment_260" class="wp-caption aligncenter" style="width: 428px"><img class="size-full wp-image-260" title="Daily Cal Election Cover" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/02/photojournalism_electioncover.jpg" alt="Cover - Daily Cal Elections special issue" width="418" height="580" /><p class="wp-caption-text">Cover - Daily Cal Elections special issue</p></div>
<p>As the clock struck midnight and November 5th dawned, I was just headed out of the office after dropping off the rest of my photos from the <a href="/2009/01/30/making-the-shot-election-night-in-berkeley-part-2/">massive crowd that had gathered down on the streets outside at Bancroft &amp; Telegraph</a>.  The photo editors Anna and Victoria were still in the office (and would be through to the morning) sorting through photos and compiling the photospread (<a href="http://www.dailycal.org/data/pdf/2170.pdf">.pdf</a>, 7.2mb, pg 7-8)  that would appear in the next day&#8217;s paper, for which the Daily Cal photo staff had already collectively compiled a few hundred photos.</p>
<p>At this point I would say I was pretty content but not particularly happy with the photos I had come back with.  The shots from the <a href="/2008/11/10/making-the-shot-election-night-in-berkeley-part-1/">viewing party</a> were good &#8211; slideshow or photospread worthy &#8211; but I wasn&#8217;t particularly fond of any of the crowd photos from the celebration on the streets.  Sure they covered the event, but photos like <a href="/wp-content/uploads/2009/01/img_3189a_crop_795px.jpg">this</a> or <a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3194a_crop_795px.jpg">this</a> aren&#8217;t really going to rock anyone&#8217;s socks.<span id="more-259"></span></p>
<p>So on my way out I decided to check out the crowd once again.  By now they had vacated the Bancroft &amp; Telegraph intersection (or perhaps moved&#8230; a contingent of police officers was now situated at the intersection) and had moved a block down to the Telegraph &amp; Durant intersection.  The crowd wasn&#8217;t the raging horde of celebration it was, but there were still plenty of people, shouting or running about, climbing up streetlights and buildings, setting off fireworks, and the general stuff celebratory crowds do.</p>
<p>It happened to be that the very first subject I happened upon was this girl carrying an American flag, riding on someone&#8217;s shoulders above the crowd.  I snapped a quick shot, and here&#8217;s the straight-out-of-box result:</p>
<div id="attachment_270" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-270 " title="Front cover original" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3204_original_small.jpg" alt="The original of the eventual front cover image" width="795" height="530" /><p class="wp-caption-text">The original of the eventual front cover image</p></div>
<p>It proved to be one of the nicer images from the scene &#8211; at this point there wasn&#8217;t too much going on besides general celebration, and while those subjects can provide usable images:</p>
<div id="attachment_268" class="wp-caption aligncenter" style="width: 277px"><img class="size-full wp-image-268" title="Celebratory Fireworks" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3231a_small.jpg" alt="A man sets off fireworks in the middle of the crowd celebrating President-elect Barack Obama's election night victory" width="267" height="400" /><p class="wp-caption-text">A man sets off fireworks in the middle of the crowd celebrating President-elect Barack Obama</p></div>
<div id="attachment_269" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-269 " title="Noah's Bagels Celebration" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3265a_small.jpg" alt="Members of the crowd climbed atop the Noah's Bagels at Telegraph &amp; Durant" width="600" height="400" /><p class="wp-caption-text">Members of the crowd climbed atop the Noah</p></div>
<p>Both images told the story of the scene perhaps as well as the first image, but the issue with these photos (as with many photos photojournalists take, in general) is that they are completely generic.  The photo of the man with fireworks could be from the Fourth of July.  Are the men above Noah&#8217;s Bagels some eco-protestors demanding the company only use free-range bagel trees?  Or what&#8217;s to even denote <a href="/wp-content/uploads/2009/01/img_3174a_400px.jpg">photos like this</a>, from the earlier crowd, as celebratory, rather than the start of some massive and destructive race riot?</p>
<p>The girl with the flag was far from the ideal subject, but it was better than nothing.  At least we can tell she is celebrating, and the presence of the flag clues us in that the nature of the celebration is perhaps something related to nationalism or politics.  Given an appropriate publication time context (day after the U.S. election), a typical viewer can extrapolate the information given in the photo into the full story, which isn&#8217;t so clear-cut with either of the other photos.</p>
<p>So eventually we decided to run with that first photo I took, which was really a simple snapshot (literally the first shot I had from when I arrived on the scene).  I was long gone from the office by then, so I can&#8217;t elaborate on the exact decision process and rationale, but the thing with these special issue, featurey-type cover images is that you want them to be somewhat monolithic.  Their point is not to cover or tell the story, but to simply give the viewer some visual element that, in a very abstract sense, summarizes the story. Now, whether you want to interpret that cover image as some wishy-washy Lady Liberty looking forward to new hope/taking a sigh of relief, I&#8217;ll leave up to the individual viewer; it&#8217;s a fuzzy thing and as a photographer who doesn&#8217;t deal with the realm of art I will say for certain I had no thoughts of conveying any particular emotion or symbolism with the image.</p>
<p>A brief aside to the technical aspect &#8211; the lighting situation in this particular scene was garish.  As you can no doubt tell from the original photo, the white balance is off by a lot, with the image taking on an extremely strong orange cast.  Normally, you&#8217;d want to make sure to correct your white balance before shooting, by taking out some grey card or just applying a custom white balance based off the street lamp itself.  The alternative, of course, is simply taking your photos in some RAW format, which allows you to apply the exact same white balance correction in post-processing.  In this photo, the white stripes on the U.S. flag provided a perfect neutral reference, so I used the dropper/sampler tool on that area and voila, perfect white balance!</p>
<div id="attachment_272" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-272 " title="White-balanced Cover Photo" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3204_filtered_small.jpg" alt="White-balanced" width="795" height="530" /><p class="wp-caption-text">White-balanced</p></div>
<p>This looks a bit dull and lacking in contrast (note especially the lack of any true black), so I restored the black point and made a few other minor curve adjustments, and here&#8217;s the final image:</p>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-273 " title="Final Cover Image" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3204a_small.jpg" alt="Final Processed Image" width="795" height="530" /><p class="wp-caption-text">Final Processed Image</p></div>
<p>Interestingly enough, the above shot wasn&#8217;t the one I had tabbed to be &#8220;the image&#8221; for inclusion in whatever slideshow or photospread we would be doing (I had no idea we would be doing a full-page cover; I probably would have spent some more time on this shot and others if I did).  For the last series of shots I took before I left, I had a slightly more abstract vision in mind, taking the same girl and her flag (which was by far the most prominent symbol of &#8220;American politics&#8221; on display by this time of the celebration) but focusing much more on the flag in the midst of the celebration in general.  I thought these photos might work out as a better general symbol, where as the above photo hones in a lot more on this particular woman, who aside from being one of the participants in the celebration had nothing to do with the event or the story.  Of course, if you as the viewer choose to interpret this graceful-looking caucasian woman as perhaps some allusion to Lady Liberty or something similar, I suppose the symbolism still holds and the photo is abstract enough. But in my view this is somewhat of a risky proposition, as a very plausible scenario could involve some uninformed reader stumbling upon the paper, seeing a huge full-page spread of some woman in the front, and wondering what story there is concerning this particular person.  Of course, this could very well be the unwarranted paranoia of the fuzzy coming from this engineer&#8217;s worldview of photographic meaning.</p>
<p style="text-align: center; "><img class="aligncenter size-full wp-image-274" title="Abstract Attempt 1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3269ab_small.jpg" alt="" width="795" height="530" /></p>
<p><img class="aligncenter size-full wp-image-275" title="Abstract Attempt 1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3272ab_small.jpg" alt="" width="795" height="530" /></p>
<p><img class="aligncenter size-medium wp-image-276" title="Abstract Attempt 3" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3273a_small.jpg" alt="" width="795" height="537" /></p>
<p><img class="aligncenter size-full wp-image-277" title="Abstract Attempt 4" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/03/img_3274a_small.jpg" alt="" width="448" height="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/03/15/making-the-shot-election-night-in-berkeley-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the Shot: Election Night in Berkeley, Part 2</title>
		<link>http://shuttersounds.thedailynathan.com/2009/01/30/making-the-shot-election-night-in-berkeley-part-2/</link>
		<comments>http://shuttersounds.thedailynathan.com/2009/01/30/making-the-shot-election-night-in-berkeley-part-2/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 11:22:42 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Making the Shot]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[Bancroft Way]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Berkeley]]></category>
		<category><![CDATA[celebration]]></category>
		<category><![CDATA[crowd]]></category>
		<category><![CDATA[crowd shots]]></category>
		<category><![CDATA[Daily Cal]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[election night]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photojournalism]]></category>
		<category><![CDATA[spray 'n pray]]></category>
		<category><![CDATA[Telegraph Ave]]></category>
		<category><![CDATA[The Daily Californian]]></category>
		<category><![CDATA[ultrawide lens]]></category>
		<category><![CDATA[united states presidential election]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=235</guid>
		<description><![CDATA[So when I originally planned this article, it was a couple days after the November 4th election and all the craziness that ensued.  So I suppose, more than a week after the actual inauguration, this isn&#8217;t exactly the most relevant anymore, but I&#8217;d like to hope that these photos (and whatever lessons gleamed from them) [...]]]></description>
			<content:encoded><![CDATA[<p>So when I originally planned this article, it was a couple days after the November 4th election and all the craziness that ensued.  So I suppose, more than a week after the actual inauguration, this isn&#8217;t exactly the most relevant anymore, but I&#8217;d like to hope that these photos (and whatever lessons gleamed from them) are somewhat timeless.</p>
<p>For the Daily Cal&#8217;s election night coverage, I was <a href="/2008/11/10/making-the-shot-election-night-in-berkeley-part-1/">initially assigned to cover the results watching party</a> held at the Institute of Government Studies (IGS) Library at Moses Hall.  After I had gotten back to the office and was in the midst of sorting through and cutting down my images, we started hearing a crowd gathering outside.  So most of the people in the office went over to the Bancroft-facing windows and found this:</p>
<h2>Part II: Berkeley Street Celebration</h2>
<div id="attachment_236" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-236 " title="electionnight_crowd" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3132a_795px.jpg" alt="Election night crowd on Bancroft" width="795" height="530" /><p class="wp-caption-text">Election night crowd on Bancroft</p></div>
<p>Like any good photojournalist, the next thing I did was to hop in the elevator and leap down into the fray.<span id="more-235"></span></p>
<h3>Working the Ultrawide</h3>
<p>When dealing with huge crowds and cramped spaces, your biggest friend will be an ultrawide lens.  Usually you&#8217;ll want to show the vastness of the surrounding crowd, and most of the time that&#8217;s not quite possible with even a moderate wide-angle.  Compare this shot, for example, which is taken at a 12mm equivalent:</p>
<div id="attachment_239" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-239" title="crowd_12mm (500px)" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3170a_500px.jpg" alt="Election night crowd at 12mm" width="500" height="333" /><p class="wp-caption-text">Election night crowd at 12mm</p></div>
<p>To this crop of the same photo, which represents a 24mm equivalent (which is still a fair bit wider than the standard lenses most photogs use).  In this second shot you get the sense that it&#8217;s very cramped and crowded, but that&#8217;s it.  You don&#8217;t get any idea about the vastness of the crowd, and since there&#8217;s so many people around, they take up virtually the entire frame, leaving no room to see what exactly the context or the surroundings are.</p>
<div id="attachment_243" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-243" title="crowd_24mm" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3170a_2x_500px.jpg" alt="Election night crowd at 24mm" width="500" height="337" /><p class="wp-caption-text">Election night crowd at 24mm</p></div>
<p>The ultrawides also offer a few more advantages.  Oftentimes in these situations you&#8217;ll be forced to simply hold the camera as high above your head as you can, and unless you&#8217;re equipped with live view and a rotatable LCD screen, there&#8217;s simply no way to see what exactly you&#8217;re getting.  The technique here is to simply spray &#8216;n pray &#8211; set the camera on continuous high and just keep clicking away, with the hopes that at least one of the shots will be the actual framing you want.  The ultrawide helps here by capturing more of the scene, thereby giving greater latitude in cropping down to the framing you actually want.  Ultrawides are also a lot less susceptible to shake, which is useful for these low-light situations (although this advantage disappears if you start cropping in).</p>
<h3>Attaining Focus</h3>
<p>Before I get to my next point, here is a smattering of other crowd shots I took earlier on when I first got down to the street and started making my way through the crowd.  Needless to say, these are the ones I didn&#8217;t even bother turning in to the editor.</p>
<p><img class="size-full wp-image-250 alignnone" title="img_3174a_400px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3174a_400px.jpg" alt="" width="400" height="267" /> <img class="size-full wp-image-244 alignnone" title="img_3167a_400px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3167a_400px.jpg" alt="" width="400" height="267" /> <img class="size-full wp-image-246 alignnone" title="img_3182a_400px" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3182a_400px.jpg" alt="" width="400" height="267" /></p>
<p>The biggest issue with all of these images is that none of them have any particular subject that captures the viewer&#8217;s attention.  All the viewer sees in these images is a huge collection of people.  Beyond the existence of this very large mob, there is really very little information that these images reveal &#8211; why are all these people gathered here?  what is the sentiment of the crowd &#8211; are they celebratory or riled in anger?  Most of these images feature a fairly bland and random crowd (no real consensus of ethnicity or age or gender or dress style) and are taken far away enough that the facial expressions of the individuals aren&#8217;t easily noticeable, thus providing us no context whatsoever.  If you weren&#8217;t viewing them here in the context of a photo blog about election night coverage, you wouldn&#8217;t be able to tell this crowd from a riotous mob taking to the streets, an organized political protest on the march, or perhaps even the sold-out crowd at some outdoor street concert?</p>
<p>From a journalistic standpoint, the last image here is the closest to what we want, even though aesthetically it may be the worst of the bunch.  Nevertheless, this photo prominently features (somewhat) the faces of some members of the crowd up front; we can clearly see that they&#8217;re cheering and having a good time, which tells us this is a celebration of some sort.  Furthermore the flag being held up in the background tells us that there is some element of politics or perhaps patriotism involved in this gathering.  If the average viewer can put two and two together (perhaps in conjunction with the fact that this is running on the day after the election, near some headline related to the election), it becomes obvious that this is a crowd that is celebrating the election results, which isn&#8217;t something that&#8217;s very obvious in any of the other images.</p>
<p>Of course, this image isn&#8217;t perfect either.  It&#8217;s not very interesting aesthetically; there&#8217;s not quite enough focus on the individuals up front (though this is a delicate balance between also showing enough context (i.e. the massive crowd behind them)); and since the background is basically pitch black, we don&#8217;t have a clue where the heck we are.</p>
<p>So as I was taking and reviewing my shots in the field, surrounded by this crowd, I began to realize how fruitless my current approach of spray &#8216;n pray to get a good variety of crowd shots was &#8211; no matter where you&#8217;re pointing the camera, the endless sea of nondescript people will look the same everywhere, which doesn&#8217;t provide much variety at all.  My focus turned to picking out elements that would stick out from the crowd and provide a good focus for the viewer.</p>
<p>I found my subject in the form of a parked police car at the Bancroft and Telegraph intersection.  The crowd had essentially encircled it, but there really wasn&#8217;t much going on &#8211; the officer was mostly just standing there by his car and occasionally stopping the overzealous individual from hopping on it.  Other than that there was really very little interaction &#8211; the police car simply served as an interesting visual element to break up the monotonous sea of people.  Here are the two images I ended up bringing back (take a guess at <a title="2008 November 6th issue" href="http://www.dailycal.org/issue.php?id=2171">which one ended up printed on the front page?</a>)</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-251 " title="Election Night crowd" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3189a_crop_795px.jpg" alt="Election night crowd - girl and flag" width="795" height="480" /><p class="wp-caption-text">Election night crowd - girl and flag</p></div>
<div id="attachment_252" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-252 " title="Election night police car" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2009/01/img_3194a_crop_795px.jpg" alt="Election night crowd - police car" width="795" height="555" /><p class="wp-caption-text">Election night crowd - police car</p></div>
<p>The first shot here has basically all the elements we&#8217;re looking for.  The aesthetic is there &#8211; we have some clear subjects in the cheering girl, the flag, and the police car to draw the viewer&#8217;s attention and tell us about the nature of the people here and what they&#8217;re doing.  We also still see plenty of the vast crowd, and the ultrawide angle gives us a view down Bancroft and Telegraph, which provides the scene-setting context.  Everything about the event (who was there, what they were doing, where it happened) can pretty much be told by this photo.</p>
<p>The second photo actually isn&#8217;t all that much different from the first few photos.  Sure there&#8217;s a waving flag (although it&#8217;s not really as prominent here as in previous ones), but otherwise a fairly nondescript crowd for which we have no idea what they&#8217;re doing here.  The image does have an aesthetic draw, which is the police car, and the officer talking with some members of the crowd, but in the grand scheme of this celebration, this basically amounts to a photographic non sequitur.  There wasn&#8217;t anything special about the car or the officer &#8211; they didn&#8217;t participate or interact with the crowd; they were just there, and showing the viewer that a police officer was at the scene doesn&#8217;t tell them anything at all about the event (it may even be misleading, depending on how deeply a viewer reads into it).</p>
<p>It turns out the second image was chosen anyway, which I sort of chalk up to a case of aesthetics winning out over storytelling.  Sometimes that happens, but in any case I think this is a pretty good example demonstrating the differences between covering the event as a regular photog (looking for the best-looking image) and covering the event as a photojournalist (looking for the most comprehensively descriptive image, usually).  Sometimes you&#8217;ll have to sacrifice aesthetics in order to tell a more accurate or more complete story.  And sometimes the image with better aesthetics will run anyway, if it tells the story &#8220;good enough&#8221; (which I don&#8217;t necessarily disagree with &#8211; readers <em>will</em> get bored if you simply run the safe, descriptive image every time).</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2009/01/30/making-the-shot-election-night-in-berkeley-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making the Shot: Election Night in Berkeley, Part 1</title>
		<link>http://shuttersounds.thedailynathan.com/2008/11/10/making-the-shot-election-night-in-berkeley-part-1/</link>
		<comments>http://shuttersounds.thedailynathan.com/2008/11/10/making-the-shot-election-night-in-berkeley-part-1/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 06:36:11 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Making the Shot]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[bounce flash]]></category>
		<category><![CDATA[Daily Cal]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[election night]]></category>
		<category><![CDATA[low-light photography]]></category>
		<category><![CDATA[making the shot]]></category>
		<category><![CDATA[obama victory speech]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photojournalism]]></category>
		<category><![CDATA[The Daily Californian]]></category>
		<category><![CDATA[united states presidential election]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=212</guid>
		<description><![CDATA[By now many of you have probably seen the Daily Cal photos and slideshows, as well as the election issue front cover.  Election night was an all streetlamp-lit night photography affair, which is pretty much the pinnacle of low-light difficulty (unless you were to cover news by moonlight, I suppose).  Combined with all of the [...]]]></description>
			<content:encoded><![CDATA[<p>By now many of you have probably seen the Daily Cal <a href="http://www.dailycal.org/mediabox.php?id=227&amp;type=slideshow">photos</a> and <a href="http://www.dailycal.org/mediabox.php?type=slideshow&amp;id=more&amp;min=3">slideshows</a>, as well as the <a href="/2008/11/06/believe-it/">election issue front cover</a>.  Election night was an all streetlamp-lit night photography affair, which is pretty much the pinnacle of low-light difficulty (unless you were to cover news by moonlight, I suppose).  Combined with all of the fast-paced action, it made for one of the more challenging shoots in my favorite specialty area.</p>
<div id="attachment_224" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-224  " title="IGS Library" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_3108a_small.jpg" alt="Members of the public watch a broadcast of Senator Barack Obama's victory speech at the IGS Library in Moses Hall" width="795" height="479" /><p class="wp-caption-text">Members of the public watch a broadcast of Senator Barack Obama&#39;s victory speech at the IGS Library in Moses Hall</p></div>
<h2>Part 1: Results Viewing at Moses Hall</h2>
<p>I had classes throughout the day on Tuesday, so the first event I caught was the viewing party for members of the public (mostly Cal Dems) at the Institute of Government Studies (IGS) at Moses Hall.  There was a large screen set up inside the IGS library, where a crowd of mostly tepid adults were watching.  I stayed here for a few minutes, but it quickly became apparent that this was probably the least energetic group of election results viewers in the entire city &#8211; the entire crowd sat throughout the broadcast in absolutely silence, without a single cheer or handclap as each of the states in the presidential race were called.  Meanwhile, the group of students watching under an outdoor tent set up in the courtyard between Moses and Stephens Hall were letting out whoops and hollers that could be heard through the windows, so I decided to head out there in hopes of catching a little more enthusiasm.</p>
<p><span id="more-212"></span>Usually, outdoor streetlights are bad enough, since they&#8217;re usually old and emit a heavily off-white yellow color, and aren&#8217;t bright enough to light anything adequately.  Making matters worse, the organizers had pitched up a tent which blocked off what little light the streetlamps gave, leaving the faint projector light reflected off a screen as the predominant source of illumination in the room.</p>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-213 " title="Cal Dems viewing tent outside Moses Hall" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2749_small.jpg" alt="Cal Dems viewing tent outside Moses Hall" width="795" height="418" /><p class="wp-caption-text">Cal Dems viewing tent outside Moses Hall</p></div>
<p>Even throwing aside all the issues with blurry long exposures and noisy high-ISOs, your typical &#8220;natural light&#8221; photo here would look atrocious due to the quality of light given.  Issue 1 is the terrible contrast between the fairly neutral white light emitted by the projector, and the distinctly yellow glow of the rest of the scene that was illuminated by the surrounding street lamps.  With a single light source type emitting a certain color of light, color-balancing a RAW file will do the trick, but this is impossible with multiple light sources.  In this case, we&#8217;re either stuck with a photo like this, or a photo balanced for the surrounding yellow areas, which would leave the projector screen and the subjects next to it unnaturally blue.</p>
<p>Issue 2 is the large dynamic range in this image, which goes from a detail-less bright white screen to detail-less blacks in the shadow areas.</p>
<p>Given these issues, I chose a spot on the left side of the projector screen, focusing mostly on the few people sitting in the front row.</p>
<div id="attachment_214" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-214 " title="Front row, from standing chest level height" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2791_small.jpg" alt="Front row, from standing chest level height" width="795" height="467" /><p class="wp-caption-text">Front row, from standing chest level height</p></div>
<p>Taking the projector screen out of the photo, the worst of the dynamic range issues disappear.  We still have problems with crushed shadows, but no highlights are &#8220;blown out&#8221;, and the most important elements &#8211; people&#8217;s faces, or perhaps the flags &#8211; are correctly exposed and perfectly visible.</p>
<p>This photo was taken at about chest level, which is still high up enough to see most of the background.  While background elements are usually nice for context, in this case it&#8217;s somewhat hurting the photo because the back is a lot darker and less detailed (on account of our primary light source, the projector screen, illuminating the front row only). The background is also mostly illuminated by light from the surrounding yellow lamps, strongly clashing with the neutral white light from the projector screen.</p>
<p>To solve this, I ended up taking most photos while sitting/kneeling to achieve a lower vantage point.  This gives a slight perspective difference and makes your subjects appear bigger, but more importantly removes the dim 3rd row+ crowd and most of the ugly yellow background and replaces it with the nice, fairly neutral white tent ceiling.  The effect is a cleaner photo with no ugly distractions, allowing viewers to focus attention on the front row people and their reactions/expressions.</p>
<div id="attachment_215" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-215 " title="Front row, waist-level height" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2795_small.jpg" alt="Front row, waist-level height" width="795" height="414" /><p class="wp-caption-text">Front row, waist-level height</p></div>
<p>While taking these shots I also noticed the light emanating from the laptop of the fellow on the left, which provided another interesting light source to take advantage of:</p>
<div id="attachment_216" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-216 " title="Laptop light source" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2805_small.jpg" alt="Laptop light source" width="795" height="530" /><p class="wp-caption-text">Laptop light source</p></div>
<div id="attachment_217" class="wp-caption aligncenter" style="width: 414px"><img class="size-full wp-image-217 " title="Laptop light source" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2815_small.jpg" alt="Laptop light source" width="404" height="600" /><p class="wp-caption-text">Laptop light source</p></div>
<div id="attachment_218" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-218 " title="Laptop light source" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2900_small.jpg" alt="Laptop light source" width="795" height="463" /><p class="wp-caption-text">Laptop light source</p></div>
<p>After spending some time taking these natural light photos, I decided to try busting out the flash.  Typically flash doesn&#8217;t work so well in outdoor nighttime environments, since there&#8217;s no practical surface to bounce off of, and direct flash (even the sto-fen &#8220;diffused&#8221; kind) will black out any background beyond a couple of meters (think your typical flash party pictures), providing no context for whatever primary subjects are in the front.</p>
<p>Since we were under a tent (see first image) with a white canopy, there *was* an actual ceiling to bounce off of.  While this worked to illuminate the room, it did so <em>too</em> well &#8211; the whole scene looked like it was taken indoors or in daylight, with a bright-white ceiling. I&#8217;ve actually deleted all of the ceiling bounce photos, but they looked something like this, which is to say not like a dark outdoor tent whatsoever.</p>
<div id="attachment_220" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-220 " title="Overhead Flash" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2985_small.jpg" alt="This flash was actually bounced behind me at a slightly upward angle.  A direct ceiling bounce looked far worse (somewhat like this, but with a lot less fill)" width="600" height="366" /><p class="wp-caption-text">This flash was actually bounced behind me at a slightly upward angle.  A direct ceiling bounce looked far worse (somewhat like this, but with a lot less fill)</p></div>
<p>Obviously this wasn&#8217;t going to work, and I thought I&#8217;d be stuck with ambient lighting for the night.  Fortunately though, the tent wasn&#8217;t exactly an open-air tent &#8211; it was encased with a transparent plastic curtain.</p>
<div id="attachment_221" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-221 " title="Plastic curtain" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2771_small.jpg" alt="The mostly transparent but somewhat reflective plastic curtain" width="600" height="400" /><p class="wp-caption-text">The mostly transparent but somewhat reflective plastic curtain</p></div>
<p>Obviously a sheet of see-through plastic is not the most ideal surface for bouncing, but it was just enough to do the trick here, at about 1/4 flash power on my Sigma EF-500 DG Super (GN 165ft) with ISO1600 and f/2.8.  I angled the flash to fire backwards, reflecting off the back curtain and illuminating the people in the front.</p>
<div id="attachment_222" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-222 " title="Diffused direct flash" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2923a_small.jpg" alt="Diffused direct flash" width="795" height="597" /><p class="wp-caption-text">Diffused direct flash</p></div>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-223 " title="Diffused direct flash" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/11/img_2929a_small.jpg" alt="Diffused direct flash" width="795" height="598" /><p class="wp-caption-text">Diffused direct flash</p></div>
<p>So the moral of the story here is, explore your scene and get creative with your light sources.  In low-light conditions, chances are that the lighting given is going to be crappy &#8211; there is very little you&#8217;re going to be able to do to capture the entire scene (in this case, the entire room of viewers) with sufficient quality.</p>
<p>Looking for isolated subjects that are particularly illuminated by a light source is a good start &#8211; in this case it was taking only the front row of students who were illuminated by the projector screen, and later it was the handful of people huddled around a laptop.  Sure, focusing on such a select group doesn&#8217;t adequately &#8220;tell the whole story&#8221;, but then again the single photo that usually runs in a paper never does.</p>
<p>Bringing a flash with you opens up far more options.  Pop-up or embedded flashes are useful mostly as a last-resort tool, when there&#8217;s no possible ISO/shutter/aperture combination that will give you a sufficient exposure and acceptable blur.  With an external flash that&#8217;s capable of swiveling, however, nearly anything in your immediate proximity can be turned into a light source.  It&#8217;s still a good idea to have a relatively dialed-down flash output, and a longer shutter to include more ambient light &#8211; this gives you most of the positive effects flash can offer &#8211; sufficient illumination, frozen motion &#8211; while still preserving the overall mood of the ambient light (both of the final images still look like they were taken in a dark tent, rather than a bright indoor room, like the ceiling bounce photo).</p>
<p>The two things you want to keep in mind when choosing a surface to be your new light &#8220;source&#8221; via bounce are direction and surface area.  Surface area is of course going to determine the level of diffusion &#8211; the larger the surface area, the softer and more diffuse light will be (generally a good thing).  This is perhaps the primary factor in producing a pleasing flash effect rather than an atrocious one.  Despite having flash come from a directly forward direction like a typical direct flash, the two photos above still appear pleasing, primarily because that light was reflected over a much larger area on the plastic curtain first.</p>
<p>Direction has much more to do with the &#8220;feel&#8221; of the lighting, and typically if you want to preserve a similar feel to the ambient lighting, you want the direction of the light source to match that of ambient lighting.  This is why most indoor events will see light bounced off of the ceiling, emulating ceiling lights.  And light bounced off the floor looks like campfire lighting.  And sidewall-bounced light never looks realistic.  In my case, the light was bounced from behind me, which was where light from the outside streetlamps was entering anyway.</p>
<p>That about wraps up the photos from the results viewing party.  If you were wondering, the last photo was the one chosen for publication, otensibly because of the expression/reactions that I had no part of, but I like to think because of good technical lighting quality.  Next post I&#8217;ll talk about the ensuing craziness in the Berkeley streets and the photos for that, including the <a href="http://portfolio.thedailynathan.com/i/photojournalism_electioncover.jpg">eventual Daily Cal front cover</a>.  If you&#8217;ve got any other questions about the shots above, or the thought process through the assignment, feel free to post it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2008/11/10/making-the-shot-election-night-in-berkeley-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Football Photography X’s and O’s, Part 4: Equipment Analysis 2</title>
		<link>http://shuttersounds.thedailynathan.com/2008/10/15/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-4-equipment-analysis-2/</link>
		<comments>http://shuttersounds.thedailynathan.com/2008/10/15/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-4-equipment-analysis-2/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:40:36 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Insights and Analysis]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[california bears]]></category>
		<category><![CDATA[Chantz Staden]]></category>
		<category><![CDATA[Christopher Ivory]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[football equipment]]></category>
		<category><![CDATA[football photography]]></category>
		<category><![CDATA[Football photography X’s and O’s]]></category>
		<category><![CDATA[fumble return]]></category>
		<category><![CDATA[Gary Rogers]]></category>
		<category><![CDATA[Kevin Riley]]></category>
		<category><![CDATA[Martin Stadium]]></category>
		<category><![CDATA[Nate Longshore]]></category>
		<category><![CDATA[Nikon 400mm]]></category>
		<category><![CDATA[Nikon 400mm f/2.8]]></category>
		<category><![CDATA[Nikon 400mm f/2.8 (non-VR)]]></category>
		<category><![CDATA[Palouse]]></category>
		<category><![CDATA[sports photography]]></category>
		<category><![CDATA[Syd'Quan Thompson]]></category>
		<category><![CDATA[viewfinder vision]]></category>
		<category><![CDATA[washington state]]></category>
		<category><![CDATA[washington state cougars]]></category>
		<category><![CDATA[Zach Follett]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=126</guid>
		<description><![CDATA[Last time I left off, I had finished shooting my first football game and was left partially satisfied with most of my setup, yet wanting a bit more, especially on the very long end. For my second game the very next week, I traveled out with the team to Palouse, Washington, for an away game [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/2008/09/27/football-photography-x’s-and-o’s-part-1-equipment-analysis-1/">Last time I left off</a>, I had finished shooting my first football game and was left partially satisfied with most of my setup, yet wanting a bit more, especially on the very long end.  For my second game the very next week, I traveled out with the team to Palouse, Washington, for an away game against the Washington State Cougars.</p>
<div id="attachment_22" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-22 " title="Martin Stadium at Washington State in Palouse, Washington" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/img_5713a_crop1.jpg" alt="Clear skies in Palouse, WA at Washington State's Martin Stadium" width="795" height="476" /><p class="wp-caption-text">Clear skies in Palouse, WA at Washington State</p></div>
<p>Since the wide and mid-range setup worked just fine, I decided to stick with that, but on the long end I brought a Nikon D200 and Nikon 400mm f/2.8 non-VR lens (Nikon, yucky!).</p>
<p>Long range: Nikon D200 with 400 f/2.8 (35mm equivalent: 600mm f/4.2)<br />
Midrange:  Canon 1D Mark II with 70-200 f/2.8 IS (35mm equivalent: 91-260mm f/3.6)<br />
Wide: Canon 5D with 24-70 f/2.8 (35mm equivalent: 24-70mm f/2.8)<br />
Ultrawide: Canon 5D with 12-24 f/4.5-5.6 (35mm equivalent: 12-24 f/4.5-5.6</p>
<h2>Handling the 600mm Beast</h2>
<p>Compared to the Canon 40D with 1.4x teleconverter and 70-200 f/2.8 IS I had last time, the D200 equipped with a big prime like the 400 f/2.8 was a very different kind of beast.  To start off, the setup was far more clunky &#8211; while a 70-200 and 40D can easily sling over your shoulder or around your neck, and can be handheld without a problem, the 400mm is heavy and on top of that really needs to be used with a monopod.  This is problematic in a few ways:</p>
<p><span id="more-126"></span></p>
<ul>
<li>Monopods need to be set up.  Sure, you can set it to a certain height, but this also somewhat restricts your vantage point.  You might want to take some shots close to the ground to give the &#8220;imposing giant&#8221; perspective when looking upward at players.  Or you may want to go up higher so that you can see &#8220;over&#8221; the offensive and defensive lines and actually get a shot of the quarterback.  Using a monopod (same issue with a tripod) requires one to extend or contract the height in order to get the vantage point you want.</li>
<li>It&#8217;s hard to run with a 10 pound lens.  Football games require a lot of running around, moreso than most other sports.  While baseball or association football (soccer) might sit all the photographers into a designated press box, football allows for some modest free reign back and forth along the sidelines and behind the end zones.  This means you&#8217;ll do a fair bit of running back and forth, especially after any big plays that move the ball deep downfield, or any change of possession.  With my more moderate setup the previous week, I could just barely make my way across the field after a change of possession, and it was impossible to switchover in time after a big offensive play.  With a huge 400mm weighing me down, it was pretty much guaranteed that I couldn&#8217;t make my way across the field without missing at least half of the next play, and that was with a little extra hustle and sprinting than I&#8217;d normally put in.</li>
<li>The 400mm can&#8217;t be dropped.  One of the facts of sports photography is that no one lens will really cover it all (well, if you&#8217;re using quality primes/short zooms rather than cheap ultrazooms).  Inevitably, you&#8217;ll need to switch from your long lens to your short, especially on a big play that breaks from say a far-away quarterback to a wide receiver who&#8217;s racing down your end of the sideline.  Because my long-range was a prime (unlike the 70-200 zoom I had last time), the need to switch lenses on the fly was even more critical.  Unfortunately, the weight of the 400 and its attached monopod means I couldn&#8217;t just toss it on the ground or flip it over my shoulder like I could with the 70-200 setup.  I eventually learned to just sit the 400 gently on my lap when I needed to switch, but this solution resulted in a few missed frames and series, so it wasn&#8217;t ideal.</li>
</ul>
<p>Beyond physical lens-handling issue, actually shooting with an effective 600mm angle of view wasn&#8217;t a walk in the park either.  Obviously, the angle of view you&#8217;ll get is extremely narrow &#8211; just 4.1 angular degrees across the diagonal.  Shooting from the sidelines, you&#8217;re typically relegated to focusing on just a single player, which can produce some cool shots but most of the time leaves you without any context whatsoever:</p>
<div id="attachment_127" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-127  " title="Kevin Riley 400mm up-close" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20307a_srgb_small.jpg" alt="Cal quarterback Kevin Riley... uh... holds the ball?  Not really sure what's going on in this photo." width="795" height="532" /><p class="wp-caption-text">Cal quarterback Kevin Riley... uh... holds the ball?  Not really sure what&#39;s going on in this photo.</p></div>
<p>Another issue with a 600mm equivalent is having far too narrow an angle of view &#8211; there simply isn&#8217;t much margin for error at all with regards to framing, which means a lot of cropped-off appendages and helmets.</p>
<div id="attachment_128" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-128  " title="Chantz Staden 400mm up-close" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20200a_srgb_small.jpg" alt="Washington State's Chantz Staden can't quite get his feet and legs all in the frame." width="795" height="532" /><p class="wp-caption-text">Washington State&#39;s Chantz Staden can&#39;t quite get his feet and legs all in the frame.</p></div>
<p>In addition, the &#8220;viewfiner vision&#8221; with such a narrow angle of view means you&#8217;re primarily locked onto a single player and have no reliable way of anticipating where other players are or where they might interact, and the result is many frames of funky composition focused on a single player.</p>
<div id="attachment_129" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-129 " title="Christopher Ivory awkward composition" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20246a_small.jpg" alt="Christopher Ivory faces unknown out-of-frame obstacles" width="795" height="532" /><p class="wp-caption-text">Christopher Ivory faces unknown out-of-frame obstacles</p></div>
<div id="attachment_130" class="wp-caption alignnone" style="width: 805px"><img class="size-full wp-image-130  " title="Kevin Riley awkward composition" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20126a_srgb_small.jpg" alt="Cal quarterback Kevin Riley hands the ball off to someone awkwardly out of frame" width="795" height="532" /><p class="wp-caption-text">Cal quarterback Kevin Riley hands the ball off to someone awkwardly out of frame</p></div>
<p>To be fair, this was my first real experience using the Nikon 400, and I got much better as the game progressed, so this is certainly a learnable skill.  One of the workarounds, for instance, is to shoot from the endzone rather than the sideline.  This applies even when the line of scrimmage is way off on the other side of the field &#8211; the 600mm equivalent will reach far enough, but the cross-field distance now gives you more flexible working room.  You don&#8217;t get the same close-up effect, but the results are still very good (and you&#8217;ll get a lot more keepers):</p>
<div id="attachment_136" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-136  " title="Syd'Quan Thompson chasedown" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20047a_crop_srgb_small.jpg" alt="Cal cornerback Syd'Quan Thompson chases down Wazzu receiver Brandon Gibson" width="795" height="480" /><p class="wp-caption-text">Cal cornerback Syd&#39;Quan Thompson zeroes in on Wazzu receiver Brandon Gibson</p></div>
<p>All in all, the D200 and 400mm setup was a pain to use &#8211; its weight leaves you more worn out in the latter stages of the game, takes time to set up and takes time more to switch over to another zoom range, all of which result in missed shots and a more rushed pace while shooting.</p>
<p>The extremely narrow angle of view, while delivering fantastic close-ups, also lowers the keeper rate significantly.  There were dozens of shots like those above which would have looked fantastic, save for the small framing errors that render them effectively useless.</p>
<p>Despite all this, there&#8217;s no denying that when it gets it right, shots from the D200+400 setup blew away anything I got with the 1dm2+70-200 midrange kit:</p>
<div id="attachment_131" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-131 " title="Tackle 1D" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/ib9n6612a_crop_small.jpg" alt="1D Mark II, 70-200: Cal defenders team up to bring down Washington State RB Christopher Ivory" width="795" height="490" /><p class="wp-caption-text">1D Mark II, 70-200: Cal defenders team up to bring down Washington State RB Christopher Ivory</p></div>
<div id="attachment_133" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-133 " title="Tackle D200" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20605a_crop_srgb_small.jpg" alt="Nikon D200, 400mm: Cal defenders team up to bring down a Washington State player" width="795" height="455" /><p class="wp-caption-text">Nikon D200, 400: Cal defenders team up to bring down a Washington State player</p></div>
<div id="attachment_134" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-134 " title="QB 200mm" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/ib9n6872a_small.jpg" alt="1D Mark II, 70-200: Cal quarterback Nate Longshore gets ready to hike the ball." width="795" height="466" /><p class="wp-caption-text">1D Mark II, 70-200: Cal quarterback Nate Longshore gets ready to hike the ball.</p></div>
<div id="attachment_135" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-135 " title="QB 400" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/_cl20150a_srgb_small.jpg" alt="D200, 400: Washington State quarterback Gary Rogers talks to the sideline." width="795" height="522" /><p class="wp-caption-text">Nikon D200, 400: Washington State quarterback Gary Rogers talks to the sideline.</p></div>
<h2>By the numbers</h2>
<p>So numbers-wise, how did the game pan out by equipment?</p>
<p>324 total shots<br />
Nikon D200 with 400 f/2.8: 187 shots (57.7%)<br />
Canon 1D Mark II with 70-200 f/2.8 IS: 96 shots (29.6%)<br />
Canon 5D with 24-70 f/2.8: 26 shots (8.0%)<br />
Canon 5D with 12-24 f/4.5-5.6: 15 shots (4.6%) </p>
<p>Wowsers &#8211; despite all of the troubles I had with the 400 and all the shots I threw away, a majority of the &#8220;good&#8221; shots came from the long-range setup.  This is in huge contrast to the 40% long-range proportion I got in my first game using the 40D and 1.4x+70-200 f/2.8 as my long-range lens.</p>
<p>The story isn&#8217;t dramatically different when taking at the selection of &#8220;best&#8221; shots that I included into <a href="http://photography.thedailynathan.com/main.php?g2_itemId=3566">my gallery for the game</a>.</p>
<p>47 total shots<br />
Nikon D200 with 400 f/2.8: 23 shots (48.9%)<br />
Canon 1D Mark II with 70-200 f/2.8 IS: 16 shots (34.0%)<br />
Canon 5D with 24-70 f/2.8: 6 shots (12.8%)<br />
Canon 5D with 12-24 f/4.5-5.6: 2 shots (4.3%)</p>
<p>The long-range setup is still favored by a wide margin, especially compared to the long-range results from the week 1 game (just 22.2% of the gallery shots).</p>
<p>So after two games, my general conclusion is that the focal range/working distance tradeoff doesn&#8217;t matter too much &#8211; with a midrange 70-200ish zoom, you&#8217;ll be up-close at the sideline.  With a huge 600mm equivalent, you&#8217;ll simply sit further back and shoot from the corners or back of the endzone, rather than the sideline.</p>
<p>The key here then is simply the depth of field and quality of the out-of-focus regions.  In the first game, the midrange 91-260mm f/3.6 setup simply gave a shallower depth of field and better isolative effect than the long-range 157-448mm f/6.4. (If you want to boil it down to equivalencies, they&#8217;d be the same at 260mm f/3.6 vs. 448mm f/6.4, but at any focal length below the maximum 448mm, the midrange would have the advantage.  For example, at 250mm you&#8217;d still be getting f/3.6 with the midrange, while you&#8217;d be stuck with f/6.4 on the long-range).</p>
<p>In the second game, of course, the 600mm f/4.2 long-range delivered far higher bokeh quality in most long-range situations, since most of the midrange lens&#8217; shots would have to be cropped in further, quickly multiplying the f/3.6 aperture (if you wanted to crop down to a 600mm equivalent, the equivalent aperture would be f/8.3).</p>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-199 " title="Midrange cropped" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/ib9n6701a_crop_small.jpg" alt="Zach Follett returns a fumble for a touchdown.  This image was initially taken at 260mm f/3.6 equivalent, but after cropping becomes a 407mm, f/5.6 equivalent" width="795" height="479" /><p class="wp-caption-text">Zach Follett returns a fumble for a touchdown.  This image was initially taken at 260mm f/3.6 equivalent, but after cropping becomes a 407mm, f/5.6 equivalent</p></div>
<p>Of course in close-range situations where the 90-260mm could provide a close-up without any further cropping, the f/3.6 aperture would actually edge the f/4.2 slightly, which is why the midrange is still capable of delivering plenty of shots that look equally as good from a technical standpoint:</p>
<div id="attachment_200" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-200 " title="ib9n6758a_crop_small" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/ib9n6758a_crop_small.jpg" alt="Washington State halfback Christopher Ivory looks for a hole" width="795" height="614" /><p class="wp-caption-text">Washington State halfback Christopher Ivory looks for a hole</p></div>
<p> </p>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-201 " title="California quarterback Kevin Riley jogs back to the sideline" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/10/ib9n6737a_crop_small.jpg" alt="California quarterback Kevin Riley jogs back to the sideline" width="795" height="648" /><p class="wp-caption-text">California quarterback Kevin Riley jogs back to the sideline</p></div>
<h2>The Midrange vs. Longrange Tradeoff</h2>
<p>The problem with using the midrange lens and achieving high-quality isolating shots, of course, is getting close enough to the subject in the first place.  With the huge expanse of a football field, chances are that the major action or the player you&#8217;re trying to focus on <em>won&#8217;t</em> be close enough for a 260mm equivalent lens, so you&#8217;ll have to crop down.</p>
<p>Of course, there will be situations where the subject is too close for a long-range 600mm equivalent, which is no good either.  However, you can always back up or move further downfield to give you more working room.  With a midrange lens that doesn&#8217;t reach far enough, there&#8217;s no way to get any closer to the subject than your spot on the sideline. (This is the exact opposite problem faced by most photojournalists, landscape photogs, or travelers &#8211; oftentimes in these cases you&#8217;ll be able to get as close as you want, but you&#8217;ll often find situations with very cramped working room, so a wide-angle there is actually the most versatile.)</p>
<p>Of course, the reduced quality from wider shots can also be a blessing in disguise.  While close-ups are the only way to maximize the shallow depth of field isolative quality, it also severely limits your margin for framing error, as well as awareness of outside-of-frame events, as seen in the 400 shots above.  Having a wider lens gives you room to crop the perfect framing afterwards, and also catch action that suddenly moves up close to you.</p>
<p>So the tradeoff again boils down to that age-old equipment debate: quality or versatility?  In most cases a large aperture long-range lens like the 400mm f/2.8 will deliver higher quality, except for rare cases where the subjects come close enough that a similarly large aperture 70-200 f/2.8 can match it.  On the other hand, the more versatile midrange lens will always afford you greater versatility and margin for error (with cropping, its framing possibilities are a superset of a longer-range lens).</p>
<p>As a photojournalist, and entering my first game and a half with that mindset, my initial preference would be for the midrange lens.  True, quality won&#8217;t be as consistently good, but the journalist&#8217;s mindset is to simply cover every facet of the game, which means getting a usable shot from every play.  For the photojournalist, it&#8217;s more important to get the shot of the crucial game-changing interception, than it is to come back with five generic portrait-like images that could appear on a <em>Sports Illustrated</em> cover.  With this kind of approach, you&#8217;ll come back with a huge volume of photos, and chances are if the sports writer wants an accompany photo of specific play or player, you&#8217;ve got it.  Job accomplished.</p>
<p>Towards the end of this second game, however, and partially with the assurance that I had already bagged plenty of usable images during the first half, I began to experiment much more with the long-range and getting better, more selective shots.  Yes, it meant missing probably dozens of shots due to bad framing, or players racing too close to my end of the field, but the few shots you do end up with using the long-range lens are most likely the ones that will end up on a magazine cover or in your portfolio.</p>
<p>While I&#8217;m still fairly a novice at this, I think the second approach is ultimately the solution to becoming a good sports photographer.  Most of the struggles, especially with regard to framing errors, are just that &#8211; errors that can be improved upon with training and experience.  As you get better, the keeper rate goes up, eventually (hopefully) to a point where you&#8217;ll be able to sufficiently cover all the major events or action despite using a more restrictive long telephoto.</p>
<p>The other equipment-related solution is a massively large aperture zoom lens.  Hopefully one of these days I&#8217;ll get a chance to play with a Sigma 120-300 f/2.8 or Sigma 200-500 f/2.8 for sports photography &#8211; either of these would be an absolute dream lens for sports photography.</p>
<p><em>This is part 4 of 4 in Football Photography X’s and O’s, a 4-part series of insights on shooting football.<br />
</em></p>
<p><a href="/2008/09/27/football-photography-x’s-and-o’s-part-1-equipment-analysis-1/"><em>Part 1: Equipment Analysis 1 (Michigan State game)</em></a><em><br />
</em> <a href="http://shuttersounds.thedailynathan.com/2008/09/27/aperture-priority-exposure-technique-sports-outside/"><em>Part 2: Aperture-priority Exposure Technique</em></a><em><br />
</em> <a href="http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/"><em>Part 3: Lighting Situations</em></a><em><br />
Part 4: Equipment Analysis 2 (Washington State game)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2008/10/15/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-4-equipment-analysis-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Football photography X&#8217;s and O&#8217;s, Part 3: Lighting Situations</title>
		<link>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/</link>
		<comments>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 10:12:08 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Insights and Analysis]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[football photography]]></category>
		<category><![CDATA[Football photography X’s and O’s]]></category>
		<category><![CDATA[lighting situation]]></category>
		<category><![CDATA[metering]]></category>
		<category><![CDATA[partial metering]]></category>
		<category><![CDATA[sports photography]]></category>
		<category><![CDATA[spot metering]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=92</guid>
		<description><![CDATA[One dramatic difference you&#8217;ll while shooting a football game is how the light changes if you&#8217;re shooting a game that overlaps the sunset. This first game I shot ran the full gamut from daylight to sunset/shade to stadium lights. Experienced sports shooter should already known to shoot in aperture priority, but for those who are [...]]]></description>
			<content:encoded><![CDATA[<p>One dramatic difference you&#8217;ll while shooting a football game is how the light changes if you&#8217;re shooting a game that overlaps the sunset. This first game I shot ran the full gamut from daylight to sunset/shade to stadium lights. Experienced sports shooter <a href="/2008/09/27/aperture-priority-exposure-technique-sports-outside/">should already known to shoot in aperture priority</a>, but for those who are relatively new to this sort of thing, see this post for some points about exposure technique for outdoor sports using aperture priority.</p>
<h2>Daylight</h2>
<p><span>Anyhow, full daylight creates problems with extremely harsh shadows, particularly on player&#8217;s faces under helmets and such.  The problem is exacerbated if you&#8217;re shooting at an angle where the player is <span>backlit</span> or even severely <span>sidelit</span>.  For example, this might be a perfectly usable photo, but it doesn&#8217;t quite have the instant eye-<span>catchiness</span> of better sports photos &#8211; the entire image is really busy because the brightest-lit areas are the least detailed (field, crowd in background), and the important areas (player&#8217;s faces, bodies) are masked in shadow.</span></p>
<div id="attachment_69" class="wp-caption aligncenter" style="width: 710px"><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/ib9n6575a_crop_small.jpg"><img class="size-full wp-image-69  " title="Backlit football" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/ib9n6575a_crop_small.jpg" alt="Washington State's Christopher Ivory about to collide with California linebacker Anthony Felder" width="700" height="554" /></a><p class="wp-caption-text">Washington State&#39;s Christopher Ivory about to collide with California linebacker Anthony Felder</p></div>
<p><span>Contrast this to this fully-lit photo (actually <span>sidelighting</span> from the right, but the player is facing that direction anyway).  Now the brightest (and instantly eye-catching) area of the image is the player&#8217;s body and face, which also happens to be the most detailed area and the focus of the image:</span></p>
<p> </p>
<div id="attachment_71" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-71 " title="Front lighting" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_072a_crop_small1.jpg" alt="California running back Jahvid Best evades Michigan State tacklers" width="700" height="539" /><p class="wp-caption-text">California running back Jahvid Best evades Michigan State tacklers</p></div>
<p><span>The key for daylight then (without clouds) is to get into a position where the sun is coming from behind or to the side of you (but still relatively behind, if possible).  Since most games are noon or later, the sun will tend to be on the west side where it sets, so the preference would be to shoot from the west end of the stadium (of course, you may not have this luxury, as sometimes they restrict you to the visiting team&#8217;s sideline).  Another strategy is to simply shoot from the <span>endzone</span> - most all football stadiums are oriented facing nor<span>th</span>-sou<span>th</span> to avoid playing directly into the sun during sunlight games, so at the very worst you&#8217;ll have a side-lit image, which often isn&#8217;t bad at all, as the above photo shows.</span></p>
<p>A closer look at more difficult shaded and nighttime lighting conditions after the jump.</p>
<p><span id="more-92"></span></p>
<h2>Shade and Cloud Cover</h2>
<p>As the sun begins to set, or if clouds start rolling in, the dynamic of the light changes completely.  Rather than having harsh shadows from a single point light source (the sun), under shadow conditions the entire sky becomes your (much less intense) light source, with the atmosphere reflecting light and illuminating the field.  Or with cloud cover, the entire cloud (significantly bigger than the sun in angular area terms) becomes the light source.  In either case, the lighting becomes much more diffuse, which essentially eliminates shadow problems and having to take lighting direction into consideration.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-72 " title="Diffuse shade lighting" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_106a_small.jpg" alt="Michigan State running back Javon Ringer looks for a hole to make a quick break" width="700" height="526" /><p class="wp-caption-text">Michigan State running back Javon Ringer looks for a hole to make the quick break</p></div>
<p>I like this photo a lot, possibly moreso from a non-sports standpoint &#8211; because of the diffuse lighting you can see all the detail in the image extremely well &#8211; there&#8217;s barely anything blown out at all.  It&#8217;s exactly the attributes you&#8217;d want from a sports photo if you were a landscape or interior building photographer.</p>
<p><span>One thing you&#8217;ll notice, though, is that despite the details and how easy the image is on the eyes, it definitely lacks some of the hard contrast or &#8220;bite&#8221; that one finds in bright daylight photos, like the <span>Jahvid</span> Best photo above.  While it was definitely easy to process, once the entire stadium is shrouded in shade like it is here, it&#8217;s a bit harder to create the contrast that separates the main subject from say the background, since everything in the stadium is evenly lit.</span></p>
<h3>Dealing with semi-lit half-shade</h3>
<p>Another issue that crops up with shade as the sun sets is the in-between period when the sun has only partially set, thus leaving part of the stadium shaded and the other side still exposed.  One can imagine this wreaks havoc with exposure, and lighting in general&#8230; well, it does:</p>
<div id="attachment_73" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-73 " title="Shade backlighting" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_136_small.jpg" alt="Backlit by the shade" width="700" height="506" /><p class="wp-caption-text">Bears defensive back Michael Mohamed is backlit by the shade</p></div>
<p><span>Autoexposure here obviously locked onto the background and tried to bias it in favor of that.  This situation is pretty bad, because the background is going to be far brighter no matter what you do, which is going to distract attention away from your primary subjects.  Of course, depending on where you&#8217;re shooting this can also work in your favor, as a shaded seating area can provide a dark backdrop that focuses attention on the players:</span></p>
<div id="attachment_76" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-76 " title="Shade over background" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_096a_crop_small.jpg" alt="Defensive lineman Tyson Alualu emerges from the shadows" width="700" height="461" /><p class="wp-caption-text">Defensive lineman Tyson Alualu emerges from the shadows</p></div>
<p>This isn&#8217;t really a fantastic photo, but it looks a heck of a lot better than if the background was completely exposed and distracting.  Other issues including subjects being half-lit:</p>
<div id="attachment_74" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-74 " title="Shade half-lighting" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_128_small.jpg" alt="Zach Follet attempts to tackle Michigan St. quarterback Brian Hoyer through the shade" width="700" height="490" /><p class="wp-caption-text">Zach Follet attempts to tackle Michigan St. quarterback Brian Hoyer through the shade</p></div>
<p>Some might say this photo looks cool or interesting, and the half-lighting effect is pretty&#8230; different.  In general I&#8217;m not a huge fan because it makes the photos far less useful &#8211; you can forget about using any of these photos as a cutout because of the huge exposure difference, and it&#8217;s impossible to get the exposure just right so that you can see all of the detail &#8211; here the image is exposed for the upper bodies, and as a result you don&#8217;t see much detail or definition in their legs.  Of course exposing for their lower bodies would completely blow out the top half.  It&#8217;s a photo you might try publishing once purely because of the interesting lighting effect, but otherwise as a sports photo it can&#8217;t really be used for much.</p>
<p>For these half-shade situations, the key here, in initial or exposure or even post-processing, is to screw the background.  Your focus here is on the players, so you need them to be properly exposed, clipping or blown highlights in the background be damned.  Just compare these images:</p>
<div id="attachment_77" class="wp-caption alignnone" style="width: 360px"><img class="size-full wp-image-77" title="Half-lighting - expose for background" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_075_small.jpg" alt="Jahvid Best runs to the endzone in the shade" width="350" height="407" />     <img class="size-full wp-image-78" title="Half-lighting - expose for subject" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_077a_crop_small.jpg" alt="Jahvid Best runs to the endzone in the shade" width="350" height="407" /><p class="wp-caption-text">Jahvid Best runs to the endzone in the shade</p></div>
<p>Yes, the background is completely blown out, and now it&#8217;s really bright and attracting even more attention before.  This is true, but there are several reasons why the second image is better.  Firstly, the subject now has actual, visible detail in the image, instead of being some shadowy figure that partially blended in with the ground.  Secondly, those of you who know what it actually means to clip will realize that, since the second photo really has begun to clip to white, proportionally the background is now less brighter than the subject.  And lastly, despite making the background brighter, blowing the highlights here serves to *decrease* detail in the background, rendering it less appealing than the well-exposed and very detailed image in the first image.</p>
<p>Now that we&#8217;ve ascertained that exposing for the player is of the utmost importance, how do we go about doing that on the field?  The answer here is partial or spot metering.  Unlike evaluative/matrix metering, partial or spot looks exclusively at the center of the image (or where ever your AF/metering point is set to) &#8211; thus it&#8217;s not affected at all by super-dark or super-bright backgrounds, and if you&#8217;re tracking the player correctly, the player will always be correctly exposed, which returns the same correct result in fully-lit situations, and the correct result you wouldn&#8217;t get otherwise in situations with a much darker or brighter background.  The potential pitfall here is the possibility of the spot meter being thrown off completely by jersey brightness, since this is where you&#8217;ll most likely point at, and pretty much all the meter will see using spot.  I would use something slightly larger than a spot meter &#8211; maybe the partial meter or at worst, the center-weighted average metering, which tends to be more consistent and balanced out if the players are wearing heavily contrasting jerseys (dark blue vs. white).</p>
<h2>Nighttime and Stadium Lights</h2>
<p><span>Once the sunlight levels really start to fall, stadium lights become your primary source of lighting.  Depending on the stadium, this might force you to start taking drastic measures to maintain decent motion-freezing exposures &#8211; start <span>ramping</span> up the ISO or even shooting in RAW and underexposing if need be.  Fortunately the lights at Memorial Stadium (and probably most stadiums at the college and professional level) are plenty sufficient &#8211; on a Canon 1D Mark II wi<span>th</span> 70-200 f/2.8 IS lens I was getting perfect exposures at f/2.8, 1/500s, and another Canon 40D wi<span>th</span> 70-200 f/2.8 IS + 1.4x extender setup, I simply boosted the settings to f/4.0, ISO3200 to achieve the same 1/500s shutter speeds.  Wi<span>th</span> less powerful lights at high school stadiums or community fields, you&#8217;ll likely need to boost up to a higher ISO (if you don&#8217;t have a higher ISO option, you can use RAW, underexpose by one stop, and boost the exposure in post-processing afterwards, which gives you nearly the same effect), or live wi<span>th</span> a little motion blur at 1/320s or 1/250s (anything below that and most of your shots will likely turn up unusable).</span></p>
<p><span>Wi<span>th</span> most modern <span>DSLRs</span>, even maxed-out noise at 3200 really isn&#8217;t bad at all, especially considering that the noise will barely show up on most of the mediums for your images (web-resolution, small prints, or newspaper-quality paper).  For example, here&#8217;s an ISO3200 image taken on a Canon 40D:</span></p>
<div id="attachment_87" class="wp-caption aligncenter" style="width: 610px"><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_203a_crop_small.jpg"><img class="size-full wp-image-87 " title="ISO3200 Night lighting, unfiltered" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_203a_crop_small.jpg" alt="f/4.0, 1/500s, ISO3200" width="600" height="397" /></a><p class="wp-caption-text">f/4.0, 1/500s, ISO3200</p></div>
<p>There&#8217;s barely any noise here &#8211; certainly nothing that makes the image unusable, and not really even enough that a non-photographer would notice.  Even if you&#8217;re really a stickler for noise, you can always run your images through a noise reduction program like <a title="Neat Image website" href="http://www.neatimage.com/">Neat Image</a> to filter out what little noise there is:</p>
<div id="attachment_88" class="wp-caption aligncenter" style="width: 610px"><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_203a_crop_filtered_small.jpg"><img class="size-full wp-image-88 " title="Night lighting ISO3200 filtered" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_203a_crop_filtered_small.jpg" alt="f/4.0, 1/500s, ISO3200 filtered through Neat Image" width="600" height="397" /></a><p class="wp-caption-text">f/4.0, 1/500s, ISO3200 filtered through Neat Image</p></div>
<p>Voila, an image that has about as much noise as you&#8217;d get shooting ISO400 in daylight, which is to say no noticeable noise at all.  Though we&#8217;ve solved the noise problem most often associated with low-light photography, you&#8217;ll notice that the photo above still doesn&#8217;t have the same aesthetic appeal as any of the photos above taken in daylight or shaded lighting.  I only have a handful of photos from a quarter of a football game to base my observations on, but the lighting quality on all of them look fairly similar to this example, which is to say the lighting is uniformly bad no matter what you do.</p>
<p><span>The first problem wi<span>th</span> stadium lighting (as wi<span>th</span> any artificial lighting) is that the color temperature of the light isn&#8217;t usually even across the visual spectrum, like daylight is (daylight will emit relatively equal amounts of <span>red thru</span> blue light, or an overall neutral white).  Classically, tungsten lights have tended to produce more light in the red spectrum and less in the blue, while new fluorescent lights may have even weirder green-magenta shifts. Especially wi<span>th</span> some fluorescent lights that don&#8217;t even emit a continuous spectrum but simply certain specific wavelengths of light, this creates a problem where certain colored subjects aren&#8217;t as detailed or richly saturated, simply because the light source isn&#8217;t emitting the kind of wavelengths of light that they reflect.</span></p>
<p>For example, in the night photos above, notice how we have a rich and very detailed yellow, while the blue parts of the jerseys are much darker/muddier, and lack any strong blue saturation &#8211; they pretty much just look black, with a hint of blue.  This is what we might expect from a light source that reflects relatively less blue wavelength light.  Contrast that to the much richer blue tones we were getting in the daylight photos, where our light source had an even continuous spectrum of wavelengths:</p>
<div id="attachment_89" class="wp-caption aligncenter" style="width: 610px"><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_016a_crop_small.jpg"><img class="size-full wp-image-89 " title="Daylight lighting" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_016a_crop_small.jpg" alt="Kevin Riley looks rich and saturated while immersed in lighting that even spans the visible spectrum" width="600" height="509" /></a><p class="wp-caption-text">Kevin Riley looks rich and saturated while immersed in lighting that evenly spans the visible spectrum</p></div>
<p>Unfortunately, there&#8217;s no real way to get around this problem &#8211; it&#8217;s just the nature of the lighting you have.</p>
<p><span>Another potential issue that crops up due to the uneven light spectrum problem is white balance &#8211; since the light emitted isn&#8217;t actually white, and if taken for face value (1 red photon + 1 blue photon + 1 green photon = white) would actually produce a very off-color image (usually <span>orangish</span> or yellowish wi<span>th</span> artificial lighting), the camera has to compensate and restore a correct &#8220;white balance&#8221; point.  In my case, the opposing team wore white jerseys that provided a perfect white balance reference, so most of the images turned out fine.  Even so, I&#8217;d get an off-color image every once in a while, and the problem would probably have been exacerbated if the other team was wearing a colored jersey as well:</span></p>
<div id="attachment_90" class="wp-caption aligncenter" style="width: 610px"><a href="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_212_small.jpg"><img class="size-full wp-image-90 " title="Night lighting off-white blaance" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_212_small.jpg" alt="Jahvid Best runs dodges Michigan St. linebackers but can't escape the incorrect white balance." width="600" height="380" /></a><p class="wp-caption-text">Jahvid Best runs dodges Michigan St. linebackers but can&#39;t escape the incorrect white balance.</p></div>
<p>In most cases, some color balancing in post-processing should be able to easily fix any color cast issues (the example above would take only a very small adjustment), but to fix things in camera, simply define a custom white balance in the camera.  If you happen to have a grey card with you, put it under the stadium lights and you&#8217;re gold &#8211; otherwise a white jersey or pretty much anything neutral should work fine as well.</p>
<h2>In conclusion&#8230;</h2>
<p>Each of the three main lighting situations (four if you count the hybrid directly lit/shade situation) has its own characteristics, and accordingly advantages and disadvantages.</p>
<p><span>In terms of quality images, full daylight is probably the best to shoot in &#8211; if you can get the subject to be directly lit, you have a very well-lit images wi<span>th</span> strong, contrasty shadows on areas you don&#8217;t care about.  The difficulty wi<span>th</span> daylight is that you have to keep the direction of the sun in mind &#8211; if you wind up in a situation shooting the subject while <span>its&#8217;s</span> <span>sidelit</span> or <span>backlit</span>, you end up wi<span>th</span> harsh shadows obscuring the detailed/important elements of the image, which can all but ruin a great picture.</span></p>
<p>On the other side, a shaded lighting situation (whether it be from a setting sun or cloud cover) constitutes probably the easiest lighting situation &#8211; with diffuse light coming in from virtually every direction, shadows are all but eliminated, allowing you to shoot from anwyhere and not worry about backlighting.  While you&#8217;ll certainly get more keepers, you may never get a single shot as good as the best direct daylight shot, because the lack of shadows strips the image of the natural contrast you get from harsh shadows.</p>
<p>A half-lit, half-shadow situation produces interesting results &#8211; it can help the photo if you&#8217;ve got a shadow in the background, but at the same time it can also hurt the photo if you&#8217;ve got a lit area in the background.  The key here is to use a center-weighted metering mode, such as center-weighted average, partial, or spot, to ensure that the main subject is always properly exposed &#8211; having the background too dark or too bright is really a secondary concern in this case.</p>
<p><span>Toughest of all is nighttime situations, simply because the quality of light is so crummy.  <span>Omni</span>-directional lighting means filled-in shadows and less shadow contrast, while non-neutral light sources mean certain colors will simply not render as richly as they&#8217;re supposed to.  The one good thing about stadium lighting, however, is that you can now switch to manual exposure, since the output of the stadium lights isn&#8217;t changing, and in a decent stadium, the entire playing area should be evenly lit (possibly not the case with lower-budget fields used for high school football or other events). Using manual exposure helps by removing autoexposure issues from the equation completely &#8211; the camera should now nail the exposure every time, without regard to jersey brightness or the illumination of the crowd in the background.</span></p>
<p><em>This is part 3 of 4 in Football Photography X’s and O’s, a 4-part series of insights on shooting football.</em></p>
<p><em> </em></p>
<p><em><a href="/2008/09/27/football-photography-x’s-and-o’s-part-1-equipment-analysis-1/">Part 1: Equipment Analysis 1 (Michigan State game)</a><br />
<a href="/2008/09/27/aperture-priority-exposure-technique-sports-outside/">Part 2: Aperture-priority Exposure Technique</a><br />
Part 3: Lighting Situations<br />
<a href="/2008/10/15/football-photography-x’s-and-o’s-part-4-equipment-analysis-2/"> Part 4: Equipment Analysis 2 (Washington State game)</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture-priority Exposure Technique (Sports Outside)</title>
		<link>http://shuttersounds.thedailynathan.com/2008/09/27/aperture-priority-exposure-technique-sports-outside/</link>
		<comments>http://shuttersounds.thedailynathan.com/2008/09/27/aperture-priority-exposure-technique-sports-outside/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 10:08:04 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Insights and Analysis]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[aperture priority]]></category>
		<category><![CDATA[autoexposure]]></category>
		<category><![CDATA[center-weighted]]></category>
		<category><![CDATA[Football photography X’s and O’s]]></category>
		<category><![CDATA[metering]]></category>
		<category><![CDATA[partial metering]]></category>
		<category><![CDATA[sports photography]]></category>
		<category><![CDATA[spot metering]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=80</guid>
		<description><![CDATA[Use aperture priority. Why? In dynamic lighting situations (which will be anywhere outdoors), your lighting will be all over the place as the sun starts to decline, clouds roll in, and players move in and out of shaded regions (or for stadium lighting, the better-lit sidelines). There is simply no way to manually adjust the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Use aperture priority.</strong></span> Why?  In dynamic lighting situations (which will be anywhere outdoors), your lighting will be all over the place as the sun starts to decline, clouds roll in, and players move in and out of shaded regions (or for stadium lighting, the better-lit sidelines).  There is simply no way to manually adjust the exposure parameters, even if you can think quickly enough to know which settings to switch to.</p>
<p><strong><span style="text-decoration: underline;">Use the largest aperture.</span> </strong>This goes almost without saying &#8211; you want to isolate your subjects in sports photography, and the best way to do that (given a certain camera/lens setup) is to use a wide-open aperture.  This also has the advantage of letting in as much light as possible.  The margin of error for focus *will* be thinner, but this really shouldn&#8217;t be an excuse or barrier to return inferior shots taken at smaller apertures just because it&#8217;s easier.  Take the out-of-focus shots as they come &#8211; every ruined shot should just be an incentive to learn how to effectively track subjects and utilize your camera&#8217;s AI Servo/continuous focusing abilities.</p>
<p><strong><span style="text-decoration: underline;">Maintain a fast shutter speed in the shaded region.</span> </strong>The goal here is to have a fast enough shutter speed to avoid blur, and with your aperture stuck at wide-open, you&#8217;ll do that by manipulating your ISO sensitivity.  Since you&#8217;re shooting in a situation with dynamic lighting, you want to choose the ISO that will give you the necessary speed <strong>in the darkest area</strong> (i.e. in the shaded portion of the field, or when a cloud rolls by and blocks the sun).  If you&#8217;re maintaining a decent enough speed in the dark areas (say 1/500s), then you&#8217;re guaranteed to get a decent speed in any other area, since it&#8217;ll be brighter (if you&#8217;re getting 1/500s in the shade, you might get 1/2000s in the sun).  Does this mean you&#8217;ll be using a higher-than-necessary ISO when you&#8217;re in the brigher areas?  Yes (if you&#8217;re getting 1/2000s in the sun, that means you could drop the ISO 2 stops and still get your 1/500s minimum).  However, the noise is going to be a minor problem at the lower ISOs where you might deal with this half-lit, half-shaded situation (the difference between ISO100 and ISO400 is virtually indistinguishable), and in any case you&#8217;re only over-using high-ISO in the <em>brighter</em> area, where your noise is going to be <em>less</em> (due to greater amount of light) than whatever you&#8217;ve already accepted putting up with in the darker area.</p>
<p>The real important point here is that at all costs, you want to avoid slow shutter speeds, since blurred out pictures are completely unusable and unsalvageable, while most agencies (and any skilled photoprocessor) can put up with a relatively huge amount of noise.  So take the noise hit in the brighter situations (which is not going to be that much) if it will help you get rid of blur in the darker regions (which is going to be a huge problem)</p>
<p><strong><span style="text-decoration: underline;">Keep track of your shutter speeds as lighting dims.</span></strong> Over the course of a late-afternoon to evening game, the sun is going to set and you&#8217;ll gradually see light levels drop, and concurrently, the need for longer shutter speeds and higher-ISOs to compensate.  If you&#8217;ve got some sort of auto-ISO feature on your camera that helps to maintain a specified shutter speed by adjusting the ISO, use it.  Otherwise you&#8217;ll have to monitor your shutter speeds as the game goes along and bump up your ISO periodically as you see the shutter speeds dip below the motion blur threshold you want.</p>
<p><strong><span><span style="text-decoration: underline;">Consider center-weighted metering with dynamic secondary elements.</span><span style="font-weight: normal;"> In most situations, the default evaluative/matrix/segmeneted metering mode on the camera will do a fantastic job of determing correct exposure.  Where these metering modes often get confused is with highly dynamic secondary elements in the image &#8211; very dark shadowed stands in the background, or very bright field in the foreground of a shadowed area.  This throws off the metering and makes the camera think the scene is darker or brighter than it really is in situations like rolling clouds or sunset, where the field (or parts of it) may rapidly become lit or unlit.  The solution for this is to use a center-weighted metering mode that will bias the exposure towards your selected subject.  This way things like a dark background or very bright foreground won&#8217;t have any effect on exposure &#8211; the camera only looks at your primary subject and determines the correct exposure for that, which is all we care about.  Of course, the potential danger in this is that an athlete&#8217;s dark or white jersey will similarly throw the camera&#8217;s metering off &#8211; the best compromise is probably to use a broader center-weighted focusing mode, such as partial metering or center-weighted average, to include more of the surrounding area and balance out extreme variations.</span></span></strong></p>
<p><em>This is part 2 of 4 in Football Photography X&#8217;s and O&#8217;s, a 4-part series of insights on shooting football.</em></p>
<p><em><a href="/2008/09/27/football-photography-x’s-and-o’s-part-1-equipment-analysis-1/">Part 1: Equipment Analysis 1 (Michigan State game)</a><br />
Part 2: Aperture-priority Exposure Technique<br />
<a href="/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/"> Part 3: Lighting Situations</a><br />
<a href="/2008/10/15/football-photography-x’s-and-o’s-part-4-equipment-analysis-2/"> Part 4: Equipment Analysis 2 (Washington State game)</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2008/09/27/aperture-priority-exposure-technique-sports-outside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Football Photography X&#8217;s and O&#8217;s, Part 1: Equipment Analysis 1</title>
		<link>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-1-equipment-analysis-1/</link>
		<comments>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-1-equipment-analysis-1/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 08:55:11 +0000</pubDate>
		<dc:creator>Nathan Yan</dc:creator>
				<category><![CDATA[Insights and Analysis]]></category>
		<category><![CDATA[Skills of the Trade]]></category>
		<category><![CDATA[california bears]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[football photography]]></category>
		<category><![CDATA[Football Photography X's and O's]]></category>
		<category><![CDATA[Memorial Stadium]]></category>
		<category><![CDATA[michigan state]]></category>
		<category><![CDATA[michigan state spartans]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[sports photography]]></category>
		<category><![CDATA[UC Berkeley]]></category>

		<guid isPermaLink="false">http://shuttersounds.thedailynathan.com/?p=20</guid>
		<description><![CDATA[Life is full of little small choices, and then there are the big decisions.  Namely, 70-200mm f2.8 on a 1.3x crop or 400mm f2.8 on a 1.5x? I recently had the opportunity to shoot a couple of football games for the paper I work at, The Daily Californian.  It was my first time shooting football game, [...]]]></description>
			<content:encoded><![CDATA[<p>Life is full of little small choices, and then there are the big decisions.  Namely, 70-200mm f2.8 on a 1.3x crop or 400mm f2.8 on a 1.5x?</p>
<p>I recently had the opportunity to shoot a couple of football games for the paper I work at, <a href="http://www.dailycal.org">The Daily Californian</a>.  It was my first time shooting football game, and as someone who&#8217;s generally not been very good at sports photography, I was definitely a bit nervous.</p>
<p>Both games I shot were in pretty good light &#8211; the UC Berkeley/California vs. Michigan State game started at 5pm, so it played from daylight through to just about dusk in the 4th quarter.  The Washington State game began at 3pm, so it was pretty much daylight except for a bit of (rather nice) sunset light at the end.</p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 805px"><img class="size-full wp-image-100 " title="Memorial Stadium" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_5d_378a_crop_small.jpg" alt="Sunset at halftime at Memorial Stadium, UC Berkeley" width="795" height="439" /><p class="wp-caption-text">Sunset at halftime at Memorial Stadium, UC Berkeley</p></div>
<h2>Equipment analysis &#8211; Week 1 vs. Michigan State</h2>
<p>The biggest difficulty with football with regards to equipment is covering action that happens over a vast expanse (over 5000 m<sup>2</sup> of field area) that can be traversed by speedy athletes in a matter of seconds.  So while you might be sitting nice and cozy with a 300mm lens that perfectly covers the action mid-way across the field, all of a sudden the quarterback can fire off a deep pass or the running back finds a hole and flies off, and you&#8217;re stuck without the ability to get the shot.</p>
<p><span id="more-20"></span></p>
<p>I went into my very first football (2008 Aug 30 against the Michigan State Spartans at home) with the mentality of a photojournalist &#8211; cover the event in its entirety, capturing every player, every moment, and not missing anything critical.  To that end, I decided on the following setup the first time out:</p>
<p>Long range: Canon 40D with 1.4x and 70-200 f/2.8 IS (35mm equivalent: 157-448mm f/6.4)<br />
Midrange:  Canon 1D Mark II with 70-200 f/2.8 IS (35mm equivalent: 91-260mm f/3.6)<br />
Wide: Canon 5D with 24-70 f/2.8 (35mm equivalent: 24-70mm f/2.8) <br />
Ultrawide: Canon 5D with 12-24 f/4.5-5.6 (35mm equivalent: 12-24mm f/4.5-5.6)  </p>
<p>Between the equipment I had on hand and pool equipment from The Daily Cal, this was probably the best setup I could scrounge up.  During the game I found the setup to be fairly versatile &#8211; I could cover the action on the other end of the field fairly adequately (although at an f/6.4 equivalent, the quality wasn&#8217;t fantastic), and by the end of the game I was getting a handle on the technique of dropping the long-range lens onto my shoulder and quickly slinging the midrange setup out whenever the big plays broke.  Here&#8217;s some stats on the shots I turned out from the game (after cutting down to the ones I&#8217;d actually upload to the Daily Cal):</p>
<p>344 total shots<br />
Canon 1D Mark II with 70-200 f/2.8 IS: 139 shots (40.4%)<br />
Canon 40D with 70-200 f/2.8 IS and 1.4x: 148 shots (43.0%)<br />
Canon 5D with 24-70 f/2.8: 54 shots (15.7%)<br />
Canon 5D with 12-24 f/4.5-5.6: 3 shots (0.9%) </p>
<p>The numbers change somewhat dramatically, however, when you look at the subset of best shots I actually pulled for inclusion into my <a href="http://photography.thedailynathan.com/main.php?g2_itemId=3456">gallery for the game</a>:</p>
<p>36 total shots<br />
Canon 1D Mark II with 70-200 f/2.8 IS: 19 shots (52.8%)<br />
Canon 40D with 70-200 f/2.8 IS and 1.4x: 8 shots (22.2%)<br />
Canon 5D with 24-70 f/2.8: 6 shots (16.7%)<br />
Canon 5D with 12-24 f/4.5-5.6: 1 shot (2.8%)</p>
<p>Taking a look at the best shots, the proportion shifts dramatically in favor of the midrange setup.  Reviewing the photos, I think the primary reason for this is simply the far shallower depth of field at an f/3.6 vs f/6.4 equivalent.  While a ton of the long-range photos like the one on the left were usable, the midrange setup with larger aperture produced a much cleaner background and isolated the subject better, which ends up being the key to differentiating usable/publishable photos from the best photos you&#8217;ll actually end up printing out or putting in your portfolio.</p>
<div id="attachment_40" class="wp-caption alignnone" style="width: 360px"><img class="size-full wp-image-40  " title="Kevin Riley 1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_182a_crop_small.jpg" alt="Kevin Riley prepares for the snap - effective 448mm, f/6.4" width="350" height="500" /> <img class="size-full wp-image-41   " title="Kevin Riley 2" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_1dm2_064a_crop_small.jpg" alt="Kevin Riley prepares for the snap - effective 230mm, f/3.6" width="350" height="500" /><p class="wp-caption-text">Kevin Riley prepares for the snap - effective 448mm, f/6.4 (left) vs. 230mm, f/3.6 (right)</p></div>
<p>Despite more of the &#8220;best&#8221; shots coming from the midrange setup, the extra reach on the long-range lens turned out to be just as versatile, considering it was used on 43% of the shots, even if they weren&#8217;t the absolute best ones.  So how to make the long range setup more effective?</p>
<p>The smallish aperture was one of the culprits.  There were numerous shots like these, that were *almost there* but just needed a touch shallower depth of field to seal the deal and make it a great shot:</p>
<div id="attachment_94" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-94 " title="Largish depth of field" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_080a_small.jpg" alt="Michigan St. QB Brian Hoyer hands off to halfback Javon Ringer" width="700" height="387" /><p class="wp-caption-text">Michigan St. QB Brian Hoyer hands off to halfback Javon Ringer</p></div>
<p>Looking over the shots afterwards, I also realized that even though the effective 448mm was long, it still wasn&#8217;t quite long enough in a lot of situations, which resulted in a bunch of mediocre-but-could&#8217;ve-been-good shots like these:</p>
<p> </p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-95 " title="Long-range 1" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_096a_small.jpg" alt="Defensive lineman Tyson Alualu goes after Michigan St. QB Brian Hoyer" width="700" height="360" /><p class="wp-caption-text">Defensive lineman Tyson Alualu goes after Michigan St. QB Brian Hoyer</p></div>
<p> </p>
<div id="attachment_97" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-97 " title="Long-range 2" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_40d_111_small.jpg" alt="Jahvid Best turns up the afterburners as he eludes a pack of Michigan St. defenders" width="700" height="345" /><p class="wp-caption-text">Jahvid Best turns up the afterburners as he eludes a pack of Michigan St. defenders</p></div>
<p>After this first game, I was fairly happy with my midrange setup, which returned a lot of good quality shots.  The 5D and 24-70 setup wasn&#8217;t really useful for sports, but as always it worked great for covering the various other more phtojournalistic aspects of the game: </p>
<div id="attachment_98" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-98 " title="Bears entrance" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_5d_354a_small.jpg" alt="The Golden Bears make their entrance into Memorial Stadium for the season opener against Michigan State" width="700" height="437" /><p class="wp-caption-text">The Golden Bears make their entrance into Memorial Stadium for the season opener against Michigan State</p></div>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 710px"><img class="size-full wp-image-99  " title="Zach Follett Joke" src="http://shuttersounds.thedailynathan.com/wp-content/uploads/2008/09/2008-08-30_footballvsmichigan_5d_414a_small.jpg" alt="Zach Follett plays a joke during Darian Hagan's post-game interview" width="700" height="392" /><p class="wp-caption-text">Zach Follett plays a joke during Darian Hagan&#39;s post-game interview</p></div>
<p>The only setup I knew I really wanted to improve was the long-range.  It needed to be longer, and depth of field needed to be way shallower.  So for the Washington State away game the next week, I would finally bring the big Nikon 400mm f/2.8 out on an assignment.</p>
<p><em>This is part 1 of 4 in Football Photography X&#8217;s and O&#8217;s, a 4-part series of insights on shooting football.</em></p>
<p><em>Part 1: Equipment Analysis 1 (Michigan State game)<br />
<a href="/2008/09/27/aperture-priority-exposure-technique-sports-outside/"> Part 2: Aperture-priority Exposure Technique</a><br />
<a href="/2008/09/27/football-photography-xs-and-os-part-3-lighting-situations/"> Part 3: Lighting Situations</a><br />
<a href="/2008/10/15/football-photography-x’s-and-o’s-part-4-equipment-analysis-2/"> Part 4: Equipment Analysis 2 (Washington State game)</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://shuttersounds.thedailynathan.com/2008/09/27/football-photography-x%e2%80%99s-and-o%e2%80%99s-part-1-equipment-analysis-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

