Will my D40 lenses fit the D5100 or D7000

More fun on NikonUSA

> Will my D40 lenses fit the D5100 or D7000?
>
> Subject says it all–will my D40 lenses fit the D5100 or D7000? And how, in general, can one tell which lenses will fit which cameras?

The short answer is: Yes, all lenses that “fit” your D40 will fit the D5100 D7000 and later Nikon dSLRs with an F-mount (that’s currently all Nikons dSLRs).

The only Nikon F mount lenses that will not fit on these cameras are some that were designed to operate with the mirror up and had different box dimensions. These mounts would crash the reflex mirror. Fortunately there are very few of these lenses around and most are collectors items so you won’t run into it. A quick google will warn you if this is the case.

But what you are really asking is do they mount and work the same? The answer is still: Yes, but with one exception. Nikon lenses with a “G” designation but not an “AF-S” one will not auto-focus on the D5100 or D7000, but will on the D40. Fortunately, there are very few lenses that qualify for that, and those that do are low-end lenses that have since been replaced by better/cheaper models—the only time you have to worry is when someone is trying to pawn off a dud second-hand.

Note that any old AF lenses you purchase for the D40 will now auto-focus on the D7000. Whereas before they didn’t at all because the latter has an in-body motor while the former does not. You do lose matrix metering capability vs. the D40, but most people will take AF over the matrix meter.

As for understanding the smorgasbord of compatibility, [Nikonians has a friendly chart](http://www.nikonians.org/nikon/slr-lens.html). (There may be a slight error. I don’t believe the D5100 has an AF motor in it.)

Another thing to note is that where the Nikonians chart has a big “No!” for pre-AI lenses, you can use a [John White’s conversion service](http://www.aiconversions.com/) to “upgrade” the pre-1977 lenses to an AI lens so that the aperture functions correctly when the shutter is pressed. (These lenses, with the exception mentioned above will mount, but they the aperture controls won’t be automatic.)

This is one of the strengths and pitfalls of the Nikon system. Nikon has decided to ensure mount compatibility for the F mount since its inception (it predates Pentax and Canon). But advances in technology need to be incorporated into the lenses also. Other companies either break backward compatibility across the line or are slow to implement new features to ensure body/lens compatibility at the right price. Nikon splits this difference with deciding how much of the old lens suite to build in the camera based on the price point/budget and usage scenario (size/weight) of its typical shooters.

Monitor cover for Nikon D5000/D5100?

Sometimes I get bored and answer questions on the Nikon USA forum:

> Is there a monitor cover which will work with the D5100? I am thinking of a cover similar to the BM-8 that came with my D70.

The 5100 has a flip out LCD, so there is no need for a monitor cover. Instead, just flip out the LCD, rotate it, and flip it back in.

There are third party sites that make “[screen protectors][google screen protector]” which are thin films designed to protect the LCD from scratching. I don’t know how effective or useful they are since the glass or plastic used to protect the Nikon LCDs has improved over the years and quality varies from model-to-model. Plus, it is simply not very likely that a dSLR camera LCD will get scratched—dSLRs just aren’t often found in your pocket along with your keys a la iPhone 😉

For instance, my Nikon D3 with a glass screen and no plastic protector doesn’t have a scratch even though I’m and outdoor shooter and have tens of thousands of shutter clicks. Similarly, my GF’s Nikon D5000 doesn’t have a scratch because it is easy to rotate the display to a safe position for storage and transportation.

BTW, avoid most “anti-glare” thin film protectors unless you are sure you know what you are doing. They work by frosting the film to scatter the reflection. However the material used in the frosting may be too close to the size of the pixels in the high-density monitors of a camera LCD. When that happens you end up being able to see the individual red, green and blue pixels in the display making it annoying. 🙂

[google screen protector]: http://www.google.com/search?q=lcd+screen+protector+nikon&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#sclient=psy-ab&hl=en&client=firefox-a&hs=PzF&rls=org.mozilla:en-US%3Aofficial&source=hp&q=lcd+screen+protector+nikon+5100

It's just a tool

Previously: [Part 1][programming1], [Part 2][programming2], [Part 3][programming3], and [Part 4][programming4].

I received an interesting question the other day from a recruiter:

> Would you be open to moving away from PHP?

My answer:

First, by analogy. I’m a photographer, most of the cameras I own are manufactured by Nikon. This is like asking if I’m open to using a Canon.

I happen to be very adept with using a Nikon. However, I don’t think [the photons bouncing around care much what logo sits on front of the camera][camera purchasing] they are in. I’d be a poor photographer if what I did was care about the brand of camera I carry instead of the picture I am taking.

PHP is designed to solve one problem: the web problem. It solves it very well—as evidenced by marketshare and its continuing durability. At nearly all other stuff, PHP happens to suck at.

However it (the web problem) [isn’t that difficult] of a problem (having been solved repeatedly by languages such as Ruby, Python, C, C++, Java, Javascript, etc.). The real difficult parts are invariably outside the “web problem.” (Example: Twitter’s web problem was solved in Ruby using Rails, but their real problems were not web problems and of those problems, the most prominent was solved in Scala.)

I happen to be very adept at PHP. That pretty much means knowing that there is a better tool than to use PHP to solve the problem at hand at hand, and using that instead of PHP: MySQL, Apache, memcached, MongoDB, CouchDB, Scala, Erlang, Puppet, CruiseControl, AWS, etc.—none of which, to my knowledge anyway, written in PHP.

I’d be a poor programmer indeed if I thought that the problems I solved cared much the language I was adept in.

I’m not a poor programmer.

The Short answer: “Yes. Depends on the problem and the existing environment.”

(Recruiter was amused by my answer because he was owns a Canon. I suggested we “get on either side of the street and start making threatening dance moves at each other like [the Jets and the Sharks][west side story].”)

Another question I got:

> Which do you think is better [some programming language] or [another programming language]?

My answer:

They’re just tools. That’s like asking a handyman which they think is better: a hammer or a screwdriver.

(That elicited a laugh.)

Using a programming language is simply [a choice][making choices]. There are many things that go into making a correct choice that are far beyond what language one prefers for a problem that happens to be not that hard to solve in the first place.

[programming1]: http://terrychay.com/article/learning-programming.shtml “Learning Programming Part 1: 5 million”
[programming2]: http://terrychay.com/article/learning-frameworks.shtml “Learning Programming Part 2: Programming Frameworks”
[programming3]: http://terrychay.com/article/learning-programming-part-3-c-cplusplus-superiority.shtml “Learning Programming Part 3: C/C++ superiority”
[programming4]: http://terrychay.com/article/programming-is-hard.shtml “Learning Programming Part 4: “Programming is Hard””
[camera purchasing]: http://terrychay.com/article/camera-purchasing-aphorisms.shtml “Camera purchasing advice”
: http://terrychay.com/article/is-ruby-the-dog-and-php-the-dogfood.shtml “Is Ruby the dog and PHP the dogfood?”
[making choices]: http://terrychay.com/article/simple-prescriptions-and-making-choices.shtml “Simple prescriptions and making choices”
[west side story]: http://en.wikipedia.org/wiki/West_Side_Story “West Side Story—Wikipedia”

dSLR video recommendations

Recently, some friends asked me what dSLR to purchase if they want to make movies with it. They aren’t experts at doing SLR photography.

Currently, if you are a beginner photographer and want a dSLR with video capability, the one I suggest is the Nikon D3100, ($700, Amazon, DPReview) which I have already written about earlier.

Nikon calls movie taking “D-movie.” It is currently the cheapest dSLR that can do video mode. It’s only one of three dSLRs that can do autofocus while taking video mode. This strikes me as the best balance between learning and using an entry level dSLR and being to take film-like movies. I’ll recommend some others below, but first I’d like to talk about the why and what of SLR movie-making (with the caveat that I’m a photographer, not a filmographer).Continue reading about dSLR movie-making after the jump

How (I purchased a kit) dSLR [The entry kit dSLR Part 5]

(Article continued from part 4)

The big C and the Big N

The Nikon D3000 ($450 from Adorama, B&H, Amazon)
The Canon EOS Rebel XS (1000D) ($500 from Adorama, B&H, Amazon)
The Nikon D5000 ($690 from Adorama, B&H Amazon)
The Canon EOS Rebel T1i (500D) ($770 from Adorama, B&H, Amazon)
The Canon EOS Rebel T2i (550D) ($900 from Adorama, Amazon)

Canon kits

The Canon 1000D and Canon 500D
Nikon D5000 and Nikon D3000

The Nikon D5000 and Nikon D3000

Even though I’ve tried to encourage you to buy a Pentax, Sony, or Olympus, I know most of you are going to be going to buy a CaNikon anyway. *sigh*

First off, debating between Canon and Nikon is like getting into a Mac vs. PC flame war. And like modern day Macs and Windows PCs they share more in common with each other than differences. Let’s disclose our biases up front: I’m a Nikon guy. If you’re going to buy Canon the only redeeming thing about me is that I’ve probably sold as many Canon cameras to friends as Nikons.
Continue reading about About entry level Canons and Nikons and what camera I purchased after the jump

What dSLR (not to buy)? [The entry kit dSLR Part 3]

(Article continued from part 2)

I wrote an article about purchasing an entry dSLR four years ago. What it so surprising is how much of it has stood the test of time—only small details and features have changed: Nikon autofocus now has more points than Canon (as well as better coverage and the use of color); Olympus no longer is the only company with Live View (even Pentax does it), nor the only company with dust shake (all the others, starting with Canon, now offer it); Sony is not the only company with sensor-shift image stabilization.

Still, the essence is still true: Canon and Nikon remain among the last three holdouts adamantly against sensor-based image stabilization. Canon settings are still bulletproof; Nikon still is light focused: with the best autoexposure system and the best high ISO performance. Olympus and Panasonic are still cramming the coolest tech into the smallest space, Sony is proving their engineering chops, and Pentax is still putting photographic value first.

Nikon D5000 w/AF-S Nikkor 50mm f/1.4G
South of Market, San Francisco, California

Olympus E-P2, M.ZUIKO Digital ED 14-42mm 1:3.5-5.6
1/6sec @ ƒ5.2, iso 800, 36mm (72mm)

It’s still best to forego the kit and stick a fast-wide-cheap prime on your camera. This Nikkor 50mm f/1.4 lens is not cheap, but Nikkor 35mm f/1.8 DX lens is the 50mm equivalent for Nikon APS-C and costs about the same as a kit lens. I’ll talk about lenses in a later section.

The rounded right side of the camera is actually an extremely well thought out way for resting smaller these smaller cameras in your palm. It’s a tiny detail, I’ve not seen in the other Nikon models, but it’s just one of the reasons why people rave about Nikon small body dSLR ergonomics.

The advice hasn’t changed: When you buy a first dSLR, it is still the best to forgo the kit lens and plaster on a cheap, fast prime. Lenses still get more expensive, and bodies still get cheaper. Every manufacturer makes a camera for your budget with a negligible price difference…

And the problem is all the cameras are still too good.

In fact, the most significant difference from four years ago is only that the “entry level dSLR” has dropped below $700 for an entire kit, (in addition to) the $1000 “body-only” category—redefining the latter as an “enthusiast” category. Not only that, in many cases, manufacturers have issued multiple models in this sub $700 category, all offering at least one full kit below $550. Three of these sell kits for less than a Canon G11 pocket camera!

Continue reading about The mistake not mentioned after the jump

All hail the entry kit! [The entry kit dSLR Part 1]

Yesterday, a friend was interested in purchasing a dSLR at Costco and asked me which he should buy: a Nikon or a Canon. I get asked that a lot.

Costco dSLRs
Costco, South of Market, San Francisco, California

Olympus E-P2, Lumix G Vario HD 1:4.0-5.8/14-140 ASPH. Mega O.I.S.
1/60sec @ ƒ4, ISO250, 14mm (28mm)

From left to right: The Nikon D3000, the Nikon D5000, and the Canon 500D (called the Rebel T1i in the U.S.).

The higher pricing is because Costco usually sells supersets in order to be above the manufacturer minimum advertised price but still yield a decent value to the consumer. For instance, the Nikon D5000 kit contains not only the 18-55mm VR lens, but also the 55-200mm VR lens, a camera bag, two Nikon school DVDs, a book, and an SD card.

The Canon 500D is the most expensive of the trio because Canon and Nikon avoid competing head-to-head by interleaving price and features in models. The 500D sits between the Nikon D5000 and the enthusiast Nikon D90. The 1000D (a.k.a. Rebel XS) was introduced to compete between the Nikon D3000 and Nikon D5000 price points and wasn’t for sale the day I took this photo. (Update: Last time I was at Costco, the Canon 1000D, Nikon D5000, and Canon 500D were for sale. During the writing of this series, Canon introduced the 550D)

“Uhh, the Nikon D3000.”

“Well that’s because they stopped selling the other dSLRs there.”

“Yeah, I noticed that. Why was that?”

“Partly because the Canon 1000D is old. Everyone expects it to be updated.”

“It’ll be updated?”

“Most likely if Canon wants to sell any cameras. It’s been a year and a half, which is a long time to have a camera in that category. The D3000 just came out.”

“You know what camera I really like? The Nikon D5000. In fact, I ordered one the other day. It’s arriving this evening.”

Nikon D5000 kit
South of Market, San Francisco, California

Olympus E-P2, M.ZUIKO Digital ED 14-42mm 1:3.5-5.6
1/60sec @ ƒ3.5, iso 12500, 14mm (28mm)

Actually, this was purchased for Marie, not myself.

It sounds strange that someone who owns a Nikon D70IR, Nikon D200, and a Nikon D3 would purchase an entry level Nikon dSLR. Over the next week, I’ll explain why by going over the Why, What, How, Where and When of a good first dSLR purchase.

And don’t worry. While my experience is with Nikon, I won’t give the short shrift to the other brands.

Table of contents

  • Why dSLR?: Why a dSLR produces better images than a pocket digital
  • What dSLR?: Don’t buy a dSLR that is too much dSLR for you
  • What dSLR? (2): The Pentax, Sony, and Olympus dSLRs and about entry dSLRs compact size
  • How DSLR?: The Canon and Nikon dSLRs, a big spreadsheet, return policies, and what I bought
  • Where dSLR?: About first lenses and things to buy with your first dSLR purchase
  • When dSLR?: About books, videos, and classes

(Article continued in part 2)

Reblog this post [with Zemanta]