blob: 2ec176922355ade572de6e86773eb631f0437fb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
## General information
[![Build Status](https://travis-ci.org/ufo-kit/libuca.png)](https://travis-ci.org/ufo-kit/libuca)
This directory contains libuca (short for Unified Camera access), a GLib-based
library to access two-dimensional pixel detectors. It gives the user a general
interface to a variety of different cameras and camera types. You can read more
about it in our [manual](http://libuca.readthedocs.io).
![Architecture overview](http://libuca.readthedocs.io/en/latest/_images/architecture.png "Architecture overview")
Details of the latest version can be found on the UFO [project
page](http://ufo.kit.edu).
For changes refer to the NEWS.
## Installation
Please see the INSTALL file or refer to the manual.
## Licensing
libuca is copyright Karlsruhe Institute of Technology and licensed under LGPL
2.1.
|