summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
committerMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
commit2033c6fa7a849ff551bab73e6fe6a985655ddbf0 (patch)
tree9b5f248587387dc632294c23b8861258c4de5250 /NEWS
parent7b45ba3f7a80161cb0ec4ea30375b64abffb9079 (diff)
parent53cb646dee0c170f8517e92c7693cc04b636c3ff (diff)
downloaduca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.gz
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.bz2
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.xz
uca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.zip
Merge remote branch 'origin/1.1' into dexela
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7a91e80..700ee4d 100644
--- a/NEWS
+++ b/NEWS
@@ -22,10 +22,21 @@ Minor changes
-------------
- It is now possible to generate GObject introspection meta data to bind libuca
- to all languages that support GObject introspection.
-- Added uca_camera_stop_readout() to cleanup after using
+ to all languages that support GObject introspection. A first experiment of
+ UcaDevice using this was successful and the camera showed up in Jive.
+
+- Added virtual function uca_camera_stop_readout() to cleanup after using
uca_camera_start_readout().
+- There is now a mechanism to register and query physical units of camera
+ properties. Camera plugins must call uca_camera_register_unit() for each
+ property that they want to have a physical unit (e.g. UCA_UNIT_SECOND)
+ attached to. Client programs can get this information with
+ uca_camera_get_unit().
+
+- The control GUI learned some new tricks: live histogram, zooming and recording
+ into an internal ring buffer.
+
Changes in libuca 1.0 aka 0.6
=============================