Find out your favorite camera focal length and many other interesting facts about you and your cameras by scanning all your photos.
- Images: https://sunnyspeed.com/share/20200605-sony-a7r3/output.html
- Videos: https://sunnyspeed.com/share/20200722-sony-video/output.html
-
Install exiftool for retrieving exif info from photo https://exiftool.org/
-
Install pygal for generating charts
pip install pygal
http://www.pygal.org/ -
Check out this repo
-
Make changes
- [imgFolders] It can be a list of folders, but no need to include subfolders. (Subfolders are scanned automatically)
- [imgExtensions] Add as needed
- [exiftoolPath] Include the full path with .exe if running on Windows
-
Run
python3 image.py
orpython image.py
for imagespython3 video.py
orpython video.py
for videos (only tested for sony camera)
-
The result is also generated as an HTML file in the same directory
- Python 3 is recommended.
- Try to scan one camera at a time, or cameras with same sensor size.
- The focal length is not converted if it is not in 35mm full frame.
- Only tested for very limited cameras. (Sony and Canon)
- If got an error on the .pkl file, please delete the .pkl file and try again.