summaryrefslogtreecommitdiffstats
path: root/src/uca-docs.xml.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-19 17:29:51 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-19 17:29:51 +0200
commit8b2867b429fc3d725087c9c87835cc2eea9e734a (patch)
treeddcb2271f8f167388f1430383329c58147e37fc2 /src/uca-docs.xml.in
parentca22c863746eababadedac5a25f47b1ae5780d20 (diff)
downloaduca-8b2867b429fc3d725087c9c87835cc2eea9e734a.tar.gz
uca-8b2867b429fc3d725087c9c87835cc2eea9e734a.tar.bz2
uca-8b2867b429fc3d725087c9c87835cc2eea9e734a.tar.xz
uca-8b2867b429fc3d725087c9c87835cc2eea9e734a.zip
Add a bit of documentation
Diffstat (limited to 'src/uca-docs.xml.in')
-rw-r--r--src/uca-docs.xml.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/uca-docs.xml.in b/src/uca-docs.xml.in
index 8934ac2..60bcf57 100644
--- a/src/uca-docs.xml.in
+++ b/src/uca-docs.xml.in
@@ -20,6 +20,30 @@
${_xml_doc_input}
</chapter>
+
+ <chapter id="howto-add-camera">
+ <title>How to add a new camera</title>
+
+ <para>
+ Adding a new camera involves three steps:
+ <itemizedlist>
+ <listitem><para>Subclass from <link linkend="UcaCamera">UcaCamera</link> and implement all necessary methods
+ to start and stop recording, to grab frames and override and
+ add properties that are special to your
+ camera.</para></listitem>
+ <listitem><para>Adapt <filename>src/CMakeLists.txt</filename>, so
+ that your dependencies are detected and your source files
+ are added to the <literal>uca_SRCS</literal> CMake
+ variable. Furthermore you must add an entry to
+ <filename>src/config.h.in</filename> that reflects the
+ CMake option variable</para></listitem>
+ <listitem><para>Change <filename>src/uca-camera.c</filename>
+ and add a new (guarded) entry to the factory as well
+ as necessary include files.</para></listitem>
+ </itemizedlist>
+ </para>
+ </chapter>
+
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>