CINXE.COM

The Digital Story: DIY Archives

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="generator" content="Movable Type Pro 6.3.7" /> <!-- google_ad_section_start --> <meta name="keywords" content="digital photography, podcast, news, photo tips, derrick story, how to, reviews"/> <meta name="description" content="Professional photographer and author Derrick Story publishes daily tech news, photo tips, techniques, reviews, and a weekly photography podcast."/> <!-- google_ad_section_end --> <!--<link rel="stylesheet" href="https://thedigitalstory.com/styles/main.css" type="text/css" />--> <!-- /* @import url(http://tds.nvresearch.com/mt-static/themes-base/blog.css); @import url(http://tds.nvresearch.com/mt-static/themes/minimalist-red/screen.css); */ --> <link rel="stylesheet" type="text/css" media="screen" href="/mt-static/themes-base/blog.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/main.css?20090329" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/widen-sidebar.css" /> <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish.css" /> <!-- <link rel="stylesheet" type="text/css" media="screen" href="/styles/superfish-navbar.css" /> --> <link rel="stylesheet" href="/styles/niftyCorners.css" type="text/css" /> <link rel="stylesheet" href="/styles/niftyPrint.css" type="text/css" media="print" /> <!-- DLents 2014-03-24 Updates for monochrome and new nav --> <link rel="stylesheet" type="text/css" media="screen" href="/styles/banner.css?20140423" /> <link rel="start" href="https://thedigitalstory.com/" title="Home" sizes="16x16 32x32 64x64"/> <link rel="shortcut icon" href="/img/favicon.ico"/> <link rel="alternate" type="application/rss+xml" title="Recent Entries Feed" href="/feed/rss.xml"/> <!-- For password protection on mobile book owner page --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <!-- End mobile book owner page password stuff --> <script type="text/javascript" src="/mt.js"></script> <script type="text/javascript" src="/scripts/hoverIntent.js"></script> <script type="text/javascript" src="/scripts/superfish.min.js"></script> <script type="text/javascript" src="/scripts/fancyzoom.min.js"></script> <script type="text/javascript" src="/scripts/jquerylitebox-min.js"></script> <!-- <script type="text/javascript" src="/scripts/jquery.flickr-1.0-min.js"></script> --> <script type="text/javascript" src="/scripts/jquery.flickr-1.0_custom.js"></script> <!-- jPlayer: http://www.jplayer.org/ --> <script type="text/javascript" src="/scripts/jplayer-2.9.2/jquery.jplayer.min.js"></script> <link href="/scripts/jplayer/skin/blue.monday/jplayer.blue.monday.css" rel="stylesheet" type="text/css" /> <link href="/styles/jplayer/base.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> // keep track of which assets have their jPlayer set already var jPlayersEnabled = new Array(); // This is the function that inserts the jPlayer function jPlayerInsert(assetId, assetLabel, assetUrl) { // Default is first asset var jPlayerDivBlock = $('#jplayer-html-container-for-podcast').html(); var jPlayerDiv = '#podcast-' + assetId; var jpContainer = 'jp-container-' + assetId; $(jPlayerDiv).html(''); $(jPlayerDiv).after(jPlayerDivBlock); $(jPlayerDiv).next('.jp-audio').attr({ id: jpContainer}); jpContainer = '#' + jpContainer; // $(jpContainer).html(jPlayerDivBlock); // Add the generic jplayer to Derrick's empty div // set a unique container id // var jpContainerId = '[p_' + assetId; // $(jpContainer).attr({ class: 'jp-audio'}); // $(jpContainer).attr({ id: 'jp-container-' + assetId}); // set the div size // $(jPlayerDiv).css({ // height: '240px', // width: '420px', // textAlign: 'center' // }); // set the title $(jpContainer).find('.jp-title').find('li').text(assetLabel); $(jPlayerDiv).jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: assetUrl }); }, play: function() { // To avoid multiple jPlayers playing together. $(this).jPlayer("pauseOthers"); }, errorAlerts: true, preload: 'auto', // solution: 'html, flash', cssSelectorAncestor: jpContainer, swfPath: "/scripts/jplayer", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true, }); jPlayersEnabled[assetId] = true; return true; } </script> <!-- jPlayer --> <script type="text/javascript"> //<![CDATA[ // initialise plugins jQuery(function () { jQuery('ul.sf-menu').superfish() }) $(document).ready(function () { $('div.zoom-image a').each(function () { $(this).fancyZoom({ width: 700, height: 700, directory: 'https://thedigitalstory.com//styles/img/zoom', closeOnClick: true }) }) }) /* convert twitter time to something prettier */ function relative_time (time_value) { var values = time_value.split(' ') time_value = values[1] + ' ' + values[2] + ', ' + values[4] + ' ' + values[3] var parsed_date = Date.parse(time_value) var relative_to = (arguments.length > 1) ? arguments[1] : new Date() var delta = parseInt((relative_to.getTime() - parsed_date) / 1000) delta = delta + (relative_to.getTimezoneOffset() * 60) var r = '' if (delta < 60) { r = 'a minute ago' } else if (delta < 120) { r = 'couple of minutes ago' } else if (delta < (45 * 60)) { r = (parseInt(delta / 60)).toString() + ' minutes ago' } else if (delta < (90 * 60)) { r = 'an hour ago' } else if (delta < (24 * 60 * 60)) { r = '' + (parseInt(delta / 3600)).toString() + ' hours ago' } else if (delta < (48 * 60 * 60)) { r = '1 day ago' } else { r = (parseInt(delta / 86400)).toString() + ' days ago' } return r } /* make links out of linkable text*/ function makelink (content) { return content.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&?\/.=]+/, function (m) {return m.link(m) }) } </script> <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about="https://thedigitalstory.com/"> <dc:title>The Digital Story</dc:title> <dc:description>Where photography meets technology. Weekly podcasts, photo tips, equipment reviews, and more. Author and pro photographer Derrick Story shares his insights, experiences, and opinions.</dc:description> <license rdf:resource="http://creativecommons.org/licenses/by/3.0/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by/3.0/"> </License> </rdf:RDF> --> <title>The Digital Story: DIY Archives</title> <!-- foo --> </head> <body id="mt-blog" class="mt-archive-listing mt-category-archive layout-wtt"> <div id="container"> <div id="container-inner"> <div id="header"> <div id="header-inner"> <div class="banner"> <div class="banner-inner"> <div id="banner-text"> <h1 class="tagline"> <a href="/">The Digital Story</a> </h1> <h1> Weekly digital photography podcasts, photo tips, reader submitted pictures, equipment reviews &amp; more </h1> </div><!-- banner-text --> <div id="nav"> <ul class="f-navbar sf-menu "> <li class="current"><a href="/">Home</a></li><!-- end home --> <li> <a href="/photography/">Photography</a> <ul> <li><a href="/photography/">All Photography</a></li> <li><a href="/photos-for-os-x/">Photos for OS X</a></li> <li><a href="/capture-one-pro/">Capture One Pro</a></li> <li><a href="/mobile-photography/">Mobile Photography</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=photography%20AND%20tips&amp;limit=20">Photography Tips</a></li> <li><a href="https://thedigitalstory.com/mt/mt-search.cgi?blog_id=2&amp;tag=product%20review&amp;limit=20">Product Reviews</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> <li><a href="/diy/">DIY</a></li> <li class="last"><a href="/aperture/">Aperture 3</a></li> </ul> </li> <li> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank">Workshops</a> </li> <li> <a href="/show-notes/">Podcasts</a> <ul> <li><a href= "/show-notes/">Episode Notes</a></li> <li><a href= "/podcasts/archive/">Podcast Archive</a></li> <li><a href= "/podcasts/latest/">Latest Episode</a></li> <li class="last"><a href= "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=81837345&amp;s=143441" target="_blank">Subscribe On iTunes</a></li> </ul> </li> <li><a href="/submit/">Members</a> <ul> <li><a href="/submit">Member Participation</a></li> <li><a href="/members/">Member Gallery</a></li> <li><a href="/photo-assignment/">Photo Assignments</a></li> </ul> </li> <li class="last"><a href="/2015/10/become-a-sponsor.html">Sponsorship</a></li> </ul> <ul id="navbar-secondary" class="f-navbar sf-menu f-navbar-2"> <li> <a href="https://www.derrickstoryphotography.com/" target="_blank">About</a> </li> <li> <a href="https://www.thenimblephotographer.com/" target="_blank">Nimble Photographer</a> </li> <li> <a href="https://www.flickr.com/thedigitalstory" target="_blank">Flickr</a> </li> <li> <a href="https://instagram.com/derrickstory" target="_blank">Instagram</a> </li> <li> <a href="https://www.facebook.com/thedigitalstory" target="_blank">Facebook</a> </li> <li> <a href="https://www.etsy.com/shop/TheFilmCameraShop" target="_blank">Camera Shop</a> </li> <li class="last"> <a href="https://derrickstory.substack.com" target="_blank">Newsletter</a> </li> </ul> </div><!-- end nav --> <!-- Generic jPlayer container, used by JS as a template --> <div id="jplayer-html-container-for-podcast" style="display: none;"> <div class="jp-audio"> <div class="jp-type-single"> <div class="jp-gui jp-interface"> <ul class="jp-controls"> <li><a href="javascript:;" class="jp-play" tabindex="1">play</a></li> <li><a href="javascript:;" class="jp-pause" tabindex="1">pause</a></li> <li><a href="javascript:;" class="jp-stop" tabindex="1">stop</a></li> <li><a href="javascript:;" class="jp-mute" tabindex="1" title="mute">mute</a></li> <li><a href="javascript:;" class="jp-unmute" tabindex="1" title="unmute">unmute</a></li> <li><a href="javascript:;" class="jp-volume-max" tabindex="1" title="max volume">max volume</a></li> </ul> <div class="jp-progress"> <div class="jp-seek-bar"> <div class="jp-play-bar"></div> </div> </div> <div class="jp-volume-bar"> <div class="jp-volume-bar-value"></div> </div> <div class="jp-time-holder"> <div class="jp-current-time"></div> <div class="jp-duration"></div> <ul class="jp-toggles"> <li><a href="javascript:;" class="jp-repeat" tabindex="1" title="repeat">repeat</a></li> <li><a href="javascript:;" class="jp-repeat-off" tabindex="1" title="repeat off">repeat off</a></li> </ul> </div> </div> <div class="jp-title"> <ul> <li>No Title Found</li> </ul> </div> <div class="jp-no-solution"> <span>Update Required</span> To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>. </div> </div> </div> </div> </div><!-- .banner-inner!--> </div><!--end banner !--> </div><!-- header-inner --> </div><!-- header --> <div id="content"> <div id="content-inner"> <div id="alpha"> <div id="alpha-inner"> <div class="archive-title-container"> <h1 id="page-title" class="archive-title" style="font-weight: bold;"> Recently in DIY </h1> <div class="category-description"></div> </div> <!-- archive-title-container --> <div class="content-nav"> &nbsp; Page 1 of 4 in <a href="https://thedigitalstory.com/diy/">DIY</a> &nbsp; <a href="2.html" rel="next">&#187;</a> </div> <!-- content-nav --> <div class="entry-asset-outer"> <div id="entry-9223" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2021/04/How-to-adapt-a-conversion-lens-to-a-Fujifilm-X100.html" rel="bookmark">How to Adapt a 20-Year-Old Lens to an X100 (and save $300)</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2021-04-18T08:07:40-08:00">April 18, 2021 8:07 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> As much as I love the 35mm lens on my <a href="https://www.bhphotovideo.com/c/product/1542674-REG/fujifilm_x100v_digital_camera_black.html/BI/5527/KBID/6357" target="_blank">Fujifilm X100V</a>, sometimes I need a bit more elbow room. I looked at the <a href="https://www.bhphotovideo.com/c/product/1311234-REG/fujifilm_16534728_wcl_x100_ii_wide_conversion.html/reviews/BI/5527/KBID/6357" target="_blank">WCL-X100 II Wide Conversion Lens</a>, wanted it, but was reluctant to spend the $350 it costs. So I came up with another angle. </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165404-1024-11810.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165404-1024-11810.html','popup','width=1024,height=805,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165404-1024-thumb-512xauto-11810.jpg" width="512" height="402" alt="Canon-Aux-Lens-P4165404-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>A Canon Wide Converter WC-DC58 0.8X lens mounted to a Fujifilm X100V. Photos by Derrick Story.</em> </p> <p> I found a Canon Wide Converter WC-DC58 0.8X lens in my photo accessory drawer, and decided to try it on the X100V. I mean, why not! I already had the filter adapter for the X100V that used 49mm threads. The WC-DC58 had 58mm threads on its backside. I kept digging, found a couple step-up rings that I could cobble together, and made the connection. </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165414-1024-11813.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165414-1024-11813.html','popup','width=1024,height=735,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165414-1024-thumb-512xauto-11813.jpg" width="512" height="367" alt="Canon-Aux-Lens-P4165414-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> Peering through the electronic viewfinder, the world looked pretty good... and wider too. This had potential. I went to the menu on the Fujifilm and found the Conversion Lens option and set it to wide. </p> <p> This does two things. First, it correctly adjust the metadata to read at the wider focal length, and it removes the frame lines in the optical viewfinder presenting you with a more accurate view of the world. Very cool. </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165405-1024-11816.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165405-1024-11816.html','popup','width=1024,height=832,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165405-1024-thumb-512xauto-11816.jpg" width="512" height="416" alt="Canon-Aux-Lens-P4165405-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> After a bit of testing and reviewing the images at 100 percent on the laptop, I can confidently say that the lovely Canon Wide Converter works beautifully on the X100V. Sharpness was good at f/2.8 and great beyond f/5.6. Colors were deliciously Fuji, and it looks cool on the camera as well. </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/04/X100V-DSCF0146-Canon-Conversion-Lens-1024-11819.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/04/X100V-DSCF0146-Canon-Conversion-Lens-1024-11819.html','popup','width=1024,height=684,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/04/X100V-DSCF0146-Canon-Conversion-Lens-1024-thumb-512xauto-11819.jpg" width="512" height="342" alt="X100V-DSCF0146-Canon-Conversion-Lens-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Photo captured with the Fujifilm X100V and Canon Wide Converter. Processed in Capture One Pro 21.</em> </p> <p> An interesting note about this experiment. At first I was bummed that I didn't have a straight 49mm-58mm step-up ring, and had to use two rings to make the connection. I later bought a single ring and tested it. Interestingly, the pictures weren't quite as good. Seems that the slightly extra distance using the two rings is the proper calibration. I'll keep testing this, but the results are impressive with the two step-up ring configuration. I'm sticking with it for now. </p> <p> In case you have a Fujifilm X100 and want to play with this, I did find the Canon WC-DC58 on eBay, usually for around $30. I'm using 49mm-55mm and 55mm to 58mm step-up rings to make the connection. And of course, you will need the Fujifilm filter adapter, which you should have anyway. In case you don't, I like the <a target="_blank" href="https://www.amazon.com/gp/product/B00BYQ5GZS/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00BYQ5GZS&linkCode=as2&tag=storyphoto-20&linkId=2acb9158b046b943918f379adeba36f6">Vello LHF-X100 Dedicated Lens Hood with Adapter Ring for Fujifilm X100</a> for $19.95. It works great! </p> <p> Oh, and guess what else I had in my photo accessory drawer? The Canon Tele-Converter TC-DC58 that provides 1.5X magnification. My oh my. </p> <p> <a href="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165398-1024-11822.html" onclick="window.open('https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165398-1024-11822.html','popup','width=1024,height=757,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="https://thedigitalstory.com/assets_c/2021/04/Canon-Aux-Lens-P4165398-1024-thumb-512xauto-11822.jpg" width="512" height="378" alt="Canon-Aux-Lens-P4165398-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p><b>Product Links and Comments</b></p> <p><em>There are product links in this article that contain affiliate tags. In some cases, depending on the product, The Digital Story may receive compensation if you purchase a product via one of those links. There is no additional cost to you.</p> <p>You can share your thoughts at the <a href="https://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2021/04/How-to-adapt-a-conversion-lens-to-a-Fujifilm-X100.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2021/04/How-to-adapt-a-conversion-lens-to-a-Fujifilm-X100.html" data-layout="button"> </div> <div id="facebook-9223" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2021%2F04%2FHow-to-adapt-a-conversion-lens-to-a-Fujifilm-X100.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-9223" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2021/04/How-to-adapt-a-conversion-lens-to-a-Fujifilm-X100.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-9040" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2019/12/adding-an-optical-viewfinder-to-compact-camera.html" rel="bookmark">Who Ever Said the Finder Had to Be on Top?</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2019-12-14T06:50:05-08:00">December 14, 2019 6:50 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> One of my favorite compact cameras, the <a href="https://www.bhphotovideo.com/c/product/1433565-REG/fujifilm_xf10_digital_camera_basic.html/BI/5527/KBID/6357" target="_blank">Fujifilm XF10</a> doesn't have an optical or electronic viewfinder. I compose off the LCD screen. Most of the time this is just fine. But how about those times (can you say bright, sunny day?) when life would be better with a viewfinder? Take a look at this. </p> <p> <a href="/assets_c/2019/12/finder-on-bottom-10646.html" onclick="window.open('/assets_c/2019/12/finder-on-bottom-10646.html','popup','width=1600,height=975,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2019/12/finder-on-bottom-thumb-512xauto-10646.jpg" width="512" height="312" alt="finder-on-bottom.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Optical viewfinder attached to the bottom of the camera using the tripod socket.</em> </p> <p> Since the XF10 doesn't have a hot shoe (because it does have a built-in flash), the tripod socket becomes the best non-destructive way to attach a viewfinder. At this point you're probably saying, "But Derrick, it's on the bottom of the camera!" Indeed it is, and it hasn't made a lick of difference to me while shooting. </p> <p> <a href="/assets_c/2019/12/PC130527-10649.html" onclick="window.open('/assets_c/2019/12/PC130527-10649.html','popup','width=1600,height=1060,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2019/12/PC130527-thumb-512xauto-10649.jpg" width="512" height="339" alt="PC130527.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>The parts needed for my DIY viewfinder assembly.</em> </p> <p> In real life, I shoot with the LCD when I can. If I need more, I just attach the optical viewfinder and look through it when needed. Because the top of the XF10 is flat, I can just set it on the table upside down. </p> <p> <a href="/assets_c/2019/12/PC130521-10652.html" onclick="window.open('/assets_c/2019/12/PC130521-10652.html','popup','width=1600,height=1159,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2019/12/PC130521-thumb-512xauto-10652.jpg" width="512" height="371" alt="PC130521.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> For this project, I've repurposed an Olympus VF-1 optical finder that has frame lines for a 34mm lens. But you can use any viewfinder that you can find, as long as it fits in a hot shoe or has a tripod socket. In my case, I attached a cold shoe to the camera's tripod socket, then I just slide the viewfinder in as needed. </p> <p> For 28mm shots I compose outside of the frame lines. When I have the XF10 set to 35mm focal length, the frame lines are a perfect match. And I to have the LCD right there if I need it for reference. </p> <p> I wouldn't use this rig for close up work because of parallax, but for general portrait and travel photography, it works great. </p> <p> Who ever said that the viewfinder had to be on top? And if it does, then just turn the camera upside down and shoot that way. </p> <p> <a href="/assets_c/2019/12/PC130522-10655.html" onclick="window.open('/assets_c/2019/12/PC130522-10655.html','popup','width=1600,height=1199,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2019/12/PC130522-thumb-512xauto-10655.jpg" width="512" height="383" alt="PC130522.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Or, just turn it upside down.</em> </p> <p><em>There are product links in this article that contain affiliate tags. In some cases, depending on the product, The Digital Story may receive compensation if you purchase a product via one of those links. There is no additional cost to you.</p> <p>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2019/12/adding-an-optical-viewfinder-to-compact-camera.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2019/12/adding-an-optical-viewfinder-to-compact-camera.html" data-layout="button"> </div> <div id="facebook-9040" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2019%2F12%2Fadding-an-optical-viewfinder-to-compact-camera.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-9040" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2019/12/adding-an-optical-viewfinder-to-compact-camera.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-8251" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2015/11/aerial-photography-without-a-drone.html" rel="bookmark">Aerial Photography Without a Drone</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2015-11-03T10:02:33-08:00">November 3, 2015 10:02 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> <a href="/assets_c/2015/11/PB030401-aerial-6036.html" onclick="window.open('/assets_c/2015/11/PB030401-aerial-6036.html','popup','width=523,height=1025,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/11/PB030401-aerial-thumb-autox501-6036.jpg" width="256" height="501" alt="PB030401-aerial.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> Taking pictures from a high vantage point is fun. And you don't necessarily need a drone to do so.</p> <p> I've put together an "Air Stick" that uses an <a rel="nofollow" href="http://www.amazon.com/gp/product/B00ZYATMXM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00ZYATMXM&linkCode=as2&tag=storyphoto-20&linkId=GL7E6S4IO6JWDBFI" target="_blank">Olympus Air A01 with a 14-42mm EZ zoom</a> mounted on the end of a <a rel="nofollow" href="http://www.amazon.com/gp/product/B015NW214C/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B015NW214C&linkCode=as2&tag=storyphoto-20&linkId=VXZ4ZPVO3YXYWYZF" target="_blank">Manfrotto Compact Xtreme pole</a>. On the other end of the Xtreme I've attached an iPhone 6S using the very secure <a rel="nofollow" href="http://www.amazon.com/gp/product/B00IF4O04K/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00IF4O04K&linkCode=as2&tag=storyphoto-20&linkId=2PZE7E2YIKSDO7GJ" target="_blank">MeFOTO SideKick 360 SmartPhone Adapter</a>. This rig allows me to photograph from vantage points high above my head. </p> <p> I also replaced the cheesy ball head that Manfrotto includes with a more robust model that that features a quick-release plate. Not only does this provide a more secure attachment to the pole, but I can quickly remove the Air for packing in my bag. </p> <p> Speaking of which, this setup is very compact. The Xtreme pole is only 15" long when collapsed. But when fitted with the Air and SideKick, then completely extended, it's 5 feet in length, plus my 6 feet of height, plus however high I hold it over my head... You get the idea. </p> <p> <a href="/assets_c/2015/11/IMG_0309-aerial-6039.html" onclick="window.open('/assets_c/2015/11/IMG_0309-aerial-6039.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/11/IMG_0309-aerial-thumb-512xauto-6039.jpg" width="512" height="384" alt="IMG_0309-aerial.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Rooftop perspective using the Air Stick fully extended. Photos by Derrick Story.</em> </p> <p> There are a number of applications for this set up. Large group shots suddenly are much easier. Just extend the Olympus Air over your head, comfortably compose on the iPhone LCD, and even make exposure adjustments and control the zoom from the smartphone. </p> <p> Not to mention great vantage points while traveling, on vacation, covering events, or just seeing your local world from a new perspective. The 16MP Olympus Air produces beautiful images captured in both RAW and Jpeg. And you can immediately post your favorite shots via the iPhone. </p> <p> <a href="/assets_c/2015/11/PB030404-aerial-6042.html" onclick="window.open('/assets_c/2015/11/PB030404-aerial-6042.html','popup','width=768,height=1025,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/11/PB030404-aerial-thumb-autox682-6042.jpg" width="512" height="682" alt="PB030404-aerial.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>iPhone 6S attached to the Xtreme pole using the MeFOTO SideKick.</em> </p> <p> <a href="/assets_c/2015/11/PB030411-aerial-6045.html" onclick="window.open('/assets_c/2015/11/PB030411-aerial-6045.html','popup','width=1024,height=699,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/11/PB030411-aerial-thumb-512xauto-6045.jpg" width="512" height="349" alt="PB030411-aerial.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Olympus Air attached to the Xtreme pole using a ball head with quick release.</em> </p> <p> You can also use the Manfrotto Xtreme as a standard monopod when not pressed into service as an Air Stick. It's light and compact, making it easy to bring along. If you want to see the world from a higher vantage point, but not crazy about flying drones, consider this option. It's easy and it's a blast! </p> <p>If you liked this post, you might also enjoy <a href="/2015/09/cycling-with-the-olympus-air.html" target="_blank">Cycling with the Olympus Air</a>.</p> <p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>The Air Stick has a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2015/11/aerial-photography-without-a-drone.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2015/11/aerial-photography-without-a-drone.html" data-layout="button"> </div> <div id="facebook-8251" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2015%2F11%2Faerial-photography-without-a-drone.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-8251" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2015/11/aerial-photography-without-a-drone.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-8208" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2015/09/cycling-with-the-olympus-air.html" rel="bookmark">Cycling with the Olympus Air</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2015-09-04T11:37:20-08:00">September 4, 2015 11:37 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> The toughest part when mixing photography and cycling is fumbling with the gear. Thanks to the new <a href="http://www.amazon.com/gp/product/B00ZYATMXM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00ZYATMXM&linkCode=as2&tag=storyphoto-20&linkId=VNLFC22KKF4MY2JJ" target="_blank">Olympus Air with 14-42mm EZ lens</a>, that problem is solved. Let me show you how it works. </p> <p> <a href="/assets_c/2015/09/P9040725-5825.html" onclick="window.open('/assets_c/2015/09/P9040725-5825.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/09/P9040725-thumb-512xauto-5825.jpg" width="512" height="384" alt="P9040725.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Photos by Derrick Story</em> </p> <p> What I've done is combined a quick-release mount with a photographer's c-clamp and attached them to the handle bars of my bike. Everything is quite secure. I then attach the QR plate to the Olympus Air so I can easily remove the camera from the handle bars as necessary. I need this for both photography composition, and for bike security when I dash into a convenience store. </p> <p> <a href="/assets_c/2015/09/P9040752-5828.html" onclick="window.open('/assets_c/2015/09/P9040752-5828.html','popup','width=1024,height=685,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/09/P9040752-thumb-512xauto-5828.jpg" width="512" height="342" alt="P9040752.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>Manfrotto quick release combined with a c-clamp allow me to mount the camera to the handle bars.</em> </p> <p> The idea isn't to shoot while riding, although I could if something interesting was going on. This setup is more about access. When I see an interesting picture, I can stop and capture it quickly. I can trip the shutter button on the top of the Air immediately, or use my iPhone as a viewfinder and control center. </p> <p> <a href="/assets_c/2015/09/P9040722-5831.html" onclick="window.open('/assets_c/2015/09/P9040722-5831.html','popup','width=1024,height=685,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/09/P9040722-thumb-512xauto-5831.jpg" width="512" height="342" alt="P9040722.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>I don't leave the iPhone mounted to the Olympus Air while riding, even though it's pretty secure there. But when I've stopped and am composing shots, I do use the tandem together.</em> </p> <p> If I need to take a long exposure, I can use the bike as a makeshift tripod and control the camera with the iPhone detached from its back. And if I want to get off the bicycle all together and wander off, then the Air quickly dismounts from the handle bars to do so. </p> <p> And unlike many compact cameras, I have a high quality Four Thirds, 16 MP sensor with a variety of different lenses to choose from. So image quality is top notch. </p> <p> I keep the <a href="http://www.amazon.com/gp/product/B00ZYATMXM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00ZYATMXM&linkCode=as2&tag=storyphoto-20&linkId=VNLFC22KKF4MY2JJ" target="_blank">Olympus Air</a> in my bike bag, and have been mounting it on the handlebars before I head out for any ride, even if it's just to run errands. You never know when a great shot will present itself. And now I'm ready for it. </p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>The <a href="http://www.amazon.com/gp/product/B00ZYATMXM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00ZYATMXM&linkCode=as2&tag=storyphoto-20&linkId=VNLFC22KKF4MY2JJ" target="_blank">Olympus Air</a> has a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2015/09/cycling-with-the-olympus-air.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2015/09/cycling-with-the-olympus-air.html" data-layout="button"> </div> <div id="facebook-8208" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2015%2F09%2Fcycling-with-the-olympus-air.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-8208" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2015/09/cycling-with-the-olympus-air.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-8197" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2015/08/super-nimble-led-light-rig.html" rel="bookmark">Super Nimble LED Lighting Kit for Photogs on the Go</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2015-08-19T10:57:18-08:00">August 19, 2015 10:57 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> I need lighting for product shots, macro work, video interviews, and gosh-knows-what when I'm on the go. But my camera bag has only inches of space to spare. So I've devised a kit using the <a href="http://www.amazon.com/gp/product/B00Y09KX2W/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00Y09KX2W&linkCode=as2&tag=storyphoto-20&linkId=YPC6AGLUDIZAHY4R" target="_blank">Ikan iLED-MS Micro Spot On-Camera Light</a>, a film can diffuser, and a <a href="http://www.amazon.com/gp/product/B0087FFKI2/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0087FFKI2&linkCode=as2&tag=storyphoto-20&linkId=QD642H4DMLUUDOFG" target="_blank">Joby GorillaPod Tripod</a>. The entire kit weighs less than 7 ounces, yet provides powerful, flexible, diffused lighting. </p> <p> <a href="/assets_c/2015/08/portable-lighting-rig-5769.html" onclick="window.open('/assets_c/2015/08/portable-lighting-rig-5769.html','popup','width=915,height=1025,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/08/portable-lighting-rig-thumb-autox572-5769.jpg" width="512" height="572" alt="portable-lighting-rig.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>The Ikan LED light with DIY film can diffuser and Joby Tripod. Photos by Derrick Story.</em> </p> <p> The Ikan light by itself is a nifty unit. It's a lightweight, cool-to-the touch, daylight-balanced, LED about the size of a small flashlight (5" long). The front of the light incorporates a lens system that creates a 30 Degree beam angle providing a directional light well suited for on-camera use or also as a kicker light.</p> <p> The unit features a discrete on/off switch and is dimmable from 100 to 10 percent on using an integrated thumb wheel on the side. It also includes a built-in diffuser panel, CTO filter for balancing with ambient indoor lighting, and a set of barn doors. Everything folds up neatly. You can recharge it via any USB charger you already have in your bag. </p> <p> I was impressed with the built-in diffuser panel that simply flips over the LED bulb. But there were instances when I wanted even a softer light. So I retrofitted a FujiFilm 35mm canister to create a gentle light for macro and product photography. </p> <p> <a href="/assets_c/2015/08/diffuser-with-gaffers-5772.html" onclick="window.open('/assets_c/2015/08/diffuser-with-gaffers-5772.html','popup','width=1024,height=1025,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/08/diffuser-with-gaffers-thumb-512xauto-5772.jpg" width="512" height="512" alt="diffuser-with-gaffers.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> <em>FujiFilm 35mm canister with white gaffer's tape for a snug fit.</em> </p> <p> The film can mounted pretty well in the LED light, but it was just a tad loose. So I wrapped a few strips of white gaffer's tape to create a snug fit. </p> <p> <a href="/assets_c/2015/08/close-up-rig-lighting-5775.html" onclick="window.open('/assets_c/2015/08/close-up-rig-lighting-5775.html','popup','width=1024,height=680,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/08/close-up-rig-lighting-thumb-512xauto-5775.jpg" width="512" height="339" alt="close-up-rig-lighting.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> The modified light with the film can diffuser works great for close up work. And since I can adjust the output from 10-100 percent, I can get just the look I want. The entire kit weighs just ounces and fits nearly anywhere in my camera bag. In fact, it's so nimble, I may set up a second kit so I can use two-light schemes. </p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>The <a href="http://www.amazon.com/gp/product/B00Y09KX2W/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00Y09KX2W&linkCode=as2&tag=storyphoto-20&linkId=YPC6AGLUDIZAHY4R" target="_blank">Ikan iLED-MS Micro Spot On-Camera Light</a> kit has a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2015/08/super-nimble-led-light-rig.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2015/08/super-nimble-led-light-rig.html" data-layout="button"> </div> <div id="facebook-8197" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2015%2F08%2Fsuper-nimble-led-light-rig.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-8197" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2015/08/super-nimble-led-light-rig.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-8081" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2015/02/canon-ttl-flash-cord-works-on-mirrorless.html" rel="bookmark">Canon TTL Flash Cord Works on Mirrorless Too</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2015-02-17T12:42:27-08:00">February 17, 2015 12:42 PM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> If you've shot with a Canon DSLR, chances are good that you have an Off-Camera Shoe Cord 2 stashed away. Well, it's time to break it out! </p> <p> <a href="/assets_c/2015/02/canon-on-olympus-1024-5187.html" onclick="window.open('/assets_c/2015/02/canon-on-olympus-1024-5187.html','popup','width=1024,height=764,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2015/02/canon-on-olympus-1024-thumb-512xauto-5187.jpg" width="512" height="381" alt="canon-on-olympus-1024.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <p> I was <a href="/2015/02/photography-podcast.html" target="_blank">hanging out with Lumix Luminaries Joseph Linaschke and Giulio Sciorio</a> the other day, and Giulio wanted to test my Canon flash cord on his Panasonic GM5. And darnit, if it didn't work great. </p> <p> Then I was reading <a href="http://www.rockynook.com/off-camera-flash-trick-mirrorless-camera/" target="_blank">Rico Pfirstinger's excellent guide, The Fujifilm X-T1 111 X-Pert Tips</a> where he wrote that his Canon off-camera flash cable works with the Fujifilm X-T1 also. Son of a gun! </p> <p> So, I just had to test this with my <a href="http://www.amazon.com/gp/product/B00HPQ09GM/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00HPQ09GM&linkCode=as2&tag=storyphoto-20&linkId=RIRI5GCVEMA437N5" target="_blank">Olympus OM-D E-M10</a> and the <a href="http://www.amazon.com/gp/product/B0058PL9RA/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0058PL9RA&linkCode=as2&tag=storyphoto-20&linkId=LVB6TSFFMLWVP2PC" target="_blank">FL-300R Flash</a>, and wouldn't you know it, it worked again! In fact, I had full TTL capability with flash exposure compensation. </p> <p> Bottom line is this: if you have a off-camera flash cord by Canon, your mirrorless kit most likely just got an upgrade. </p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>The Canon Off-Camera Shoe Cord 2 has a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2015/02/canon-ttl-flash-cord-works-on-mirrorless.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2015/02/canon-ttl-flash-cord-works-on-mirrorless.html" data-layout="button"> </div> <div id="facebook-8081" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2015%2F02%2Fcanon-ttl-flash-cord-works-on-mirrorless.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-8081" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2015/02/canon-ttl-flash-cord-works-on-mirrorless.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-7991" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2014/10/5-non-photo-accessories.html" rel="bookmark">5 Non-Photo Accessories for Outdoor Shooters</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2014-10-14T08:40:51-08:00">October 14, 2014 8:40 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> Most photographers think a lot about their camera gear. But once the bodies and lenses are packed, there are a few additional items that should be included. </p> <p> Here are five non-photo accessories that I carry for every trip. </p> <p> <a href="/assets_c/2014/10/5-non-photo-accessories-4699.html" onclick="window.open('/assets_c/2014/10/5-non-photo-accessories-4699.html','popup','width=1024,height=792,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/10/5-non-photo-accessories-thumb-512xauto-4699.jpg" width="512" height="395" alt="5-non-photo-accessories.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a> </p> <ul> <li><b>Flashlight</b> - Yes, my iPhone has a handy light for digging around in the bag, but I don't want to use that for working my way down a trail after sunset. And it's not very good for light painting. So I bring an additional light, such as the <a href="http://www.amazon.com/gp/product/B00EOJKHH4/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00EOJKHH4&linkCode=as2&tag=storyphoto-20&linkId=YOWWTYB2PETTKQEC" target="_blank">Ultrafire LED flashlight torch</a> ($15).</li> <p> <li><b>Swiss Army Knife</b> - I've lost count of the number of times my Victorinox has saved the day. I like the lighter models, such as the <a href="http://www.amazon.com/gp/product/B0009KF4H0/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0009KF4H0&linkCode=as2&tag=storyphoto-20&linkId=EEDDDRZFSZL3ZIBU" target="_blank">Climber II Pocket Knife</a> ($20).</li> <p> <li><b>Ziploc Bag</b> - Everyone knows to bring one, but they are often forgotten. In addition to everything else they do, put your camera in the Ziploc before you come indoors after a cold weather shoot. The condensation will accumulate on the bag and not your camera.</li> <p> <li><b>Rubber Bands</b> - They can hold DIY bounce cards to flash heads, stabilize daring camera set-ups, serve as hanging loops, and a host of other MacGyver solutions.</li> <p> <li><b>Gaffer's Tape</b> - If a rubber band doesn't work, gaffer's tape probably will. You don't need an entire roll, a few strips on the inside of your camera bag should work just fine. </li> </ul> <p>One final thought, if you're flying to your destination, remember to move your Swiss Army Knife from your camera bag to your checked suitcase. I hate having mine confiscated by the TSA.</p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>These items have a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2014/10/5-non-photo-accessories.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2014/10/5-non-photo-accessories.html" data-layout="button"> </div> <div id="facebook-7991" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2014%2F10%2F5-non-photo-accessories.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-7991" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2014/10/5-non-photo-accessories.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-7984" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2014/10/camera-bag-rain-cover.html" rel="bookmark">DIY Camera Bag Rain Cover Using a Reusable Shopping Tote</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2014-10-06T14:43:53-08:00">October 6, 2014 2:43 PM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> <a href="/assets_c/2014/10/covered-photo-bag-4657.html" onclick="window.open('/assets_c/2014/10/covered-photo-bag-4657.html','popup','width=1024,height=658,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/10/covered-photo-bag-thumb-256xauto-4657.jpg" width="256" height="164" alt="covered-photo-bag.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> As we roll into Fall and Winter, it's a good idea to have a little extra protection for your camera bag. If yours doesn't include an All Weather cover, you can easily convert a <a href="http://www.amazon.com/gp/product/B001PLAK6C/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B001PLAK6C&linkCode=as2&tag=storyphoto-20&linkId=Y45GS7JWIV5NJIZT" target="_blank">Reusable Shopping Tote</a> into an emergency rain cover. </p> <p> I prefer the reusable totes to other solutions for a few reasons:</p> <ul> <li>They look good. Yes, I could tie a plastic grocery bag over my gear, but that's not really the way I want to walk around the city.</li> <p> <a href="/assets_c/2014/10/chico-bag-4660.html" onclick="window.open('/assets_c/2014/10/chico-bag-4660.html','popup','width=1024,height=789,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/10/chico-bag-thumb-256xauto-4660.jpg" width="256" height="197" alt="chico-bag.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <li>They stuff into a compact pouch that's easily stored in my camera bag, or hook to the outside with a D-ring.</li> <p> <li>They're multifunctional. Yes, if I find myself in a store and need a good looking shopping bag, I have one.</li> <li>They're affordable. I can <a href="http://www.amazon.com/gp/product/B001PLAK6C/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B001PLAK6C&linkCode=as2&tag=storyphoto-20&linkId=Y45GS7JWIV5NJIZT" target="_blank">buy a 4-pack for $20</a> and have spares for more photo gear or bigger shopping trips. (Or in the case of the one shown, a free give-away at a conference.)</li> </ul> <p> I carry a few office clips (also handy for other uses) and stretch the reusable tote over the top of the camera bag, clipping it at the bottom on both sides. This protects the main compartment of the bag from the top, front, and back. I can attach it quickly, then stuff it back into its pouch when no longer needed. </p> <p> </p> <hr> <p> </p> <p> <a href="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-3362.html" onclick="window.open('http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating','popup','width=1024,height=800,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2013/10/Nimble%20Logo%20with%20Space%20512px-thumb-256xauto-3362.jpg" width="256" height="172" alt="Nimble Photographer Logo" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a> </p> <p>The reusable tote has a high Nimbleosity Rating. What does that mean? You can <a href="http://www.thenimblephotographer.com/journal/2013/9/15/high-nimbleosity-rating" target="_blank">learn about Nimbleosity</a> and more by visiting <a href="http://www.thenimblephotographer.com/" target="_blank">TheNimblePhotographer.com</a>.</p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2014/10/camera-bag-rain-cover.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2014/10/camera-bag-rain-cover.html" data-layout="button"> </div> <div id="facebook-7984" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2014%2F10%2Fcamera-bag-rain-cover.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-7984" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2014/10/camera-bag-rain-cover.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-7973" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2014/09/diy-slide-digitizers-for-fun.html" rel="bookmark">DIY Slide Digitizers for Fun</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2014-09-23T07:50:35-08:00">September 23, 2014 7:50 AM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> <a href="/assets_c/2014/09/diy-slide-digitizer-4574.html" onclick="window.open('/assets_c/2014/09/diy-slide-digitizer-4574.html','popup','width=1080,height=683,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/diy-slide-digitizer-thumb-256xauto-4574.jpg" width="256" height="161" alt="diy-slide-digitizer.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> I just read an interesting article on Petapixel, <a href="http://petapixel.com/2014/09/22/diy-cheap-effective-way-to-digitize-your-negatives-using-your-cell-phones-camera/" target="_blank">DIY: A Cheap and Effective Rig for Digitizing Negatives Using a Smartphone</a> that shows you how to make an easy rig to use with your smartphone to copy slides. </p> <p> The article reminded me of how many times, and different ways I've address this type of project. So I thought I'd list them all here for your entertainment and reference. </p> <p> </p> <hr> <p> </p> <h2>Review of the Lomography Smartphone Film Scanner</h2> <p> <a href="/assets_c/2014/09/lomography_scanner_iphone_web-4577.html" onclick="window.open('/assets_c/2014/09/lomography_scanner_iphone_web-4577.html','popup','width=1024,height=787,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/lomography_scanner_iphone_web-thumb-256xauto-4577.jpg" width="256" height="196" alt="lomography_scanner_iphone_web.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> The Lomo enables you to connect a smartphone, in my case an iPhone 4S, and scan 35mm film strips. The internal light is powered by 2 AA batteries. Operation is simple. Feed the film into the unit using a knurled knob, turn on the light, mount your phone, and take a picture of the illuminated image. <a href="/2013/03/review-of-the-lomogr.html" target="_blank">Read about the Lomo film scanner here</a>. </p> <p> Bottom Line: The Lomo is fun to use and convenient, but the results are so-so at best. </p> <p> </p> <hr> <p> </p> <h2>DIY Copy Stand for iPhone 3GS</h2> <p> <a href="/assets_c/2014/09/diy_iphone_2_copy-stand-4580.html" onclick="window.open('/assets_c/2014/09/diy_iphone_2_copy-stand-4580.html','popup','width=350,height=232,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/diy_iphone_2_copy-stand-thumb-256xauto-4580.jpg" width="256" height="168" alt="diy_iphone_2_copy-stand.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> If you've ever tried close-up work with the iPhone, you know you have two challenges. The first is holding the camera steady enough to avoid camera shake. The second is getting the plane of the camera parallel to the plane of the subject to avoid distortion. This little device helps with both, plus diffuses the light for a more flattering rendering. <a href="/2009/06/diy-copy-stand-for-i.html#copystand2" target="_blank">Read about the DIY Copy Stand here</a>. </p> <p> Bottom Line: It might not be pretty, but this rig produces great results. </p> <p> </p> <hr> <p> </p> <h2>DIY Slide Digitizer with Olympus OM-D and Leica Projector</h2> <p> <a href="/assets_c/2014/09/slide-projector-setup-web-4583.html" onclick="window.open('/assets_c/2014/09/slide-projector-setup-web-4583.html','popup','width=1024,height=769,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/slide-projector-setup-web-thumb-256xauto-4583.jpg" width="256" height="192" alt="slide-projector-setup-web.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> This set-up solves the quality problem by using an Olympus 60mm f/2.8 macro lens with an Olympus OM-D E-M1. The Olympus 60mm has excellent edge-to-edge sharpness, plus a small barrel diameter to correctly couple with the slide projector. I simply remove the lens that came with the projector, then point the 60mm optic toward the illuminated slide. <a href="/2014/02/diy-slide-digitizer.html" target="_blank">Read about the DIY Slide Digitizer here</a>. </p> <p> Bottom Line: It's a bit of a hassle to set up, but the digitized slides look great and can be used for a variety of purposes. </p> <p> </p> <hr> <p> </p> <h2>Canon 5D 35mm Slide Digitizer - DIY</h2> <p> <a href="/assets_c/2014/09/5d_digitizer_web-right-4587.html" onclick="window.open('/assets_c/2014/09/5d_digitizer_web-right-4587.html','popup','width=350,height=263,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/5d_digitizer_web-right-thumb-256xauto-4587.jpg" width="256" height="191" alt="5d_digitizer_web-right.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> If you have a full frame DSLR, you can easily digitize your favorite 35mm slides at home. I'm using a Canon 5D, Sunpak 444D flash, and a 1980s slide copier. That's all you really need. <a href="/2009/07/canon-5d-35mm-slide.html#canon5d" target="_blank">Read about the Canon 5D Slide Digitizer here</a>. </p> <p> Bottom Line: If you find the parts, you'll like the results. </p> <p> So there you have it. A roundup of whacky, but often effective devices for digitizing content. What can you come up with? </p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2014/09/diy-slide-digitizers-for-fun.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2014/09/diy-slide-digitizers-for-fun.html" data-layout="button"> </div> <div id="facebook-7973" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2014%2F09%2Fdiy-slide-digitizers-for-fun.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-7973" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2014/09/diy-slide-digitizers-for-fun.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="entry-asset-outer"> <div id="entry-7960" class="entry-asset asset hentry"> <div class="asset-header"> <h2 class="asset-name entry-title"><a href="https://thedigitalstory.com/2014/09/the-macgyver-box-for-photographers.html" rel="bookmark">The MacGyver Box for Photographers (and more)</a></h2> <div class="asset-meta"> <span class="byline"> By <span class="vcard author"><a class="fn url" href="http://www.thedigitalstory.com">Derrick Story</a></span> on <abbr class="published" title="2014-09-06T15:23:38-08:00">September 6, 2014 3:23 PM</abbr> </span> </div> </div> <div class="asset-content entry-content"> <div class="asset-body"> <p> <a href="/assets_c/2014/09/open-macgyver-box-4499.html" onclick="window.open('/assets_c/2014/09/open-macgyver-box-4499.html','popup','width=997,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/open-macgyver-box-thumb-autox262-4499.jpg" width="256" height="262" alt="open-macgyver-box.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> All the stuff that ends up in the bottom of your camera bag - spare change, rubber bands, bandaids, pain reliever packets - and more. The problem is, you're carrying it around all the time, yet you can't find the items when you need them. It's a lose/lose situation. </p> <p> My solution? The MacGyver Box for Photographers. This is just one of the weekend projects that I write about in my latest post for lynda.com Article Center, <a href="http://www.lynda.com/articles/photography-hacks-charging" target="_blank">Photography Hacks: Power Charging, Repurposed Loupe, MacGyver Box</a>. </p> <p> You'll have to jump over to the lynda article to learn about the alternative charging methods for your mobile devices and how to repurpose an inexpensive loupe for field work. But I'll cover the MacGyver Box right here. </p> <p> <a href="/assets_c/2014/09/closed-macgyver-box-4502.html" onclick="window.open('/assets_c/2014/09/closed-macgyver-box-4502.html','popup','width=1024,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="/assets_c/2014/09/closed-macgyver-box-thumb-256xauto-4502.jpg" width="256" height="256" alt="closed-macgyver-box.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a> </p> <p> Start with an emptied-out filter box, then assemble all the widgets that you need to have accessible in your camera bag. I use rubber bands, coins (as screwdrivers too), paper clips (SIM removal tool), Bandaids (great for emergency tape also), pain reliever, flash drive, white business card (bounce flash card and ID too), wire ties, and safety pins. </p> <p> They all fit nice and neat in this box that stashes easily in your bag, yet can be located quickly. No more digging around in the depths of your kit, only to be rewarded by being pricked in the finger by an open safety pin. </p> <p> More about the MacGyver Box and the other goodies at the <a href="http://www.lynda.com/articles/photography-hacks-charging" target="_blank">lynda.com Article Center</a>. </p> <p><b>Want to Comment on this Post?</b></p> <p><em>You can share your thoughts at the <a href="http://www.facebook.com/thedigitalstory" target="_blank">TDS Facebook page</a>, where I'll post this story for discussion.</em></p> </div> <!-- mt:If tag="EntryMore" convert_breaks="0"> --> <div class="asset-more-link"> <a href="https://thedigitalstory.com/2014/09/the-macgyver-box-for-photographers.html" rel="bookmark">Permalink</a> </div> </div><!-- entry-content --> <div class="asset-footer"> <div class="fb-share-button social-button" data-href="https://thedigitalstory.com/2014/09/the-macgyver-box-for-photographers.html" data-layout="button"> </div> <div id="facebook-7960" class="social-button"> <!-- Like button code --><div class="fb-like" style="border:none; overflow:hidden; width:80px; height: 21px;"data-href="https%3A%2F%2Fthedigitalstory.com%2F2014%2F09%2Fthe-macgyver-box-for-photographers.html"data-layout="button_count"data-action="like"data-share=""data-show-faces="false"data-colorscheme="light"data-size="small"data-width="80"></div> </div> <div id="twitter-7960" class="social-button"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-url="https://thedigitalstory.com/2014/09/the-macgyver-box-for-photographers.html" data-count="horizontal" data-via="Derrick_Story" >Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> </div> </div><!-- end .asset-footer --> </div><!-- end .entry-asset --> </div><!-- end #entry-asset-outter --> <div class="content-nav"> <div style="text-align: center"> &lt;&lt; <span class="pacurrent" style="font-weight:bold">1</span> <a href="2.html">2</a> <a href="3.html">3</a> <a href="4.html">4</a> <a href="2.html" rel="next">&gt;&gt;</a> </div> <a href="https://thedigitalstory.com/">Main Index</a> | <a href="https://thedigitalstory.com/archives.html">Monthly Archives</a> | <a href="https://thedigitalstory.com/archives.html#Categories">Category Archives</a> </div><!--content nav --> </div> <!-- alpha inner --> </div> <!-- alpha --> <div id="beta"> <div id="beta-inner"> <div class="sidebar-element-outer"></div> <!-- div class="sidebar-element-outer"><div class="sidebar-element"><div id="googleplus"> <g:plusone align="left" annotation="none" size="medium"></g:plusone> </div> <script type="text/javascript"> gapi.plusone.go("googleplus"); </script> </div></div --> <div class="sidebar-element-sponsors-outer"> <div class="sidebar-element sidebar-element-sponsors"> <h3>Promotions</h3> <!-- B&H Deal Zone --> <p> <a href="https://www.bhphotovideo.com/?BI=5527&KBID=6357&SID=DFF&DFF=d50" target="_blank"> <img src="/img/tiles/BH-Dea-Zone-Square-180.jpg" border="0" alt="B&H Deal Zone" title="B&H Deal Zone" /> </a> </p> <!-- TDS Workshops --> <p> <a href="https://www.thenimblephotographer.com/tds-workshops" target="_blank"> <img src="/img/tiles/TDS-Workshops-Ad.jpg" border="0" alt="TDS Workshops" title="TDS Workshops" /> </a> </p> <!-- Amazon photo --> <p> <a href="https://www.amazon.com/b?_encoding=UTF8&tag=storyphoto-20&linkCode=ur2&linkId=949bf6296c6531d6b076a53d5264de4f&camp=1789&creative=9325&node=13900861" target="_blank"> <img src="/img/tiles/amazon-logo-180px.jpg" border="0" alt="Amazon Photo" title="Amazon Photo" /> </a> </p> <!-- Patreon --> <p> <a href="https://www.patreon.com/thedigitalstory" target="_blank"> <img src="/img/Patreon-Tile-2018.jpg" border="0" alt="Patreon" title="Patreon" /> </a> </p> <!-- Kolari Vision --> <p> <a href="https://kolarivision.com/?ref=88" target="_blank"> <img src="/img/tiles/Kolari-Vision-Ad.jpg" border="0" alt="Kolari Vision" title="Kolari Vision" /> </a> </p> <!-- Bodega Cooler --> <p> <a href="https://www.bodegacooler.com/?click_id=s9iibz8x" target="_blank"> <img src="/img/tiles/BodegaCooler-180px.jpg" border="0" width="180" alt="Bodega Cooler" title="Bodega Cooler" /> </a> </p> <!-- Red River --> <p> <a href="https://www.redrivercatalog.com/landing/thedigitalstory/" target="_blank"> <img src="/img/tiles/RRP-180px-Tile.jpg" border="0" alt="Red River" title="Red River" /> </a> </p> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Subscribe</h3> <p> <a href="https://podcasts.apple.com/us/podcast/the-digital-story-photography-podcast/id81837345" target="_blank"> <img src="/img/tiles/TDS-Podcast-Listen-Tile-180.jpg" border="0" alt="TDS Podcast" title="TDS Podcast" /> </a> </p> </div> </div> </div> </div> <div id="gamma"> <div id="gamma-inner"> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Recent Entries</h3> <ul> <li><a href="https://thedigitalstory.com/2024/03/so-much-photography-news-this-week-photo-podcast.html">So Much Photography News This Week! - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/03/film-simulations-photography-podcast.html">Film Simulations - Nothing to Lose, Everything to Gain - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/02/Is-Something-Really-Wrong-or-Is-It-Me-Photo-Podcast.html">Is Something Really Wrong, or Is It Me? Plus Photomator 3.1 - TDS Photography Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/02/Fujifilm-X100VI-and-How-to-Pick-Best-Shot-Photo-Podcast.html">How Do I Pick My Best Shot? (And the New Fujifilm X100VI) - TDS Photo Podcast</a></li> <li><a href="https://thedigitalstory.com/2024/02/the-temptation-of-cheap-third-party-lenses-photo-podcast.html">The Temptation of Cheap Third Party Lenses - TDS Photography Podcast</a></li> </ul> </div> </div> <div class="sidebar-element-outer"> <div class="sidebar-element"> <h3>Products</h3> <div> <!-- ON1 Photo RAW 2024 --> <p> <a href="https://on1.sjv.io/c/260200/1793102/12322" target="_blank"> <img src="/img/tiles/ON1-0823-RAW24-Affiliate-Ads160x600.jpg" alt="ON1 Photo RAW" /> </a> </p> <!-- Jackery --> <p> <a href="https://jackery.sjv.io/PyExYQ" target="_blank"> <img src="/img/tiles/Jackery-160x600.png" alt="Jackery" /> </a> </p> <!-- Peakto --> <p> <a href="https://cyme-affiliate-program.sjv.io/c/260200/1760956/16516" target="_blank"> <img src="/img/tiles/Peakto-1.8.jpeg" alt="Peakto" /> </a> </p> </div> </div><!-- end sidebar-element --> </div><!-- end sidebar-element-outer --> </div> </div> </div> <!-- content-inner --> </div> <!-- content !--> <div id="footer"> <div id="footer-inner"> <div id="footer-content"> <h2>Books by Derrick Story</h2> <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center"> <tr> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank"> <img border="0" width="70" alt="Photos Book" src="/img/apple-photos-2nd-Ed.jpg"> </a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1681983508/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1681983508&linkCode=as2&tag=storyphoto-20&linkId=bb9e12f0462da5283b60b590d3deab10" target="_blank">The Apple Photos Book for Photographers 2nd Edition</a> <br /> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank"><img border="0" width="70" alt="Digital Photography Companion" src="/img/digi_photo_companion.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=B002VKMOOM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/B002VKMOOM?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002VKMOOM" target="_blank">The Digital Photography Companion</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank"><img border="0" width="70" alt="Digital Photography Hacks" src="/img/digi_photo_hacks.jpg"></a> <img src="https://www.assoc-amazon.com/e/ir?t=storyphoto-20&l=as2&o=1&a=0596006667" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> <br clear="all" /> <a href="https://www.amazon.com/gp/product/0596006667?ie=UTF8&tag=storyphoto-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596006667" target="_blank">Digital Photography Hacks</a> <br/> by Derrick Story </td> <td class="widebar"> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20"><img border="0" width="70" alt="iPad for Digital Photographers" src="/img/iPad-Photog-Cover.jpg" /></a> <br clear="all" /> <a href="https://www.amazon.com/gp/product/1118498135/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1118498135&linkCode=as2&tag=storyphoto-20">iPad for Digital Photographers</a> <br/> by Derrick Story </td> </tr> </table> </div> </div> </div> <div id="copyright"> &copy; 2024 Story Photography | <script language="JavaScript" type="text/javascript"> <!-- var name = "webmaster"; var domain = "thedigitalstory.com"; var display = ""; var subject = ""; var ending = ""; var style = ""; document.write('<a class="' + style + '" href="mailto:' + name + '&#64;' + domain + '?subject=' + subject + '">'); if (display) { document.write(display); } else { document.write(name + '&#64;' + domain); } document.write('</a>' + ending); // --> </script> </div> <script language="JavaScript" type="text/javascript" src="/scripts/nifty.js"></script> <script language="JavaScript" type="text/javascript" src="/scripts/niftyCalls.js"></script> </div> <!--container inner !--> </div><!--container!--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10