]> libuca Reference Manual for libuca ${UCA_VERSION_STRING}. The latest version of this documentation can be found on-line at http://ufo.kit.edu/extra/libuca. 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. API Index