<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feedproxy.google.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feedproxy.google.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Digitalopia</title>
	
	<link>http://digitalopia.com</link>
	<description>Innovation, insights and comments in the digital world</description>
	<pubDate>Fri, 12 Sep 2008 05:16:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feedproxy.google.com/digitalopia" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>RAID 1 Mirroring, Your Mac and Digital Photography</title>
		<link>http://digitalopia.com/raid-1-mirroring-your-mac-and-digital-photography/</link>
		<comments>http://digitalopia.com/raid-1-mirroring-your-mac-and-digital-photography/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 00:16:37 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[RAID 1 Mirroring]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=268</guid>
		<description><![CDATA[I am often asked about the best types of storage solutions you should use for digital photography, especially if you should look at using RAID storage on the Mac Pro. In this series of articles, I hope to explain some uses for each of the most popular RAID types, RAID 0, RAID 1 and RAID [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/technology_raidbox_raid1_20080109.png" alt="RAID 1 Logo" title="RAID 1 Logo" width="100" height="100" class="alignleft size-full wp-image-258" />I am often asked about the best types of storage solutions you should use for digital photography, especially if you should look at using RAID storage on the Mac Pro. In this series of articles, I hope to explain some uses for each of the most popular RAID types, RAID 0, RAID 1 and RAID 5. RAID is not specific to an operating system, and equally applies to Mac OS X, Windows and Linux. Whilst Mac OS X is capable of supporting RAID 1 through the RAID Utility software, only the Mac Pro provides support for more than one internal disks. You can stripe across disks connected via USB or Firewire, but the gains are minimal and it is not really worth the effort.</p>
<blockquote><p>RAID (Redundant Array of Inexpensive Disks) is the use of 2 or more disks to achieve greater reliability, greater performance or greater capacity.</p></blockquote>
<p>In this article, I will be describing RAID level 1, or Mirroring. Looking at the above definition, RAID level 1 provides greater reliability, but neither greater performance or capacity. I have previously covered <a target="_blank" href="http://digitalopia.com/raid-0-striping-your-mac-and-digital-photography/">RAID 0 Striping</a> in a previous article.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/slide2.jpg" alt="RAID 1 Slide" title="RAID 1 Slide" width="500" height="375" class="alignnone size-full wp-image-259" /></p>
<p><span id="more-268"></span></p>
<h2>Overview</h2>
<p>RAID 1 requires a minimum of 2 disks where each disk holds the same data. Both disks are written to in parallel and both disks should be the same size and ideally the same model and manufacturer to remove any inconstancies between different drives. Therefore RAID 1 provides increased redundancy as the loss of a single disk will not cause an outage or loss of data. Replacing the faulty drive will allow you to restore the mirror set. This is typically referred to as rebuilding the RAID array, and is typically managed by either the RAID software or the RAID hardware device.</p>
<p>RAID 1 can be expensive, as you will be doubling the number of hard drives needed. In a typical 2 drive mirror you are only using 50% of the total available storage. This doubles the $/GB.</p>
<p>RAID 1 is used to increase the reliability and where the loss of a drive cannot be tolerated, such as on a desktop or server that cannot sustain any downtime. For digital photographers, this may be the boot drive on a Mac Pro, or the storage drive(s) used to store photos in a studio (however, typical backup software may be adequate.) In each case, the loss of a drive would result in loss of data and potentially lost business.</p>
<p>A RAID 1 mirror does not provide any increase in performance or capacity like RAID 0.</p>
<p>Note that RAID is sometimes use to (incorrectly) describe a type of backup. This is especially true of RAID 1 mirroring, where the increased redundancy can give a false sense of security. RAID should not be implemented with the misconception that you are providing a backup of data. As a digital photographer, it is important to maintain both local <strong>and</strong> remote copies of your images.</p>
<h2>Advantages</h2>
<ul>
<li><strong>Increased reliability</strong> - A failure of a drive in a mirror will not cause data loss or loss of service</li>
</ul>
<h2>Disadvantages</h2>
<ul>
<li><strong>Increased cost</strong> - You are effectively doubling the storage required, doubling the cost</li>
<li><Strong>Not a backup</strong> - Some people that use a mirrored drive are sometimes under the false illusion that they have provided adequate backup of their data</li>
</ul>
<h2>Recommended Solutions</h2>
<p><strong>Boot drive</strong> - By building a Mac, PC or Linux computer with 2 identical drives it is possible to mirror the drives. On a MAC you can use either using the software Disk Utility, or using the optional Apple RAID Card (see below) and the RAID Utility. The RAID card is recommended over a software solution as it provides a more robust and secure solution. However, you can successfully implement RAID 1 mirroring using the Disk Utility included with Mac OS X. On a PC, you will need to use either motherboard- or add-on card-based RAID (sometimes called software RAID), or a dedicated hardware RAID card. Note that a dedicated hardware RAID card can costs hundreds if not thousands of dollars, where a software RAID card can be less than a hundred dollars. This is because a software RAID card only implements the minimum needed to support RAID. On Linux it is recommended to use either a dedicated hardware RAID card or Linux software RAID (using the <em>mdadm</em> package). In each case, it will allow the operating system to be installed on the mirrored drives, increasing the reliability of the system drives.</p>
<p><strong>Mac external storage</strong> - You can also create mirrored drives on an Mac using external firewire or USB drives. For this to be successful, the drives should be the same capacity and ideally the same model and manufacturer. The Disk Utility software allows you to create both RAID 0 striped and RAID 1 mirrored arrays. A third option of concatenated disks (sometimes called JBOD) is also available that simply concatenates the drives to form a larger drive. Note that this solution will work for any Mac with multiple firewire or USB connections.</p>
<p><strong>General mirrored storage</strong> - Storage can either be additional internal drives, an external RAID enclosure or part of a NAS solution. Note that some computers may have limited internal drive capacity. For example, the Mac Pro can only hold a total of 4 internal drives. Mirroring can be an expensive solution, but it does offer a high level of data redundancy. If a number of drives to be mirrored is high (such as 3 or 4), it is recommended that a RAID 5 array is investigated, as the cost can be reduced due to the total number of drives being reduced. RAID 5 will be covered in a later article.</p>
<h2>Mac Pro - Apple RAID Card</h2>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/performance_image_raid20080108.png" alt="Apple Mac Pro RAID Card" title="Apple Mac Pro RAID Card" width="173" height="245" class="alignleft size-medium wp-image-256" />If you are looking at the Mac Pro, Apple have included the option of the Apple RAID card. The card includes 256MB of RAID cache, a 72-hour cache-protecting battery, and support for hardware RAID levels 0, 1, 5, and 0+1. The card works with both SATA and SAS drives and requires a spare PCI slot. As the RAID is managed in hardware on the card, minimal system resources are consumed managing the RAID array. Even though Apple supports software RAID levels 0 and 1 using the Disk Utility without the optional card, the Apple RAID card provides a more robust solution.</p>
<h2>In Summary</h2>
<p>Implementing RAID 1 is a great way of increasing the overall reliability of your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/raid-1-mirroring-your-mac-and-digital-photography/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RAID 0 Striping, Your Mac and Digital Photography</title>
		<link>http://digitalopia.com/raid-0-striping-your-mac-and-digital-photography/</link>
		<comments>http://digitalopia.com/raid-0-striping-your-mac-and-digital-photography/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 00:06:13 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[RAID 0 Striping]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=267</guid>
		<description><![CDATA[I am often asked about the best types of storage solutions you should use for digital photography, especially if you should look at using RAID storage on the Mac Pro. In this series of articles, I hope to explain some uses for each of the most popular RAID types, RAID 0, RAID 1 and RAID [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/technology_raidbox_raid0_20080109.png" alt="RAID 0 Icon" title="RAID 0 Icon" width="100" height="100" class="alignleft size-full wp-image-255" />I am often asked about the best types of storage solutions you should use for digital photography, especially if you should look at using RAID storage on the Mac Pro. In this series of articles, I hope to explain some uses for each of the most popular RAID types, RAID 0, RAID 1 and RAID 5. RAID is not specific to an operating system, and equally applies to Mac OS X, Windows and Linux. Whilst Mac OS X is capable of supporting RAID 0 through the Disk Utility software, only the Mac Pro provides support for more than one internal disks. You can stripe across disks connected via USB or Firewire, but the gains are minimal and it is not really worth the effort.</p>
<blockquote><p>RAID (Redundant Array of Inexpensive Disks) is the use of 2 or more disks to achieve greater reliability, greater performance or greater capacity.</p></blockquote>
<p>In this article, I will be describing RAID level 0, or Striping. Looking at the above definition, RAID level 0 provides greater performance and to a lesser extent greater capacity.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/slide1.jpg" alt="RAID 0 Slide" title="RAID 0 Slide" width="500" height="375" class="alignnone size-full wp-image-257" /></p>
<p><span id="more-267"></span></p>
<h2>Overview</h2>
<p>RAID level 0 requires a minimum of 2 disks to create the RAID array. Each drive (or partition, as a RAID 0 array can be made across like-sized partitions) needs to be the same size, and it is recommended that the drives are the same make and model to remove any inconstancies between different drives. The data is striped across all disks in the array (defined as the stripe set). Data is spread evenly across the disks as shown in the diagram above, therefore providing increased performance as parallel disk reads and writes are quicker than accessing the same data from a single drive. This is because the hardware I/O speed is quicker than disk access performance, so the computer can read data from 2 or more disks a lot faster than if it was reading the same data from a single drive.</p>
<p>The two main metrics used when describing disk performance are access time and transfer rate. The access time (expressed in milliseconds) is the time it takes for the drive to move the disk heads from rest to the correct location on the disk. As the data can be accessed quicker at the edge of the disk, and slower near the center (as the heads are parked on the edge when the disk is not being accessed), the access time is expressed as an average across the range of movement of the disk heads. A RAID 0 array will have a slightly slower access time than a single drive; however, access times are not typically noticeable to end-users. The other metric, transfer rate, is more noticeable to end-users. A typical drive (such as a modern SATA drive) can achieve a maximum transfer rate of about 80MB/s. A 2 drive RAID 0 array will achieve about 140MB/s, and a 3 disk RAID 0 array about 180MB/s. As you can see, there is a trailing off of performance as more disks are added to the RAID 0 array. This is because the bottleneck moves from the disk to the underlying I/O sub-system and disk controller. The increased transfer rate explains why RAID 0 is popular when the requirement is to read (and to write) large volumes of data (think Photoshop scratch spaces here).</p>
<p>However, RAID 0 does reduce the overall reliability of the data, as a failure of a single device in the array will cause the stripe set to be inoperable. Replacing the faulty drive will not allow you to recover the striped set, as the data on the faulty drive cannot be recovered from the data on the other drives (unlike a RAID 5 array for example.)</p>
<p>Note that RAID is sometimes use to (incorrectly) describe a type of backup. RAID should not be implemented with the misconception that you are providing a backup of data.</p>
<h2>Advantages</h2>
<ul>
<li><strong>Increased performance</strong> - The transfer rate is increased allowing applications to read and write data faster</li>
<li><Strong>Increased capacity of a single drive</strong> - Smaller physical drives are presented as single logical disk, giving the impression of increased capacity</li>
</ul>
<h2>Disadvantages</h2>
<ul>
<li><strong>Reduced reliability</strong> - The failure of a single drive will result in the stripe set being inoperable</li>
<li><Strong>Increased physical requirements</strong> - Increasing the number of disks also increases the required number of drive bays, power and data connectors and increased cooling requirements</li>
</ul>
<h2>Recommended Solutions</h2>
<p><strong>Faster System Drive</strong> - Due to the increased performance of both reads and writes, using a striped array for the system drive can dramatically improve the responsiveness and overall performance of your system. However, you will need to ensure that a backup is made of the array as the reliability of a striped array is reduced. <em>Note that you should really be making a backup of your system drive irrespective of if a striped array is used</em>. On the Mac, my preference would be to use <a target="_blank" href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper!</a> to create a bootable backup of your drive on a daily basis to a locally connected firewire (or USB) drive. On the PC, <a target="_blank" href="http://www.acronis.com/homecomputing/products/trueimage/">Acronis True Image</a> is a great solution. If you have Windows Vista Home Premium, Ultimate or Enterprise, the included backup software offers a pretty good alternative (but does not match the flexibility offered by a commercial product.)</p>
<p><strong>Scratch Space</strong> - Photo and video editing application like Photoshop can make use of a scratch space to store their temporary work. They would be able to take advantage of the increased performance of both reads and writes that RAID 0 offers. Reliability is less of an issue, as the scratch space is only for temporary storage.</p>
<h2>Mac Pro - Apple RAID Card</h2>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/05/performance_image_raid20080108.png" alt="Apple Mac Pro RAID Card" title="Apple Mac Pro RAID Card" width="173" height="245" class="alignleft size-medium wp-image-256" />If you are looking at the Mac Pro, Apple have included the option of the Apple RAID card. The card includes 256MB of RAID cache, a 72-hour cache-protecting battery, and support for hardware RAID levels 0, 1, 5, and 0+1. The card works with both SATA and SAS drives and requires a spare PCI slot. As the RAID is managed in hardware on the card, minimal system resources are consumed managing the RAID array. Even though Apple supports software RAID levels 0 and 1 using the Disk Utility without the optional card, the Apple RAID card provides a more robust solution.</p>
<h2>In Summary</h2>
<p>Implementing RAID 0 is a great way of increasing the overall performance of your system. The increased read and write performance can also improve a system&#8217;s boot performance. However, you should also be aware of the reduced reliability of a RAID 0 array, and make allowances with a thorough backup strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/raid-0-striping-your-mac-and-digital-photography/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Macro Photography with Cheap eBay Extension Tubes</title>
		<link>http://digitalopia.com/macro-photography-with-cheap-ebay-extension-tubes/</link>
		<comments>http://digitalopia.com/macro-photography-with-cheap-ebay-extension-tubes/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:10:50 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Macro Photography]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=603</guid>
		<description><![CDATA[If you are looking at exploring macro photography, there are a number of options available.

Dedicated Macro Lens - can be an expensive option but will provide the most flexible solution. A Macro lens has been specifically design to provide a higher magnification and a closer focal point than normal prime or zoom lenses.
Reversing the Lens [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking at exploring macro photography, there are a number of options available.</p>
<ul>
<li><strong>Dedicated Macro Lens</strong> - can be an expensive option but will provide the most flexible solution. A Macro lens has been specifically design to provide a higher magnification and a closer focal point than normal prime or zoom lenses.</li>
<li><strong>Reversing the Lens</strong> - an adapter is available to allow a lens to be reversed onto the camera body. This will remove the automatic focus and aperture controls, but does offer a cheap solution, as cheap eBay adapters are available.</li>
<li><strong>Close-up Filters</strong> - similar to other lens filters in that they screw onto the end of your lens to provide reduced focal distance and magnification. You will need to ensure they match your filter size. Both Nikon and Canon offer close-up lens, as well as cheap eBay copies.</li>
<li><strong>Extension Tubes</strong> - extension tubes connect between the camera body and the lens, allowing you to focus at a much reduced distance and also increase the magnification factor of the lens. Available with electrical contacts for automatic focus and aperture, with the popular Kenko tubes up to 100 dollars each. Cheaper extension tubes are available that do not have electrical contacts, with cheap eBay tubes available for 10 dollars a set.</li>
</ul>
<p>As a experiment, I decided to try out the cheap ten dollar eBay extension tubes. I was obviously not expecting much from them, but I was pleasantly surprised by the results I achieved.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2701.jpg" alt="" title="Macro Photography Extension Tubes" width="500" height="330" class="aligncenter size-full wp-image-604" /></p>
<p><span id="more-603"></span></p>
<p>I was planning on used them on my Nikon 50mm F1.8 prime lens, so chose the Nikon mount tubes. They are available for most of the popular SLR mount formats. The tubes are constructed of metal and come in 5 separate components. They can be quite hard to unscrew if you tighten them too much.</p>
<p>The set includes the following:</p>
<ol>
<li>Camera Body Mount Adapter</li>
<li>Lens Mount Adapter</li>
<li>9mm Tube</li>
<li>16mm Tube</li>
<li>30mm Tube</li>
</ol>
<p>The tubes can be stacked together to give a maximum length of 55mm. When you add a tube between your lens and the camera you are effectively adjusting the focal point of the lens, allowing the lens to focus closer which also increases the magnification factor of the lens. The standard Nikon 50mm lens can focus to 45cm. One of main differences between the cheap eBay extension tubes and the more expensive tubes (such as those from Kenko) is the lack of any electrical contacts between the camera body and the lens. This means that you will need to set both focus and aperture on the lens manually. The Nikon 50mm includes an aperture ring, which simply needs to be unlocked from its default F22 position. With lenses that do not include an aperture ring, things get a bit more tricky. You will need to attach the camera <em>without</em> the extension tubes, adjust the aperture (best in aperture priority or manual mode) and then use the depth-of-field preview button to stop-down the lens. You will then need to remove the lens keeping the lens stopped down (keeping the depth of field preview pressed.) Note that it is not recommended by camera and lens manufacturers to remove the lens when the camera still turned on, but I have not heard of any adverse effects of doing this. However, you are potentially putting your camera and lens at risk.</p>
<p>To test the effectiveness of the extension tubes, I chose the toy pencil sharpener from the <a target="_blank" href="http://digitalopia.com/long-distance-tethering-in-aperture/">long distance tethering in Aperture</a> article. I purposely focused on the &#8216;Pencil Sharpener&#8217; lettering to show any changes to the depth of field, as extension tubes will significantly reduce the lens depth of field.</p>
<p>The first photo below is taken without the extension tubes attached. The focal point is about 50cm from the lens. The sharpener is lighted from the right side with a single desk lamp.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2687.jpg" alt="" title="Macro Photography Extension Tubes - No Tube Shot" width="500" height="330" class="aligncenter size-full wp-image-605" /></p>
<p>The next photo is with the 9mm extension tube. The focal point is about 9cm from lens. You can see how the magnification has been dramatically increased. The depth of field has been reduced, but it still allows all of the lettering to be in focus, with only the front and back edges of the sharpener being slightly out of focus. I would estimate the depth of field would be about 3 to 4cm.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2690.jpg" alt="" title="Macro Photography Extension Tubes - #1 Tube Shot" width="500" height="330" class="aligncenter size-full wp-image-606" /></p>
<p>The next photo is with the 16mm extension tube. The focal point is about 6cm from lens. You can see how the magnification has been increased further. When this close to the subject adequate lighting can start to become an issue. The depth of field has been reduced further, with the end of the lettering now out of focus, and the front of the sharpener more prominently out of focus. I would estimate the depth of field would be about 2cm, which makes manual focusing harder. I found moving the camera forward and backward when the lens was focused at its closest setting to be easier than trying to manually focus the lens.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2694.jpg" alt="" title="Macro Photography Extension Tubes - #1 Tube Shot" width="500" height="330" class="aligncenter size-full wp-image-607" /></p>
<p>With I tested the 30mm tube or where the tubes are stacked, the focal distance was reduced to only a couple of cm and the magnification too close to result in an acceptable image for this article. For photographing very small objects, this would be okay, but I found that getting adequate lighting was an issue as the front of the lens was obstructing the side light. Also, the depth of field was reduced to less than a cm. If you use a longer lens (I was only using a 50mm), the depth of field and magnification effects would be less dramatic, and the larger extension tubes would be more applicable.</p>
<p>Overall I have enjoyed using the cheap eBbay extension tubes, and recommend them for anybody looking to start macro photography on the cheap. The lack of electrical connections may put you off if you have lenses that do not include aperture rings, but the work-around is not that onerous.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/macro-photography-with-cheap-ebay-extension-tubes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Long Distance Tethering in Aperture</title>
		<link>http://digitalopia.com/long-distance-tethering-in-aperture/</link>
		<comments>http://digitalopia.com/long-distance-tethering-in-aperture/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:45:17 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Aperture]]></category>

		<category><![CDATA[Lighting]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=594</guid>
		<description><![CDATA[I do enjoy the near instant feedback that photographing when tethered provides. However, it is not always convenient to have your camera right next to your computer. During my current build of a DIY light tent (you will have to wait for a few more days for that article), I found the ideal place to [...]]]></description>
			<content:encoded><![CDATA[<p>I do enjoy the near instant feedback that photographing when tethered provides. However, it is not always convenient to have your camera right next to your computer. During my current build of a DIY light tent (you will have to wait for a few more days for that article), I found the ideal place to set up the light tent was a few meters away from my computer (iMac rather than a laptop so not that portable.) Rather than shoot to the CF card and then process the photos later in Aperture, I decided to tether the camera with the help of a 5 meter USB (16.4 feet) extension cable. I found a cable that was compatible with USB 2 that gave nearly 6 meters extension when the Nikon cable was included.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2654-version-2.jpg" alt="" title="Long Distance Tethering in Aperture" width="500" height="330" class="aligncenter size-full wp-image-593" /></p>
<p>The photo above (of a toy pencil sharpener) was taken with 2 desk lamps (100 Watts each) on a blue card background. The setup is shown below. No prizes for the lighting, but I am still in the process of building my DIY light tent (letting the glue dry!)</p>
<p>I have not noticed any slowdown or any other issues when using the longer cable. It should be noted that 5 meters is the maximum specified length for USB, but this should be more than enough to allow you to shoot anywhere in the same room as your computer.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/09/_dsc2657-version-2.jpg" alt="" title="Long Distance Tethering in Aperture Setup" width="427" height="640" class="aligncenter size-full wp-image-595" /></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/long-distance-tethering-in-aperture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Markins Q-Ball M10 Ball Head - Initial Review</title>
		<link>http://digitalopia.com/markins-q-ball-m10-ball-head-initial-review/</link>
		<comments>http://digitalopia.com/markins-q-ball-m10-ball-head-initial-review/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:22:44 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Ball Head]]></category>

		<category><![CDATA[Markins]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=562</guid>
		<description><![CDATA[With my recent purchase of the Feisol CT-3342 carbon fiber tripod I also upgraded my ball head to the Markins Q-Ball M10 ball head. This is my first &#8217;serious&#8217; ball head, after using a number of cheaper models with limited success. Their tendency to creep when used with larger lenses requiring constant tightening/loosening was frustrating [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-m10-small.jpg" alt="" title="Markins Q-Ball M10 Ball Head" width="200" height="200" class="alignleft size-full wp-image-506" />With my recent purchase of the <a target="_blank" href="http://digitalopia.com/feisol-ct-3342-carbon-fiber-tripod-initial-review/">Feisol CT-3342 carbon fiber tripod</a> I also upgraded my ball head to the <a target="_blank" href="http://www.markinsamerica.com/MA5/M10.php">Markins Q-Ball M10 ball head</a>. This is my first &#8217;serious&#8217; ball head, after using a number of cheaper models with limited success. Their tendency to creep when used with larger lenses requiring constant tightening/loosening was frustrating in use. I therefore decided to move up to a more professional ball head. I was also looking for a head that is compatible with the Arca-Swiss mounting plates.</p>
<p>I ordered the Markins direct from their Korean office, and it was shipped in just a few days. Payment can be conveniently made through Paypal and an EMS tracking number was provided so you can track its progress.</p>
<p><span id="more-562"></span></p>
<p>The ball head was shipped in a plain black box.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2161.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Shipping Box" width="500" height="466" class="aligncenter size-full wp-image-563" /></p>
<p>Inside the shipping box, the ball head was stored in a smaller box. The optional protective pouch and an Arca-Swiss compatible plate for my Nikon D70 were also included. An instruction sheet was also provided.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2173.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Contents" width="500" height="370" class="aligncenter size-full wp-image-564" /></p>
<p>The Arca-Swiss plate comes in its own box and includes an allen key for fitting to the camera.</p>
<p>The advantage of the Arca-Swiss style plates is their custom fit to your specific camera or lens. This gives a very sturdy base, and is significantly better than the generic plates provided with other ball heads, such as those from Manfrotto, that struggle to keep a tight grip on larger and heavier bodies and lenses. It also allows you to buy plates from other manufactures, such as the great &#8216;L&#8217; plates from <a target="_blank" href="http://reallyrightstuff.com/index.html">Really Right Stuff</a>.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2175.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Camera Plate" width="500" height="221" class="aligncenter size-full wp-image-565" /></p>
<p>The plate was very well machined and fitted the base of my Nikon D70 very securely. Due to one of its edges being rounded (shown at the top of the photo below), there is no possibility of it rotating in use and the over-sized bolt keeps the plate securely attached to the camera. The two smaller holes on either side of the plate align with a spring-loaded bolt on the top of the quick shoe, locking the plate to the shoe. This gives an additional level of security if the locking knob on the shoe should come loose. The locking knob is also captive, meaning that it cannot come loose if you continue to unscrew it.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2183.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Camera Plate Closeup" width="500" height="411" class="aligncenter size-full wp-image-566" /></p>
<p>Inside its box, the ball head was stored inside a fabric bag. The bag could be used as a protective pouch, but it would not offer a lot of protection, except from scratches, as it is not padded.</p>
<p>The instruction sheet includes both a Korean and an English side, covering the basic operation and adjustment of the ball head. A clear description is provided of how to find the &#8217;sweet spot&#8217; of the ball head, which is the adjustment where the camera will not creep, but where it can still be moved freely. This is one of the biggest advantages of a professional ball head.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2186.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Ball Head and Instructions" width="500" height="315" class="aligncenter size-full wp-image-567" /></p>
<p>The ball head is very well engineered and machined. All of the components looked to be made to a very high standard and precision and the head and knobs rotated very smoothly.</p>
<p>The quick shoe includes a bubble level and the captive locking bolt previously mentioned. The position of the bubble level is less than ideal, as it cannot be seen when the camera is attached. It can be handy when first setting up the tripod, but I prefer to use a bubble level attached to the camera hot shoe.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2191.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Side View" width="500" height="600" class="aligncenter size-full wp-image-568" /></p>
<p>The ball head includes 2 adjustment knobs.</p>
<p>The smaller knob provides adjustment of the panoramic base, allowing it to rotate for taking panoramic photos. A scale engraved on the base shows the degrees of rotation, helping if you want to rotate the base by a fixed angle. There is slight rotational movement of the base even when the knob is fully tightened (without over tightening it though), but after reading other reviews and comments made by Markins, this is not regarded as a design fault. You do have to use a lot of force to rotate it when tightened, so it is not an issue for me.</p>
<p>The larger knob actually contains 2 adjustment controls. The knob itself controls the tightness of the grip on the ball. On the end of the knob is a smaller adjustment screw (you can use the end of a finger to adjust it) that is used when you adjust for the ball head&#8217;s sweet spot.</p>
<p>Finding the sweet spot is very easy, as follows &#8230; You first loosen the ball by unscrewing the adjustment knob and you then unscrew the adjustment screw with the end of your finger. You can then tighten the adjustment knob until you find the point when the ball is locked, but you can still move the camera with ease. At this point there should be no creep in the head, even when a larger lens is attached and the camera is pointing down. Once this point has been found, the adjustment screw should be tightened, locking the ball head. It is really quick to adjust and only needs to be repeated if you change camera and/or lens that could introduce creep. I have found that I do not need to adjust the ball head when moving from 50mm prime to 200mm zoom lenses, but you may need to re-adjust if moving to a heavier f2.8 or 300mm+ zooms.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2200.jpg" alt="" title="Markins Q-Ball M10 Ball Head - Side View" width="500" height="559" class="aligncenter size-full wp-image-569" /></p>
<p>Overall, I could not be happier with my<a target="_blank" href="http://www.markinsamerica.com/MA5/M10.php">Markins Q-Ball M10 ball head</a>. Its solid construction should provide me years of service.</p>
<p>I will be providing an update to both the <a target="_blank" href="http://digitalopia.com/feisol-ct-3342-carbon-fiber-tripod-initial-review/">Feisol CT-3342 carbon fiber tripod</a> and the Markins M10 ball head after I have taken them out on a few shoots.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/markins-q-ball-m10-ball-head-initial-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nikon and Microsoft Sign Patent Sharing Agreement</title>
		<link>http://digitalopia.com/nikon-and-microsoft-sign-patent-sharing-agreement/</link>
		<comments>http://digitalopia.com/nikon-and-microsoft-sign-patent-sharing-agreement/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:05:33 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=578</guid>
		<description><![CDATA[I recently read the announcement that Nikon and Microsoft have signed a patent sharing agreement. The deal basically gives each company access to the other&#8217;s patents. There were not many details revealed about the deal at the time of the annoucement, except that this would allow Nikon and Microsoft to continue to develop wireless camera [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/logo_nikon.gif" alt="" title="Nikon Logo" width="82" height="68" class="alignleft size-full wp-image-579" />I recently read the announcement that Nikon and Microsoft have signed a patent sharing agreement. The deal basically gives each company access to the other&#8217;s patents. There were not many details revealed about the deal at the time of the annoucement, except that this would allow Nikon and Microsoft to continue to develop wireless camera technology and RAW image formats.</p>
<p>What is interesting is how this announcement relates to the <a target="_blank" href="http://www.dcresource.com/news/newsitem.php?id=3773">recently announced Nikon Coolpix P6000</a>. Rather than use the common NEF RAW format, Nikon have chosen to use the NRW RAW image format, which is based on Windows Imaging Component (and you would assume co-developed with Microsoft.) Why Nikon would choose to develop an alternative RAW image format is not clear. The NEF RAW image format is standard on all Nikon DSLRs and their top-of-the-range compact cameras. One thing to note is that Mac users will initially be unable to open the new NRW image format until Apple releases an update to Core Image.</p>
<p>I can understand Microsoft wanting to get more aggressively involved in digital photography, as the Apple Mac has become a very popular platform among professional photographers. This can have a flow-through effect to amateur photographers, who try to use similar technologies to the professionals. Microsoft may well also look at entering the digital video market more aggressively. With the increase in popularity of Linux as an alternative desktop solution, Microsoft must look at specific market segments with which to gain market share and credibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/nikon-and-microsoft-sign-patent-sharing-agreement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feisol CT-3342 Carbon Fiber Tripod - Initial Review</title>
		<link>http://digitalopia.com/feisol-ct-3342-carbon-fiber-tripod-initial-review/</link>
		<comments>http://digitalopia.com/feisol-ct-3342-carbon-fiber-tripod-initial-review/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 13:29:26 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Feisol]]></category>

		<category><![CDATA[Tripod]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=555</guid>
		<description><![CDATA[I recently decided to upgrade my tripod, choosing a carbon fiber Feisol model. My choice was particularly swayed by the many positive online reviews and its value for money, especially considering its 1kg weight and carbon fiber construction. I ordered the Feisol CT-3342 carbon fiber tripod and it arrived in only 4 days shipped direct [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/feisol-tripod-open.jpg" alt="" title="Feisol CT-3342 Tripod - Open" width="157" height="202" class="alignleft size-full wp-image-514" />I recently decided to upgrade my tripod, choosing a carbon fiber <a target="_blank" href="http://www.feisol.com/">Feisol</a> model. My choice was particularly swayed by the many positive online reviews and its value for money, especially considering its 1kg weight and carbon fiber construction. I ordered the <a target="_blank" href="http://www.feisol.com/">Feisol CT-3342</a> carbon fiber tripod and it arrived in only 4 days shipped direct from Taiwan. You are provided an EMS shipping number by email for tracking online. Payment was made through Paypal.</p>
<p><span id="more-555"></span></p>
<p>The tripod was shipped in a brown box, with the tripod specifications listed on the side. I was amazed how very light the box was.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2126.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Shipping Box" width="500" height="265" class="aligncenter size-full wp-image-556" /></p>
<p>Inside the box was a Feisol bag that includes a shoulder strap and small pouch on the outside. I was surprised that there was no additional packaging to protect it in transit. Luckily the shipping box looks as though it had not taken any knocks, so the contents should be okay. However, I would have liked to see at least a couple of wraps of bubble wrap.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2128.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Tripod Bag" width="500" height="224" class="aligncenter size-full wp-image-557" /></p>
<p>The bag opens by a zip at one end, and contained the tripod in a protective plastic bag.</p>
<p>The side pocket of the bag contained a warranty card, a hook for attaching under the tripod, an optional set of small spikes that I ordered and 3 Allen keys for tripod adjustment and maintenance.</p>
<p>One thing to note is the lack of any instructions. Whilst they are not really needed as its operation and adjustment is pretty straight forward, it is sometimes nice to have a printed guide to help get you started. Note that basic instructions are available online <a target="_blank" href="http://www.feisol.com/english/feisolen.htm">here</a>, by clicking on the User Manual link on the left and selecting the Tournament and Standard Class Tripods section.  However, the details are very sparse and not very comprehensive.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2138.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Contents" width="500" height="305" class="aligncenter size-full wp-image-558" /></p>
<p>After unwrapping the tripod from its protective plastic bag you are amazed at how light it is. At 1kg, it feels like it is not even going to be able to stand up on its own!</p>
<p>One of the advantages of its simple design is knowing that with less moving parts, the chance of a potential failure is reduced. The addition of a set of tools means you can adjust and potentially repair the tripod. I would assume that over time the legs may need re-tightening.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2142.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Tripod" width="500" height="267" class="aligncenter size-full wp-image-559" /></p>
<p>The legs are the screw-and-slide type (not sure what else to call them), similar to the Gitzo legs. They appear to be very smooth to slide and easy to operate. All three legs have a foam cover over the top section. It is nice to see that Feisol include covers for all three legs, as I am confused at why Manfrotto only seem to cover two of the legs. The foam is quite firm and should help when using the tripod in cold conditions. Even though carbon fiber legs do not get as cold as aluminum legs, they can still be uncomfortable in very cold conditions.</p>
<p>I chose the 3 section model that can be extended to 142cm when fully open. I chose 3 sections over the 4 sections due to it being slightly easier to extend and the reduced number of mechanical components that may fail (pretty weak arguments, I know!) However, the shorter closed length of the 4 section will be attractive if you regularly travel, as it can fit within most aircraft carry-on luggage.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2147.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Leg Adjustment" width="500" height="330" class="aligncenter size-full wp-image-560" /></p>
<p>The top of the tripod is very clean and simple, with a single threaded bolt to allow the attachment of a tripod head. An optional center column can be added, and a horizontal mounting plate is available to convert the center column to the horizontal position. This does not seem as clean as solution as providing by the newer Manfrotto tripod (where the center column converts to horizontal without removing it), but as I will not be using a center column, it did not concern me. I am not a great fan of center columns as I think they reduce the rigidity of the tripod, similar to mounting a monopod on top of the tripod. Underneath the tripod top a hook can be screwed for attachment of bags and weights to give extra stability in uneven or windy conditions.</p>
<p><img border="2" src="http://digitalopia.com/wp-content/uploads/2008/08/dsc_2148.jpg" alt="" title="Feisol CT-3342 Carbon Fibre Tripod - Head Plate" width="500" height="282" class="aligncenter size-full wp-image-561" /></p>
<p>Overall, I find the <a target="_blank" href="http://www.feisol.com/">Feisol CT-3342</a> to be a very sturdy and light tripod. I would highly recommend that Feisol is added to your shortlist if you are looking for a new tripod. They have a wide range of carbon fiber tripods that should cover most budgets. I have also heard good reports about their range of monopods as well.</p>
<p>I will be bringing a more detailed review after the Feisol has been used on a few shoots.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/feisol-ct-3342-carbon-fiber-tripod-initial-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aperture Plug-in - Color Efex Pro 3.0</title>
		<link>http://digitalopia.com/aperture-plug-in-color-efex-pro-30/</link>
		<comments>http://digitalopia.com/aperture-plug-in-color-efex-pro-30/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:33:05 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Apple Mac]]></category>

		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Aperture]]></category>

		<category><![CDATA[Photo Adjustment]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=522</guid>
		<description><![CDATA[Nik Software recently updated their Color Efex Pro 3.0 software to provide support for Aperture 2.1+ though the addition of an edit plug-in. Note that the Aperture plug-in is not available with the Standard Edition of Color Efex Pro 3.0, only the Select and Complete Editions.
Color Efex Pro 3.0 provides a set of digital filters [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src='http://digitalopia.com/wp-content/uploads/2008/03/contentfooter_trial20080206.png' alt='Apple Aperture Logo' />Nik Software recently updated their <a target="_blank" href="http://www.niksoftware.com/colorefexpro/usa/entry.php">Color Efex Pro 3.0</a> software to provide support for Aperture 2.1+ though the addition of an edit plug-in. Note that the Aperture plug-in is not available with the Standard Edition of Color Efex Pro 3.0, only the Select and Complete Editions.</p>
<p>Color Efex Pro 3.0 provides a set of digital filters for colour correction, retouching and creative enhancements. They are analogous to traditional photographic filters, and some of the filter names will be familiar, such as Graduated Neutral Density and Skylight Filter.</p>
<p>Color Efex Pro 3.0 is available in three different versions at different price points and number of included filters. A 15 day free trial version is also available.</p>
<ul>
<li><strong>Standard Edition</strong> - 15 Filters - $99.95 (Aperture plug-in not included)</li>
<li><strong>Select Edition</strong> - 35 Filters - $159.95</li>
<li><strong>Complete Edition</strong> - 52 Filters - $299.95</li>
</ul>
<p>The filters provided with each edition <a target="_blank" href="http://www.niksoftware.com/colorefexpro/usa/entry.php?view=intro/cep3_filters.shtml">are listed here</a>.</p>
<p>After opening the plug-in with a selected photo, the plug-in interface is opened. The Complete Edition is shown in the screen shot below after the B/W Conversion plug-in has been applied.</p>
<p><a target="_blank" href="http://digitalopia.com/wp-content/uploads/2008/08/main-plug-in-interface.jpg"><img border="1" src="http://digitalopia.com/wp-content/uploads/2008/08/main-plug-in-interface.jpg" alt="" title="Color Efex Pro 3 Interface" width="500" height="292" class="aligncenter size-full wp-image-538" /></a></p>
<p>The left side of the plug-in lists the available filters, grouped into a number of tabs; All, Traditional, Stylizing, Landscape or Portrait. Filters can also be added to a dedicated Favorites tab.</p>
<p>The center of the plug-in shows the selected photo. A number of different display modes are available.</p>
<ul>
<li>A single image is shown with the filter applied (a check-box can remove the preview, simply showing the image before the filter is applied.)</li>
<li>Before and after photos are shown side-by-side (as shown in the screen shot above.) This is my preferred display mode, allowing to see the filter effects upon all parts of the photo.</li>
<li>A single photo is shown split in two, the left side showing before and the right side showing after.</li>
</ul>
<p>The right side of the plug-in shows the available options for the currently selected filter. A loupe is also provided that shows the before and after effects of the filter at the pixel level. The loupe displays the photo detail at the current mouse pointer location.</p>
<p>I will be adding some subsequent follow-up articles taking an example image and passing it through a number of the available filters to show the their effect and the filters available options.</p>
<p>Overall, <a target="_blank" href="http://www.niksoftware.com/colorefexpro/usa/entry.php">Color Efex Pro 3.0</a> is a great Aperture plug-in and a valuable addition to your digital kit-bag. However, as the Aperture plug-in is only available with the Select and Complete Editions, which at $160 and $300 (minus that 5 cents!) respectively are quite expensive, it will only be popular with a select group of Aperture users. However, if you have not invested in Photoshop, a couple of Aperture plug-ins may be all you need to complete your digital workflow. I would definitely recommend using the free trial version to see if it offers enough features for the cost.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/aperture-plug-in-color-efex-pro-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Markins Q-Ball M10 Ball Head - Review Coming Soon</title>
		<link>http://digitalopia.com/markins-q-ball-m10-ball-head-review-coming-soon/</link>
		<comments>http://digitalopia.com/markins-q-ball-m10-ball-head-review-coming-soon/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:41:03 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Ball Head]]></category>

		<category><![CDATA[Markins]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=505</guid>
		<description><![CDATA[As I have decided to upgrade my aging tripod to the Feisol CT-3343, I needed a new tripod head. I chose a ball head as I enjoy the freedom of movement it provides. Ball heads are available across a wide price range from a few dollars to nearly one thousand. After a lot of research, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-m10-small.jpg" alt="" title="Markins Q-Ball M10 Ball Head" width="200" height="200" class="alignleft size-full wp-image-506" />As I have decided to upgrade my aging tripod to the <a target="_blank" href="http://www.feisol.com/">Feisol CT-3343</a>, I needed a new tripod head. I chose a ball head as I enjoy the freedom of movement it provides. Ball heads are available across a wide price range from a few dollars to nearly one thousand. After a lot of research, I decided upon the <a target="_blank" href="http://www.markinsamerica.com/MA5/M10.php">Markins M10 ball head</a>. I also ordered the <a target="_blank" href="http://www.markinsamerica.com/MA5/PG-34.php">Markins PG34N plate</a> to fit my Nikon D70 and also the <a target="_blank" href="http://www.markinsamerica.com/MA5/MP-3.php">Markins MP-3 neoprene pouch</a> to protect the head when it is attached to the tripod (it also acts as a storage pouch.) At $340 it is not cheap, but I think it will be able to easily support both my current and planned future body and lenses.</p>
<p>There were some compelling reasons for me choosing this model and this brand. One of the most important considerations when choosing a ball head is the weight it is expected to support. I looked for a head that can support a 70-200mm F2.8 lens, but potentially could support a longer zoom in the future. Many of the cheaper head will start to creep with heavy lenses. As I am hoping to experiment with both HDR and panoramic photography, movements in the ball head will introduce blur to images.</p>
<ul>
<li><strong>Positive reviews</strong> - Most, if not all of the review that I read were positive. There were minor comments regarding the movement of the panoramic base (rotational movement when forced) even when fully locked, but this did not distract the reviewers from recommending the head.</li>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-m10-blue-small.jpg" alt="" title="Markins Q-Ball M10 Blue Ball Head" width="200" height="200" class="alignright size-full wp-image-508" />
<li><strong>Hopefully it will last a lifetime</strong> - I am hoping that the combination of the Feisol tripod and Markins M10 ball head will provide me many years of service. A lot of people agree with <a target="_blank" href="http://www.bythom.com/support.htm">Thom Hogan</a>, who thinks that most people will eventually end up buying progressively more extensive tripods and heads (as they start to find deficiencies in there current models), and it is better to just &#8216;bite the bullet&#8217; and spend the money upfront. I agree, and think it will save you money in the long term.</li>
<li><strong>More support than I will need</strong> - The Markins M10 is rated at 90lbs of support. It is widely agreed that you should look for a head that can support 3 times the maximum support requirement. Based upon my current and planned future body and lenses, I believe this should be more than adequate. Also, having some &#8216;headroom&#8217; will put the head under less stress under day-to-day use.</li>
</ul>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-pg-34-plate.jpg" alt="" title="Markins PG 34 Plate" width="200" height="200" class="alignleft size-full wp-image-526" />It is worth keeping in mind the additional cost of body and lens plates, which are around $50 each (L plates cost around $100.) Most of the more expensive and professional ball heads provide support for the Arca-Swiss quick release plates. This allows you to permanently attach a plate to your camera bodies or lenses. The Arca-Swiss plates offer a very stable and secure fit to your camera and quick release plates, as they are custom designed for specific camera and lens models.  It also allows you to choose plates from a number of different manufacturers to meet your requirements. Note that Manfrotto ball heads do not support the Arca-Swiss plates, so you will need to buy additional Manfrotto plates if you choose a Manfrotto ball head. I did not find the Manfrotto plates as secure as the Arca-Swiss plates, with some movement when attached. This is mainly due to the generic nature of the Manfrotto plates, as they are designed to fit all available bodies and cameras. A tripod provides a secure and stable environment for low light or longer exposure shots. If any parts of your tripod setup can move, wether it be the legs, head or plates, then your photos may suffer from blur or sharpness issues.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-m10-red-small.jpg" alt="" title="Markins Q-Ball M10 Red Ball Head" width="200" height="200" class="alignright size-full wp-image-510" />The following are some other models that I looked at before deciding upon the <a target="_blank" href="http://www.markinsamerica.com/">Markins</a>. Note that my budget was around $200 - $400 dollars, hence the lack of expensive models. However as this price range covers most of the popular ball heads, you would only look to spend more if you will be supporting larger (300mm +) lenses. I would recommend either the Kirk BH-1, Markins M20 or RRS BH-55 if more support is required.</p>
<ul>
<li><strong>Markins Q-Ball Q3</strong> - the baby brother to the Markins M10, the Q3 is slightly smaller and supports slightly less weight. It was very hard to choose between the Q3 and M10, but I ultimately chose the more expensive model, mainly due its increased support capability.</li>
<li><strong>Kirk BH-3</strong> - a very popular ball head and its cheaper price ($255) and included universal plate makes a very good alternative to the Markins.</li>
<li><strong>RRS BH-40</strong> - a work of art that looks fantastic. Most reviews have been positive, but I have read more than once about a slight creep after locking the ball. It is also more expensive at $375 (with lever quick release), but it would definitely be a good alternative to the Markins M10.</li>
<li><strong>Manfrotto 488</strong> - a pretty good ball head for $100, but at this price point you are not really going to get the same level of support as the more expensive models. It does have a tendency to creep with anything bigger than a small body and zoom lens, so you may end up replacing it when you upgrade you lenses. All Manfrotto heads include a proprietary quick release system. It has become standard among the the more expensive and professional ball head manufactures to support the Arca-Swiss style quick release plates. After you have used the Arca-Swiss quick release plates, the Manfrotto system seems very unstable and cumbersome in comparison.</li>
<li><strong>Manfrotto 468MG</strong> - currently the top-of-the-range from Manfrotto ball head and has received a number of positive reviews. However, at around $290 it is priced similar to the Kirk, Markins and RRS models. Whilst I love Manfrotto products, I think a lot of photographers would recommend the other models. Also, the Manfrotto includes the proprietary quick release system as with the 488.</li>
</ul>
<p>I am currently awaiting its delivery from Korea, and will be providing both my initial thoughts and a more detailed review after some use.</p>
<p>I have included some photos of the Markins M10 range, traditional black, blue, red and without the Markins quick shoe. The later model will be popular for people wishing to use alternative quick shoes, such as the Really Right Stuff models that are receiving some great reviews.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/markins-m10-no-quick-shoe-small.jpg" alt="" title="Markins Q-Ball M10 No Quick Shoe Ball Head" width="200" height="200" class="alignleft size-full wp-image-512" />Please note that if you are from outside the US or Canada, you will need to use the <a target="_blank" href="http://www.markins.com/">Markins International</a> site. US and Canada orders will be shipped from the US reseller, where all international orders will be shipped directly from Korea. My order was processed the same day and I was sent the shipping EMS details to allow me to track the order online. So far, I agree with a number of the online reviews regarding the very prompt and professional customer service of Markins.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/markins-q-ball-m10-ball-head-review-coming-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feisol CT-3342 Carbon Fibre Tripod - Review Coming Soon</title>
		<link>http://digitalopia.com/feisol-ct-3342-carbon-fibre-tripod-review-coming-soon/</link>
		<comments>http://digitalopia.com/feisol-ct-3342-carbon-fibre-tripod-review-coming-soon/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 01:58:20 +0000</pubDate>
		<dc:creator>Ian Pullinger</dc:creator>
		
		<category><![CDATA[Digital Photography]]></category>

		<category><![CDATA[Feisol]]></category>

		<category><![CDATA[Tripod]]></category>

		<guid isPermaLink="false">http://digitalopia.com/?p=504</guid>
		<description><![CDATA[After what seems like months of research, I have decided to upgrade my aging tripod to the Feisol CT-3342. This tripod (as with all of the Feisol tripods) is made from carbon fiber to provide a light and strong support. I have read many positive reviews of the Feisol range of tripods, and they seem [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/feisol-tripod-open.jpg" alt="" title="Feisol CT-3342 Tripod - Open" width="157" height="202" class="alignleft size-full wp-image-514" />After what seems like months of research, I have decided to upgrade my aging tripod to the <a target="_blank" href="http://www.feisol.com/">Feisol CT-3342</a>. This tripod (as with all of the Feisol tripods) is made from carbon fiber to provide a light and strong support. I have read many positive reviews of the Feisol range of tripods, and they seem to offer a cheaper alternative to Gitzo whilst offering a better solution than the popular Manfrotto. I chose a 3 section model over the TC-3442 4 section model, as I think that it will offer marginal better stability, be easier to extend and I have no real requirement for the shorter folded length of the 4 sections. However, if I was frequently traveling (especially flying), then the shorter folded length of the 4 section model would be an advantage.</p>
<p>There were some compelling reasons for me choosing this model and this brand. Note that a choice of tripod is quite a personal decision based upon individual requirements, such as weight, height and cost.</p>
<ul>
<li><strong>Positive reviews</strong> - I have not read many (if any) negative reviews of the Feisol tripods. They have not taken the path to blatantly copy Gitzo (like Benro), rather they have applied their own innovation to the designs. They also listen to customer comments, as they have been revising their range based upon previous reviews.</li>
<li><strong>Carbon fibre at an aluminum price</strong> - as a general purpose tripod, I was looking for something both light and strong. A tripod that is heavy to carry will be left behind when treking, so weight was an important consideration. The CT-3342 weights around 1kg which is extremely light. The similar specification Manfrotto 055MF3 weights 2kg and the equivalent aluminum 055PRO weights 2.4kg. This can make a substantial difference when you are deciding what to take for a photography trip.</li>
<li><strong>Center column was an option</strong> - I am not a great fan of center columns. They are typically unstable, similar to adding a monopod to the top of the tripod. I prefer a tripod that has the height in its main leg sections rather than rely on a center column. The CT-3342 is 142cm fully extended, which together with the height of a typical ball head (10cm) and the camera body (10cm) should be acceptable for people less than 6&#8243; tall. At 5&#8242; 10&#8243;, I think it will be the perfect height for me without having to stoop.</li>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/feisol-tripod-closed.jpg" alt="" title="Feisol CT-3342 Tripod - Closed" width="47" height="165" class="alignright size-full wp-image-516" />
<li><strong>Hopefully it will last a lifetime</strong> - I am hoping that the combination of the Feisol tripod and Markins M10 ball head will provide me many years of service. A lot of people agree with <a target="_blank" href="http://www.bythom.com/support.htm">Thom Hogan</a>, who thinks that most people will eventually end up buying progressively more expensive tripods and heads (as they start to find deficiencies in their current models), and it is better to just &#8216;bite the bullet&#8217; and spend the money upfront. I agree, and think it will save you money in the long term.</li>
<li><strong>Price</strong> - at $299 dollars it represents great value for money for a carbon fiber tripod. A Gitzo of a similar specification will cost 2 or 3 times as much. For a non-professional photographer, the Feisol may offer the best alternative.</li>
</ul>
<p>The following are some other models that I looked at before deciding upon the <a target="_blank" href="http://www.feisol.com/">Feisol</a>. Note that my budget was around $200 - $400 dollars, hence the lack of the more expensive (and potentially better) Gitzo models.</p>
<ul>
<li><strong>Manfrotto 055MF3</strong> - I started my research with this model as it offered a carbon fiber tripod at a competitive price. I eventually decided that the Feisol (at the same price) offered a better solution, especially as it was half the weight.</li>
<li><strong>Manfrotto 190CX3</strong> - a nice looking and well specified tripod. However, it is a little too short with me without raising the center column, something I am trying to avoid.</li>
<li><strong>Benro</strong> - Benro makes copies of the popular Gitzo models. I have read positive reviews based upon their low cost and quality copies of Gitzo. However, I like the innovation of the Feisol models.</li>
<li><strong>Giottos, Cullman, Slik, Velbon</strong> - I discounted some of the other brands early on. I am hoping to not upgrade the tripod for a number of years, and think that some of the cheaper models will not provide the stability or low weight I require. I know a lot of people that swear by some of these brands, so it may be a matter of personal preference, but I hope I am not proved wrong!</li>
</ul>
<p>I am currently awaiting its delivery from Taiwan (it shipped within hours of putting the order in), and will be providing both my initial thoughts and a more detailed review after some use.</p>
<p><img src="http://digitalopia.com/wp-content/uploads/2008/08/feisol-tripod-top.jpg" alt="" title="Feisol CT-3342 Tripod - Top" width="482" height="410" class="aligncenter size-full wp-image-517" /></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalopia.com/feisol-ct-3342-carbon-fibre-tripod-review-coming-soon/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.369 seconds --><!-- Cached page served by WP-Cache -->
