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