Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #69: revert back to fixed mock camera settings | Matthias Vogelgesang | 2015-11-18 | 1 | -3/+3 |
* | Include stdlib.h for atoi etc. | Matthias Vogelgesang | 2015-10-22 | 1 | -0/+1 |
* | Add uca_camera_parse_arg_props | Matthias Vogelgesang | 2015-10-21 | 2 | -0/+107 |
* | Match plugin names correctly | Matthias Vogelgesang | 2015-08-13 | 1 | -2/+5 |
* | Don't free parameters if passes as transfer-none | Matthias Vogelgesang | 2015-08-13 | 1 | -21/+10 |
* | Fix ufo-kit/concert#373: same unit for ROI and mult | Matthias Vogelgesang | 2015-06-18 | 1 | -2/+2 |
* | pco: fix deadlock with streamed acquisition | Matthias Vogelgesang | 2015-06-10 | 1 | -4/+6 |
* | Add uca_camera_readout API | Matthias Vogelgesang | 2015-06-02 | 2 | -0/+79 |
* | Fix wrong stop_readout check | Matthias Vogelgesang | 2015-06-02 | 1 | -1/+1 |
* | UcaCamera base class: Changed properties | Timo Dritschler | 2015-05-19 | 2 | -6/+26 |
* | Merge pull request #65 from ufo-kit/frameskip | Matthias Vogelgesang | 2015-04-14 | 1 | -1/+1 |
|\ | |||||
| * | Changed GUI to do hard frame skipping if frames are accumulated faster than t... | Timo Dritschler | 2015-04-13 | 1 | -1/+1 |
* | | Fix overridable trigger names | Matthias Vogelgesang | 2015-04-14 | 1 | -2/+2 |
|/ | |||||
* | Remove old GtkDoc-based docs | Matthias Vogelgesang | 2015-03-31 | 4 | -114/+0 |
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 2 | -20/+50 |
* | Use pkg-config to determine GI support | Matthias Vogelgesang | 2015-03-26 | 1 | -3/+8 |
* | Fixed a crash when passing a 'NULL' parameter to get_camerah | Timo Dritschler | 2015-01-23 | 1 | -1/+4 |
* | Add error type for write method | Matthias Vogelgesang | 2014-12-17 | 2 | -0/+3 |
* | Add uca_camera_write to write arbitrary data | Matthias Vogelgesang | 2014-12-16 | 2 | -0/+39 |
* | Added new get_camerah (Get Camera Hash) interface to Pugin Manager | Timo Dritschler | 2014-12-10 | 2 | -0/+81 |
* | Export plugin dir in the pkg-config description | Matthias Vogelgesang | 2014-12-05 | 1 | -0/+1 |
* | Fix grab if Python is not used | Matthias Vogelgesang | 2014-12-01 | 1 | -0/+3 |
* | Fix #61 causing a race condition | Matthias Vogelgesang | 2014-11-13 | 1 | -2/+10 |
* | Add Python support code to release GIL on grab | Matthias Vogelgesang | 2014-10-24 | 3 | -1/+41 |
* | Fix printing non-existent error | Matthias Vogelgesang | 2014-10-21 | 1 | -3/+6 |
* | 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 |
* | 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 |