Skip to content

Camera model metadata proposal

Dmitry Shechtman edited this page May 26, 2017 · 6 revisions

This proposal has been RETIRED and is only retained for reference.

The metadata directory shall contain a file named MODEL.JSN of the following form (the indentation is optional):

{
  "version":"1.0",
  "names": [
    "Canon PowerShot SD880 IS",
    "Canon Digital IXUS 870 IS",
    "Canon IXY Digital 920 IS"
  ]
}

Properties

  • version - string, must be 1.0
  • names - string array, camera model names

References