| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-24 | Add Python support code to release GIL on grab | Matthias Vogelgesang | |
| A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing. | |||
| 2014-10-21 | Fix printing non-existent error | Matthias Vogelgesang | |
| This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing. | |||
| 2014-09-30 | pco: add global shutter support | Matthias Vogelgesang | |
| 2014-09-15 | Fix race condition on buffered acquisition | Matthias Vogelgesang | |
| 2014-09-10 | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | |
| 2014-08-13 | Fix #41: add write accessibility API | Matthias Vogelgesang | |
| 2014-08-13 | Refactor out get_param_spec_by_name | Matthias Vogelgesang | |
| 2014-08-13 | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | |
| 2014-08-13 | Remove virtual record_ functions never used | Matthias Vogelgesang | |
| 2014-08-07 | Reset all property units and warn on override | Matthias Vogelgesang | |
| 2014-08-07 | Prevent overwriting unit definition | Matthias Vogelgesang | |
| 2014-07-29 | Added proper handling for 'frames-per-second' property to uca-camera base class | Timo Dritschler | |
| 2014-04-07 | Use g_list_free_full instead of list_free_full | Matthias Vogelgesang | |
| 2014-04-07 | Fix some minor memory leaks | Matthias Vogelgesang | |
| 2014-03-05 | Fix documentation warnings | Matthias Vogelgesang | |
| 2014-03-05 | Fix annotations | Matthias Vogelgesang | |
| 2014-03-05 | Silence g-ir-scanner tool | Matthias Vogelgesang | |
| 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 | |
