tree: 2f51debf6dbcefeec280cee687d7c4e3b6eac044 [path history] [tgz]
  1. __init__.py
  2. camera_metadata_tags.mako
  3. html.mako
  4. metadata-parser-sanity-check
  5. metadata-validate
  6. metadata_model.py
  7. metadata_parser_xml.py
  8. metadata_properties.xml
  9. metadata_properties.xsd
  10. metadata_template.mako
  11. metadata_validate.py
  12. README.md
camera/docs/README.md

Camera Metadata XML

Introduction

This is a set of scripts to manipulate the camera metadata in an XML form.

Generated Files

Many files can be generated from XML, such as the documentation (html/pdf), C code, Java code, and even XML itself (as a sanity check).

Dependencies:

sudo apt-get install python-mako # mako templates. needed to do file generation sudo apt-get install python-bs4 # beautiful soup. needed to parse the xml sudo apt-get install tidy # tidy, used to clean up xml/html sudo apt-get install xmllint # xmllint, used to validate XML against XSD