From b891357388676e73229f24575245b4baadb70be0 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 22 Jul 2014 16:51:30 +0200 Subject: Release version 1.5 --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'NEWS') 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 --------------------- -- cgit v1.2.3