blob: b3cf0ce83c306f4d70cb409fe287bdaa853211b7 [file] [log] [blame] [view]
Igor Murashkin6ad61d42012-11-21 09:44:05 -08001# Camera Metadata XML
2## Introduction
3This is a set of scripts to manipulate the camera metadata in an XML form.
4
5## Generated Files
6Many files can be generated from XML, such as the documentation (html/pdf),
7C code, Java code, and even XML itself (as a sanity check).
8
9## Dependencies:
10sudo apt-get install python-mako # mako templates. needed to do file generation
11sudo apt-get install python-bs4 # beautiful soup. needed to parse the xml
12sudo apt-get install tidy # tidy, used to clean up xml/html
13sudo apt-get install xmllint # xmllint, used to validate XML against XSD