From 8b2867b429fc3d725087c9c87835cc2eea9e734a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 19 Apr 2012 17:29:51 +0200 Subject: Add a bit of documentation --- src/uca-docs.xml.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/uca-docs.xml.in') 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} + + + 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. + + + + API Index -- cgit v1.2.3