UPDATE: Since first writing this I discovered I can get the EF-EOS M adapter from Canon for $199. Although having to add this to the camera won’t really help to make adding lenses to the EOS-M affordable, it would give me the option to use the telephoto lens from my existing EOS 600D with the… Continue reading Tamron AF 70-300 Di LD telephoto lens for Canon EF-M?
Category: Digital Imaging
Python Scripting [4D]: Exif Based Image Renaming 4
After testing the Exif renaming script for the past couple of weeks I have added a piece of code to check for collisions and rename any file that collides with an existing filename. With Exif data, the most likely cause of a filename collision is when a camera is set to shoot continuously and it… Continue reading Python Scripting [4D]: Exif Based Image Renaming 4
Python Scripting [4C]: Exif Based Image Renaming 3
After letting this one slide for quite a while, I picked it up again yesterday and have completed most of the coding. This is the full code to date (barring any further modifications found to be needed after testing). The script is run from the directory that is to be acted upon and takes no… Continue reading Python Scripting [4C]: Exif Based Image Renaming 3