LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to extract metadata information using exiftool for specific model of camera??? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-extract-metadata-information-using-exiftool-for-specific-model-of-camera-676918/)

confused.com 10-16-2008 05:15 PM

How to extract metadata information using exiftool for specific model of camera???
 
I have a file of images, about 100 images. I can display the information of all these images using the command metacam 0.* jpg. Using this i get all 100 files displayed, were some open and some show the information of the image, but this is an unrealistic way of finding specific images taken with a specific camera model.

However, i want to find specific images that have been taken with a Canon PowerShot camera, however i am unsure as to how to extract this metadata, i was looking at some websites and they do not even have PowerShot model as a recognizable tag in exiftool? Can anybody help me out please?



Thanks in advance.

boardhead 02-03-2010 06:58 AM

You can use a command like this:

exiftool -if '$model =~ /SD950IS/' DIR

to list metadata only for files from a specific camera model in directory "DIR".


All times are GMT -5. The time now is 05:40 AM.