diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-26 17:12:13 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-26 17:12:13 +0200 |
commit | 53cb646dee0c170f8517e92c7693cc04b636c3ff (patch) | |
tree | 4097456816d2ef0dfce33e24cd05ffd14485ab12 /NEWS | |
parent | f68bda1ebebcf589fdab832abfecf997b7f223a6 (diff) | |
download | libuca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.gz libuca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.bz2 libuca-53cb646dee0c170f8517e92c7693cc04b636c3ff.tar.xz libuca-53cb646dee0c170f8517e92c7693cc04b636c3ff.zip |
Update documentation and release 1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 ============================= |