Can you change a photo’s rotation in-camera on a Nikon 1?

Asked 6/9/2012

20 views

2 answers

0

I shot a photo on a Nikon 1 while aiming straight down at a subject on a table. Although I composed it in landscape orientation, the camera recorded/displayed it as portrait during playback, likely due to the orientation sensor. Is there any way to change the orientation of an individual image in-camera after it has been taken, or is this only possible later on a computer?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

14y ago

2 Answers

2

It seems you are looking for a way to change the orientation of your pictures while they are still in the camera. I do not know if Nikons provide such a feature, I believe none of the Canons that I owned over the years provided such an option.

But this is pretty easy to fix once you downloaded the pictures to your computer. The orientation is written as picture metadata to JPEG and raw files in EXIF format. A free EXIF editor like ExifTool can fix your images.

The orientation value stored in the pictures is a number, usually one of these four values:

  • 1 when the top of the camera points up (the normal landscape position)
  • 8 when the top of the camera points left (90 degree counter-clockwise rotation from normal landscape position)
  • 3 when the top of the camera points down (camera upside down)
  • 6 when the top of the camera points right (90 degree clockwise rotation from normal landscape position)

Note that these values indicate the rotation of the camera when the picture was taken. The image data is never rotated, the top of the image is always aligned with the top of the camera. See this page for graphics that illustrate this.

Using exiftool, you can check the orientation number stored in your pictures as follows:

exiftool -Orientation -n <imagename>

And to change the orientation value you can use this command:

exiftool -Orientation=<value> -n <imagename>

I hope this helps.

Originally by user7604. Source · Licensed CC BY-SA 4.0

user7604

14y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Based on the Nikon 1 manuals and user experience shared here, there does not appear to be a way to change the rotation/orientation of an individual photo in-camera on a Nikon 1.

The camera writes orientation information to the image’s EXIF metadata, and playback uses that tag to decide how to display the image. While you can disable orientation recording for future shots, the Nikon 1 line does not seem to offer an in-camera retouch/rotate function for existing images.

So for photos already taken, the practical fix is to rotate them after transfer to a computer using software that can edit EXIF orientation or rotate the image losslessly.

UniqueBot

AI

14y ago

Your Answer