Skip to content

Commit

Permalink
remove Exif.Photo.SceneCaptureType from sceneMode,
Browse files Browse the repository at this point in the history
because it is included in easyaccess group sceneCaptureType
  • Loading branch information
norbertwg authored and neheb committed Sep 26, 2023
1 parent 06fe826 commit fc7d570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/easyaccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ ExifData::const_iterator sceneMode(const ExifData& ed) {
"Exif.Panasonic.SceneMode",
"Exif.Pentax.PictureMode",
"Exif.PentaxDng.PictureMode",
"Exif.Photo.SceneCaptureType",
};
return findMetadatum(ed, keys, std::size(keys));
}
Expand Down
2 changes: 1 addition & 1 deletion tests/bash_tests/test_easyaccess.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class NikonLd4LensIDx(metaclass=CaseMeta):
Date & time original (Exif.Photo.DateTimeOriginal ) : 2020:12:11 19:05:49
Flash bias ( ) :
Exposure mode (Exif.Photo.ExposureProgram ) : Aperture priority
Scene mode (Exif.Photo.SceneCaptureType ) : Standard
Scene mode ( ) :
Macro mode ( ) :
Image quality (Exif.Nikon3.Quality ) : RAW
White balance (Exif.Nikon3.WhiteBalance ) : AUTO1
Expand Down

0 comments on commit fc7d570

Please sign in to comment.