diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-06-10 09:22:24 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-06-10 09:22:24 +0200 |
commit | d815f7a7d54ff981ce91488cc8608a1bfb424668 (patch) | |
tree | fd16b642aa2db744a1588c79eca47200a58781dd | |
parent | 477870f88026110b6a73d83aadc7f96d3bbd314e (diff) | |
download | uca-d815f7a7d54ff981ce91488cc8608a1bfb424668.tar.gz uca-d815f7a7d54ff981ce91488cc8608a1bfb424668.tar.bz2 uca-d815f7a7d54ff981ce91488cc8608a1bfb424668.tar.xz uca-d815f7a7d54ff981ce91488cc8608a1bfb424668.zip |
Release version 2.1.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f2eedc..76ccfc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(UCA_DESCRIPTION "Unified Camera Access") # These are software release versions set(UCA_VERSION_MAJOR "2") -set(UCA_VERSION_MINOR "0") +set(UCA_VERSION_MINOR "1") set(UCA_VERSION_PATCH "0") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") @@ -1,6 +1,27 @@ Changelog ========= +Changes in libuca 2.1.0 +----------------------- + +Released on June 10th 2015 + +This is a combined bug fix and feature release. Most notably there is a new +uca_camera_readout() API to grab arbitrary frames from cameras with in-camera +memory, e.g. the pco.dimax. + +- pco: fix deadlock with streamed acquisition +- pco: allocate memory also when just reading out +- pco: do not reset storage mode +- file: signal change of ROI and bitdepth and read complete filename path +- ufo: update trigger policy +- dexela: Correct the ROI dimensions respecting the binning mode +- dexela: only allow symmetricall binnings +- pylon and dexela: update to the new trigger API +- Add FindClserSis to find the frame grabber SDK +- sensor-width, sensor-height and sensor-bitdepth are not construct-only anymore + + Changes in libuca 2.0.0 ----------------------- |