Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Python support code to release GIL on grab | Matthias Vogelgesang | 2014-10-24 | 3 | -1/+41 | |
| | | | | | A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing. | |||||
* | Fix printing non-existent error | Matthias Vogelgesang | 2014-10-21 | 1 | -3/+6 | |
| | | | | | This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing. | |||||
* | pco: add global shutter support | Matthias Vogelgesang | 2014-09-30 | 1 | -0/+3 | |
| | ||||||
* | Fix race condition on buffered acquisition | Matthias Vogelgesang | 2014-09-15 | 1 | -6/+7 | |
| | ||||||
* | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | 2014-09-10 | 2 | -25/+3 | |
| | ||||||
* | Fix #41: add write accessibility API | Matthias Vogelgesang | 2014-08-13 | 2 | -0/+64 | |
| | ||||||
* | Refactor out get_param_spec_by_name | Matthias Vogelgesang | 2014-08-13 | 1 | -19/+25 | |
| | ||||||
* | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | 2014-08-13 | 2 | -3/+7 | |
| | ||||||
* | Remove virtual record_ functions never used | Matthias Vogelgesang | 2014-08-13 | 1 | -3/+0 | |
| | ||||||
* | Reset all property units and warn on override | Matthias Vogelgesang | 2014-08-07 | 1 | -0/+11 | |
| | ||||||
* | Prevent overwriting unit definition | Matthias Vogelgesang | 2014-08-07 | 1 | -1/+4 | |
| | ||||||
* | Added proper handling for 'frames-per-second' property to uca-camera base class | Timo Dritschler | 2014-07-29 | 1 | -3/+18 | |
| | ||||||
* | Use g_list_free_full instead of list_free_full | Matthias Vogelgesang | 2014-04-07 | 1 | -9/+2 | |
| | ||||||
* | Fix some minor memory leaks | Matthias Vogelgesang | 2014-04-07 | 1 | -2/+10 | |
| | ||||||
* | Fix documentation warnings | Matthias Vogelgesang | 2014-03-05 | 1 | -0/+2 | |
| | ||||||
* | Fix annotations | Matthias Vogelgesang | 2014-03-05 | 2 | -7/+31 | |
| | ||||||
* | Silence g-ir-scanner tool | Matthias Vogelgesang | 2014-03-05 | 1 | -0/+1 | |
| | ||||||
* | Add compatibility layer for new thread API | Matthias Vogelgesang | 2014-02-18 | 2 | -0/+9 | |
| | ||||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 4 | -35/+188 | |
| | | | | | | | 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. | |||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 2 | -48/+55 | |
| | ||||||
* | Add configured install path to plugin search path | Matthias Vogelgesang | 2014-02-12 | 2 | -4/+3 | |
| | ||||||
* | Add new API call uca_camera_is_recording | Matthias Vogelgesang | 2013-12-12 | 2 | -0/+17 | |
| | ||||||
* | Fix annotations and docstrings | Matthias Vogelgesang | 2013-12-12 | 2 | -3/+23 | |
| | ||||||
* | Guard property list with NULL | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+2 | |
| | ||||||
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 3 | -1/+297 | |
| | ||||||
* | Fix installation path of header files | Matthias Vogelgesang | 2013-10-30 | 1 | -1/+1 | |
| | ||||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 3 | -29/+18 | |
| | | | | | | 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. | |||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -27/+20 | |
| | ||||||
* | Initialize result variable | Matthias Vogelgesang | 2013-10-22 | 1 | -1/+1 | |
| | | | | Thanks clang! | |||||
* | Fix typelib version | Matthias Vogelgesang | 2013-07-24 | 1 | -1/+1 | |
| | ||||||
* | Fix ABI versioning | Matthias Vogelgesang | 2013-07-24 | 1 | -2/+2 | |
| | ||||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 | |
| | ||||||
* | Set default values for ROI multipliers | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 | |
| | ||||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 1 | -23/+3 | |
| | ||||||
* | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | 2013-05-02 | 2 | -0/+30 | |
| | | | | | To all camera authors: you should override these values and provide the correct pixel sizes. | |||||
* | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | 2013-04-15 | 1 | -0/+25 | |
| | | | | This fixes one of the problems in #208. | |||||
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 2 | -3/+3 | |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | |||||
| * | Improve libuca package compatibility with RPM systems. | Mihael Koep | 2013-03-21 | 2 | -3/+3 | |
| | | ||||||
| * | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-19 | 1 | -2/+1 | |
| | | | | | | | | It was not a cool move to change it to the current directory ... | |||||
* | | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -1/+7 | |
| | | ||||||
* | | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 2 | -20/+19 | |
| | | ||||||
* | | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-18 | 1 | -2/+1 | |
| | | | | | | | | It was not a cool move to change it to the current directory ... | |||||
* | | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | 2013-03-15 | 1 | -1/+3 | |
|\| | | | | | | | | | Conflicts: .gitignore | |||||
| * | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-25 | 1 | -2/+17 | |
| |\ | ||||||
| * | | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | 2012-10-25 | 3 | -464/+2 | |
| | | | ||||||
| * | | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-19 | 17 | -3853/+895 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c | |||||
| * \ \ | Merge remote branch 'origin/1.0' into dexela | Mihael Koep | 2012-10-19 | 5 | -1/+17 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt | |||||
| * | | | | fix SCHNEIDE-382: use correct micros to seconds factor. | Mihael Koep | 2012-10-09 | 1 | -4/+2 | |
| | | | | | ||||||
| * | | | | Add test mode attribute. | Mihael Koep | 2012-10-09 | 1 | -0/+20 | |
| | | | | |