Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to access EXIF tags?: (7 Items)
   
How to access EXIF tags?  
The "QNX Aviage Multimedia Suite" summary http://www.qnx.com/products/middleware/multimedia.html
indicates that the MME has support for EXIF v2: JPEG (EXIF) tags.

How to access these tags via the MME API?

Does this support cover GPS tags as well?

Thanks,

--
Mate
Re: How to access EXIF tags?  
Hi Mate,

EXIF is something that we used to support but due to licensing issues with the initial implementation it was pulled.  MM
 1.x does not support EXIF parsing.

We can extract images and indicate their resolution, etc.  But information such as caption, GPS, etc are not available.

This is something we've wanted to put back in, but there hasn't been customer demand.
Re: How to access EXIF tags?  
Thanks Dan, I understand regarding GPS tags.

You mention that you can indicate "resolution, etc."
That's also something we were looking for but could
not find the relevant entries in the tables.

Could you advise where to look for this information?

Thanks,

--
Mate
Re: How to access EXIF tags?  
See the mme_metadata_* APIs.  You can get an XML document back from mme_metadata_getinfo_* that returns what information
 is available about images.  Alternatively, you can also use the AGTDK.
Re: How to access EXIF tags?  
Thanks Dan.

Have not been aware that these functions can
also be called for files of ftype=4 (photo) and
thought that this metadata could be synchronized
into the library, just like for audio.

Thanks again!

--
Mate
Re: How to access EXIF tags?  
Hi Mate, Have you had a look at the chapter "Metadata and Artwork" in the MME Developer's Guide? If you find things that
 need to be better explained, please let me know.
Re: How to access EXIF tags?  
Hello Nicola! I've used this chapter in the past when
implementing album art retrieval and all went fine.

As my (wrong) assumption was that these metadata
functions work only for audio files, I have not looked
at the chapter when working with image data.

Will check it later and let you know if something
is not clear.

Thanks,

--
Mate