diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-10-29 17:52:38 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-10-29 17:56:46 +0100 |
commit | 77a09bfa2ebf239f88d3ea7b78e13b4f566e874a (patch) | |
tree | 5cf457119cac9fd895c8297c8ec0707858321dbb /NEWS | |
parent | 19e3db276722a14204bf0b7f8253bccff376485d (diff) | |
download | libuca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.gz libuca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.bz2 libuca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.xz libuca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.zip |
Pick release notes of version 1.6.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ Changelog ========= +Changes in libuca 1.6.1 +----------------------- + +Released on October 29th 2014 + +This is a bugfix release smoothing out daily operation. In particular, we + +- release the Python GIL to avoid blocking on grabs +- added missing property specification for exposure-auto in the pylon plugin +- improved robustness of ROI setting in the pylon plugin +- added global shutter support for pco.edge cameras + + Changes in libuca 1.6 --------------------- @@ -184,7 +197,7 @@ properties and better signal and closure handling. Most of the ideas and approaches of libuca 0.5 have been transfered. However, instead of trying to initialize each camera first and having the user decide what to use, the user must now determine the used camera at compile time or use -the factory pattern to delegate this to run-time. +the factory pattern to delegate this to run-time. ### Tango Wrapper |