tree: 50fa12e52f840eff532bacab4991b1bbafdbc11f [path history] [tgz]
  1. __init__.py
  2. camera_metadata_tag_info.mako
  3. camera_metadata_tags.mako
  4. html.mako
  5. metadata-generate
  6. metadata-parser-sanity-check
  7. metadata-validate
  8. metadata_helpers.py
  9. metadata_model.py
  10. metadata_parser_xml.py
  11. metadata_properties.xml
  12. metadata_properties.xsd
  13. metadata_template.mako
  14. metadata_validate.py
  15. 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