Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix even more minor leaks | Matthias Vogelgesang | 2018-06-26 | 1 | -5/+6 |
| | |||||
* | meson: allow disabling introspection generation | Matthias Vogelgesang | 2018-06-26 | 1 | -11/+15 |
| | |||||
* | Use notify_by_pspec since we depend on GLib 2.38 | Matthias Vogelgesang | 2018-06-20 | 1 | -7/+3 |
| | |||||
* | Add UCA_CAMERA_ERROR_DEVICE | Matthias Vogelgesang | 2018-06-08 | 2 | -1/+4 |
| | | | | | For device-specific errors which are not covered by specific error codes. | ||||
* | Raise minimum GLib version to 2.38 | Matthias Vogelgesang | 2018-02-08 | 5 | -42/+47 |
| | |||||
* | cmake: add .0 to namespace version | Matthias Vogelgesang | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Parse enum properties properly | Matthias Vogelgesang | 2017-12-08 | 1 | -3/+58 |
| | |||||
* | Parse enum props as uints | Matthias Vogelgesang | 2017-10-10 | 1 | -0/+2 |
| | |||||
* | meson: use more general library() target | Matthias Vogelgesang | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | meson: actually install the library | Matthias Vogelgesang | 2017-09-20 | 1 | -1/+2 |
| | |||||
* | meson: fix gir/typelib generation | Matthias Vogelgesang | 2017-08-21 | 1 | -1/+6 |
| | |||||
* | Ignore deprecated declarations | Matthias Vogelgesang | 2017-07-18 | 1 | -0/+3 |
| | |||||
* | Revert "Install RUNTIME into libdir" | Matthias Vogelgesang | 2017-06-12 | 1 | -1/+1 |
| | | | | This reverts commit 2d34dce48e688da8fb2c8ce45fdbba82b262cc87. | ||||
* | Install RUNTIME into libdir | Matthias Vogelgesang | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Revert "Install runtime things only on Windows" | Matthias Vogelgesang | 2017-06-08 | 1 | -5/+0 |
| | | | | This reverts commit 5720d2d8a15d72257c1d073fae6e51e1222b650d. | ||||
* | Support meson build system | Matthias Vogelgesang | 2017-06-08 | 2 | -0/+62 |
| | |||||
* | Install runtime things only on Windows | Matthias Vogelgesang | 2017-05-18 | 1 | -0/+5 |
| | |||||
* | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | 2017-04-04 | 3 | -14/+14 |
| | |||||
* | Fix #80: trigger must not block on the access_lock | Matthias Vogelgesang | 2017-01-13 | 1 | -2/+0 |
| | | | | | This defeats the purpose of software triggers which in most cases have to happen in a thread different from the one grabbing actual frames. | ||||
* | Fix unused variable warnings | Matthias Vogelgesang | 2016-07-19 | 1 | -3/+0 |
| | |||||
* | Add TIMEOUT error code | Matthias Vogelgesang | 2016-07-13 | 2 | -1/+3 |
| | |||||
* | Add debug output of plugin module location | Matthias Vogelgesang | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | ADD: Runtime installation target for Windows | Sai Sasidhar Maddali | 2016-03-15 | 1 | -0/+1 |
| | |||||
* | Move sensor binnings array out to plugin | Matthias Vogelgesang | 2016-02-16 | 2 | -42/+0 |
| | |||||
* | Do not stop camera when closing the object | Matthias Vogelgesang | 2016-02-15 | 1 | -11/+0 |
| | | | | This is an undocumented and in some cases unwanted side effect. | ||||
* | Use platform check to find correct plugin | Matthias Vogelgesang | 2016-02-10 | 1 | -0/+4 |
| | |||||
* | Fix #69: revert back to fixed mock camera settings | Matthias Vogelgesang | 2015-11-18 | 1 | -3/+3 |
| | | | | | | | | The combination of CONSTRUCT_ONLY and READWRITE causes a) unnecessary warnings and b) confuses the TANGO server down below (see SCHNEIDE-661). Since adapting the mock camera size and bitdepth at run-time is not a high-priority feature, we reverted that change. In the future and if still required this should be solved through either compile-time defines or an environment variable. | ||||
* | Include stdlib.h for atoi etc. | Matthias Vogelgesang | 2015-10-22 | 1 | -0/+1 |
| | | | | | With certain glibc/gcc versions, the function declarations are not known and wrong parameter types are assumed causing wrong conversion results. | ||||
* | Add uca_camera_parse_arg_props | Matthias Vogelgesang | 2015-10-21 | 2 | -0/+107 |
| | | | | Sets properties from a list of `prop=value` strings. | ||||
* | 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 |
| | | | | This call allows to readout arbitrary frames from internal camera buffers. | ||||
* | 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 |
| | | | | | | | | | Changed sensor-width, sensor-height and sensor-bitdepth to construct only Added uca_camera_pspec_set_writable mock: allow characterization at construction time Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time Creation of random data is now controlled by a property and can be set while recording | ||||
* | Merge pull request #65 from ufo-kit/frameskip | Matthias Vogelgesang | 2015-04-14 | 1 | -1/+1 |
|\ | | | | | Changed GUI to do hard frame skipping in preview mode | ||||
| * | Changed GUI to do hard frame skipping if frames are accumulated faster than ↵ | Timo Dritschler | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | the GUI can display them | ||||
* | | 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 |
| | | | | | | | This change makes the naming more consistent but will break client and plugin code. The main idea is to specify a trigger source (AUTO being a virtual source) which denotes how causes a trigger and a trigger type which denotes when triggering happens (edge or level). | ||||
* | 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 |
| | | | | This is necessary for cameras that provide a custom calibration. | ||||
* | Added new get_camerah (Get Camera Hash) interface to Pugin Manager | Timo Dritschler | 2014-12-10 | 2 | -0/+81 |
| | | | | Added unit-test to test/test-mock for the new get_camerah interface | ||||
* | 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 |
| | | | | | The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information. |