diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:51:30 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-07-22 16:51:30 +0200 |
commit | b891357388676e73229f24575245b4baadb70be0 (patch) | |
tree | a27e5040837a1399b776c51b97a17ad3ffabb1d8 /NEWS | |
parent | ea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9 (diff) | |
download | libuca-b891357388676e73229f24575245b4baadb70be0.tar.gz libuca-b891357388676e73229f24575245b4baadb70be0.tar.bz2 libuca-b891357388676e73229f24575245b4baadb70be0.tar.xz libuca-b891357388676e73229f24575245b4baadb70be0.zip |
Release version 1.5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,6 +1,32 @@ Changelog ========= +Changes in libuca 1.5 +--------------------- + +Released on July 22nd 2013. + +### API additions + +The base camera class has a new "buffered" property. If it is set to TRUE, a +thread acquires data into an internal ring buffer. The readout API via +uca_camera_grab has not changed. You can customize the number of pre-allocated +buffers with the "num-buffers" property. + +A new uca_camera_is_recording call reflecting the "is-recording" property has +been added. + +### Minor changes + +- The GUI is more streamlined now and features region-of-interest selection and + simpler zooming. +- A new file "camera" can read a directory of TIFFs. This is an experimental + implementation that only supports 8 or 16 bit TIFFs. +- The xkit plugin does not depend on any third-party code any more but + uses direct UDP communication. +- The Dexela and Pylon plugins have been updated. + + Changes in libuca 1.4 --------------------- |