Adobe has not yet released Lightroom RAW/NEF support for the Nikon Z7 mirrorless camera. LRTimelapse.com explains how to tweak the RAW/NEF files with an EXIF editor:
- Unzip it to a folder, e.g. c:\program files\exiftool – on Mac you start the installer, exiftool will then be installed to /usr/bin.
- Now copy the pictures from your memory card into a temporary folder, e.g. c:\temp\convert on Mac for example ~/Convert
(do not do that on the original pictures, always use a copy!) - Open a command prompt (Mac: a terminal session) and switch to the directory with the pictures.
Windows: cd c: \temp\convert
Mac: cd ~/convert - Now let ExifTool write the model name of the D850 into the pictures.
Windows: c:\program files\exiftool\exiftool.exe -model=”NIKON D850″ *.NEF
Mac: /usr/bin/exiftool -model=”NIKON D850″ *.NEF
The other option is to use the latest Nikon software that was recently updated to support the new Z7.