Note: This may not work in principle for other cameras. It works for the D610 because the RAW files are almost identical with the D600. Down the road, a similar fix might work with other cameras but you have to figure out what to try.
What you need to do is to rename the camera model in the EXIF data in the RAW file (in my case, they are ".NEF" files). To do that, you have to run a program to edit the metadata.
Note: this is for Windows 7. I'm sure Windows 8 is similar, but I'm also sure the Mac is different. There is a Mac version but I'm not going to try to tell you how to use it.
Here's what you have to do:
- Get exiftool.exe
- Upload the pictures from your camera to your computer
- Run exiftool on the whole batch of pictures. Has to be run from a command prompt.
OK, here's how. This may look long, but just do it step-by-step.
- Download <exiftool.exe>. There are Windows, Mac and Linux versions all here:
http://www.sno.phy.queensu.ca/~phil/exiftool/
- You have to unzip it and put it somewhere you can find it. For me, the easiest place was on the Desktop.
- The filename is "exiftool(-k).exe". The "(-k)" will keep the window open when you run it from the command prompt, which you need to do if you're going to use the program just to view the exif data for an image (what the program is really for!). So right-click it and make a second copy on the desktop, then rename the copy to "exiftool.exe" so you can use it more easily to rename the camera model in a batch of files.
- To run the program, you have to do it from the command prompt window. Click the Windows Start Menu icon (the beachball in the lower left corner) and type the word "command" in the search box. The first item that should come up is "Command Prompt". Click it. A black window will open up.
- To run exiftool from the command prompt, you have to type the entire path, both to where the program is and to where the files are. To avoid having to do that every time, I decided to save the entire command in a text file so I could just cut and paste it into the command window.
- As it stands, the default command window doesn't allow you to simply cut and paste into it. Make it happen by right-clicking in the bar at the top of the black window, select "properties" and turn on QuickEdit Mode in the options window. That should be sticky.
- A word about importing the files to the computer. Since my auto-import to Lightroom doesn't work on these files, I connected the SD card, viewed the files, and dragged the entire subfolder called 100ND610 (inside the DCIM folder on the SD card) to the desktop. After I import to Lightroom (including copying the files to where they're supposed to be), I can simply delete this folder. It's always the same name, so I don't have to retype the command line each time.
- I opened Notepad and I typed in the following (of course replace the CAPS areas with your own info):
C:\Users\YOUR-USER-NAME\Desktop\exiftool.exe -model="NIKON D600" C:\Users\YOUR-USER-NAME\Desktop\FOLDER-WHERE-THE-PICTURES-ARE\*.nef
Note that this command is continuous, all on one line. Blogger has split it to fit the window.
In my case, the exact command was C:\Users\Glenn\Desktop\exiftool.exe -model="NIKON D600" C:\Users\Glenn\Desktop\100ND610\*.nef - Copy that from your notepad file (I saved the notepad file as "using exiftool.txt" on my desktop) and paste it into the command window. To paste into this window, you DON'T use ctrl-V, you simply right-click anywhere in the black window. Once it's there, click to run it.
- If you have multiple files, it will take a minute of clicking and whirring before it's done. Then it will tell you, "x files have been changed".
Update: Open the window with the files in it before running the program. You can watch its progress! I just did about 100 files and it took about 5 minutes. I thought it was stuck until I opened it and saw it going through the files.
- Now you can open Lightroom and use your usual import workflow, but your source files are the ones in the folder on the desktop, not on the SD card.
Update: It seems most cameras do NOT show the shutter count in the EXIF. I tried several others and heard from readers who couldn't find it.
So that's how I did it. Good Luck!
* If you liked this post, please share it, by clicking the "+1" below or "Like" on FaceBook. Please visit my regular weekly blog at http://www.faczen.blogspot.com and sign up for the free weekly newsletter. Don't worry, you can unsubscribe with one click if you want to (but you won't want to!)