From b24f65a0b9e7c3cd342f656400fac823dca447d9 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 27 Aug 2012 17:50:46 +0200 Subject: Separate manual from reference --- src/uca-docs.xml.in | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src') 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 @@ Unified Camera Access ${_xml_doc_input} - - - - - How to add a new camera - - - Adding a new camera involves three steps: - - Subclass from UcaCamera and implement all necessary methods - to start and stop recording, to grab frames and override and - add properties that are special to your - camera. - Adapt src/CMakeLists.txt, so - that your dependencies are detected and your source files - are added to the uca_SRCS CMake - variable. Furthermore you must add an entry to - src/config.h.in that reflects the - CMake option variable - Change src/uca-camera.c - and add a new (guarded) entry to the factory as well - as necessary include files. - - -- cgit v1.2.3