summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-07-22 16:51:30 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-07-22 16:51:30 +0200
commitb891357388676e73229f24575245b4baadb70be0 (patch)
treea27e5040837a1399b776c51b97a17ad3ffabb1d8 /NEWS
parentea95cbf3e26751e3ac2ad7b657f4d66d7c99e4a9 (diff)
downloaduca-b891357388676e73229f24575245b4baadb70be0.tar.gz
uca-b891357388676e73229f24575245b4baadb70be0.tar.bz2
uca-b891357388676e73229f24575245b4baadb70be0.tar.xz
uca-b891357388676e73229f24575245b4baadb70be0.zip
Release version 1.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2169af9..931e454 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------