| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-18 | Add compatibility layer for new thread API | Matthias Vogelgesang | |
| 2014-02-14 | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | |
| This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer. | |||
| 2014-02-14 | Use read-write ring buffer | Matthias Vogelgesang | |
| 2014-02-12 | Add configured install path to plugin search path | Matthias Vogelgesang | |
| 2013-12-12 | Add new API call uca_camera_is_recording | Matthias Vogelgesang | |
| 2013-12-12 | Fix annotations and docstrings | Matthias Vogelgesang | |
| 2013-12-12 | Guard property list with NULL | Matthias Vogelgesang | |
| 2013-12-10 | Make ring buffer public | Matthias Vogelgesang | |
| 2013-10-30 | Fix installation path of header files | Matthias Vogelgesang | |
| 2013-10-29 | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | |
| The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. | |||
| 2013-10-29 | Cleanup CMakeLists.txt | Matthias Vogelgesang | |
| 2013-10-22 | Initialize result variable | Matthias Vogelgesang | |
| Thanks clang! | |||
| 2013-07-24 | Fix typelib version | Matthias Vogelgesang | |
| 2013-07-24 | Fix ABI versioning | Matthias Vogelgesang | |
| 2013-07-17 | Provide binning default and let cameras use that | Matthias Vogelgesang | |
| 2013-07-17 | Set default values for ROI multipliers | Matthias Vogelgesang | |
| 2013-05-13 | Provide a macro for generating the enums | Matthias Vogelgesang | |
| 2013-05-02 | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | |
| To all camera authors: you should override these values and provide the correct pixel sizes. | |||
| 2013-04-15 | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | |
| This fixes one of the problems in #208. | |||
| 2013-04-10 | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | |
| 2013-03-21 | Merge branch 'dexela' | Matthias Vogelgesang | |
| Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | |||
| 2013-03-21 | Improve libuca package compatibility with RPM systems. | Mihael Koep | |
| 2013-03-20 | Implement trigger logic in base camera | Matthias Vogelgesang | |
| 2013-03-20 | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | |
| 2013-03-19 | Revert control glade path to install location | Matthias Vogelgesang | |
| It was not a cool move to change it to the current directory ... | |||
| 2013-03-18 | Revert control glade path to install location | Matthias Vogelgesang | |
| It was not a cool move to change it to the current directory ... | |||
| 2013-03-15 | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | |
| Conflicts: .gitignore | |||
| 2013-03-14 | Provide an vararg-free constructor for bindings | Matthias Vogelgesang | |
| 2013-03-13 | Use GInitable to pass properties to plugins | Matthias Vogelgesang | |
| 2012-12-19 | Require glib and gobject for building | Matthias Vogelgesang | |
| 2012-12-19 | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfig | Matthias Vogelgesang | |
| 2012-11-05 | Add error and enum types to gir and doc generation | Matthias Vogelgesang | |
| 2012-10-25 | Merge remote branch 'origin/master' into dexela | Mihael Koep | |
| 2012-10-25 | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | |
| 2012-10-22 | Lock access to camera implementations | Matthias Vogelgesang | |
| Thus, two threads will never invoke the camera implementations of grab() and stop(). | |||
| 2012-10-19 | Merge remote branch 'origin/master' into dexela | Mihael Koep | |
| Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c | |||
| 2012-10-19 | Merge remote branch 'origin/1.0' into dexela | Mihael Koep | |
| Conflicts: CMakeLists.txt | |||
| 2012-10-19 | Update uca_plugin_manager_get_camera annotation | Matthias Vogelgesang | |
| 2012-10-18 | Add "recorded-frames" property | Matthias Vogelgesang | |
| 2012-10-18 | Fix download of in-camera frames | Matthias Vogelgesang | |
| 2012-10-18 | Add download button and make dimax work | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-16 | Integrate initial unit facility | Matthias Vogelgesang | |
| 2012-10-11 | Implement adjustable histogram | Matthias Vogelgesang | |
| 2012-10-10 | Implement experimental histogram view | Matthias Vogelgesang | |
| 2012-10-09 | Fix #151: Rename trigger enum value | Matthias Vogelgesang | |
| 2012-10-09 | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | |
| Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. | |||
| 2012-10-09 | fix SCHNEIDE-382: use correct micros to seconds factor. | Mihael Koep | |
| 2012-10-09 | Add test mode attribute. | Mihael Koep | |
| 2012-10-08 | Generate introspection files | Matthias Vogelgesang | |
| Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera(). | |||
