GNOME Bugzilla – Bug 631773
[tags] Add new exif tags: sharpness, metering mode, file/capturing source
Last modified: 2010-10-16 00:37:07 UTC
The patches attached add three new exif tags. GST_TAG_CAPTURING_SHARPNESS - we already have contrast/saturation, this is similar to them. GST_TAG_CAPTURING_METERING_MODE - indicates the algorithm used to calculate the exposure for the capture. GST_TAG_CAPTURING_SOURCE - indicates the source/device of the capture. All three are simple, just adding here in case someone finds/has better naming for them.
Created attachment 172024 [details] [review] tag: Adds GST_TAG_CAPTURING_SHARPNESS Adds new tag for tagging sharpness processing used when capturing an image. Also maps it in the exif tags. Tests included. API: GST_TAG_CAPTURING_SHARPNESS
Created attachment 172025 [details] [review] tag: Adds GST_TAG_CAPTURING_METERING_MODE Adds a tag to inform what mode was used by a camera to calculate the picture capturing exposure Also adds mapping to exif and tests API: GST_TAG_CAPTURING_METERING_MODE
Created attachment 172026 [details] [review] tag: Adds GST_TAG_CAPTURING_SOURCE Adds a tag to indicate the source/device used for the capture. Already maps it in exif and adds tests. API: GST_TAG_CAPTURING_SOURCE
Adding target to next release. We should get this in, as most of the other exif tags were added for the 0.10.31 release too.
Pushed with minor string changes: commit 5984ff1086e1c6dc74d20680ae8f5b76a4dfb3cf Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Fri Oct 8 17:24:07 2010 -0300 tag: Adds GST_TAG_CAPTURING_SOURCE Adds a tag to indicate the source/device used for the capture. Already maps it in exif and adds tests. API: GST_TAG_CAPTURING_SOURCE https://bugzilla.gnome.org/show_bug.cgi?id=631773 commit b49f83d73838e2de05f0057ecb2335ad9393f9c5 Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Fri Oct 8 15:51:28 2010 -0300 tag: Adds GST_TAG_CAPTURING_METERING_MODE Adds a tag to inform what mode was used by a camera to calculate the picture capturing exposure Also adds mapping to exif and tests API: GST_TAG_CAPTURING_METERING_MODE https://bugzilla.gnome.org/show_bug.cgi?id=631773 commit f67e7aacf33c6f0b3dc689ef585285cb5ad48c7a Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Fri Oct 8 15:14:22 2010 -0300 tag: Adds GST_TAG_CAPTURING_SHARPNESS Adds new tag for tagging sharpness processing used when capturing an image. Also maps it in the exif tags. Tests included. API: GST_TAG_CAPTURING_SHARPNESS https://bugzilla.gnome.org/show_bug.cgi?id=631773