diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-27 17:50:46 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-27 17:50:46 +0200 |
commit | b24f65a0b9e7c3cd342f656400fac823dca447d9 (patch) | |
tree | 30817a1c55379ba16962b4a79bd0b3109a0038bd /src/uca-docs.xml.in | |
parent | 02d824004a8eaa6eb26fadcef3f90c7de068597e (diff) | |
download | uca-b24f65a0b9e7c3cd342f656400fac823dca447d9.tar.gz uca-b24f65a0b9e7c3cd342f656400fac823dca447d9.tar.bz2 uca-b24f65a0b9e7c3cd342f656400fac823dca447d9.tar.xz uca-b24f65a0b9e7c3cd342f656400fac823dca447d9.zip |
Separate manual from reference
Diffstat (limited to 'src/uca-docs.xml.in')
-rw-r--r-- | src/uca-docs.xml.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/uca-docs.xml.in b/src/uca-docs.xml.in index 60bcf57..43a830d 100644 --- a/src/uca-docs.xml.in +++ b/src/uca-docs.xml.in @@ -18,30 +18,6 @@ <title>Unified Camera Access</title> <xi:include href="xml/uca-camera.xml"/> ${_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"> |