Click here to Skip to main content
15,885,985 members

Comments by Richard.Berry100 (Top 36 by date)

Richard.Berry100 3-Nov-14 15:34pm View    
Thanks Bill.

I found this PHP which seems to be the closest to what I'm looking for... Now to learn PHP :(

http://www.sourcexref.com/xref/phpjmt/nav.html?Makernotes/nikon.php.source.html
Richard.Berry100 2-Nov-14 4:00am View    
It must be out there somewhere...

It does seem as though different Cannon models have a different MakerNotes. This site has quite a large number of Camera Specific tags for various Canon models.

http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html

What I'm just not getting is that they all start with Tag 0 or Tag 1 - suggesting that these tags are within the MakerNotes blob of data.

I posted a dump of the makernotes data (7600 Bytes) on Stack Overflow:

http://stackoverflow.com/questions/26696074/read-makernote-exif-tag-in-c-sharp/26696961#26696961

But this blob of data does not seem to conform to the IDF hearder format:
4.6.2 IFD Structure
The IFD used in this standard consists of a 2-byte count (number of fields), 12-byte field Interoperability arrays, and
4-byte offset to the next IFD, in conformance with TIFF Rev. 6.0.
Each of the 12-byte field Interoperability consists of the following four elements respectively.
Bytes 0-1 Tag
Bytes 2-3 Type
Bytes 4-7 Count
Bytes 8-11 Value Offset

Pg 13/14.. in http://www.kodak.com/global/plugins/acrobat/en/service/digCam/exifStandard2.pdf

As far as commercial apps go, I'm new to photography, so the app I'm busy with is intended to view the images, see settings used where results were good/bad, and then move or copy the images to keep into a separate folder, delete the bad ones - basically analyse and sort, and perhaps later rate...
Richard.Berry100 2-Nov-14 1:57am View    
Thanks Bill. If you are referring to the Java App by D Noaks (Converted to C# by Ferret Renaud) - Pretty hectic. I cant make head or tail of it, and cant seem to get an output from the command line. It does however seem like if I could extract parts of this, it would work for my application. I browsed around DPReview a but, and only came accross an app called Thumber, but did not find anything about reading tags from code
Richard.Berry100 1-Nov-14 10:46am View    
Hi Bill. Thanks for your reply (And caution!!) The C# link, unfortunately does not decode the MakerNotes. The other links led me to some other source, but it was Java, and the executables would not run on my machine. But I could not find how they actually extracted the MakerNotes. I have update the question a bit with some of the info you pointed me to.
Richard.Berry100 23-Aug-14 12:02pm View    
Not sure why you would want to do this? I'd tend towards creating an Excel Template with correct column headings that users can populate and import? What would you do with the data after it is in the Database, if a field can have different data. Perhaps look at the database structure, and have a separate table with a Quote ID, and a number of rows with an ItemType, and Value.