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