| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-02 | Add uca_camera_readout API | Matthias Vogelgesang | |
| This call allows to readout arbitrary frames from internal camera buffers. | |||
| 2015-06-02 | Fix wrong stop_readout check | Matthias Vogelgesang | |
| 2015-05-19 | UcaCamera base class: Changed properties | Timo Dritschler | |
| 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 | |||
| 2015-04-14 | Merge pull request #65 from ufo-kit/frameskip | Matthias Vogelgesang | |
| Changed GUI to do hard frame skipping in preview mode | |||
| 2015-04-14 | Fix overridable trigger names | Matthias Vogelgesang | |
| 2015-04-13 | Changed GUI to do hard frame skipping if frames are accumulated faster than ↵ | Timo Dritschler | |
| the GUI can display them | |||
| 2015-03-31 | Remove old GtkDoc-based docs | Matthias Vogelgesang | |
| 2015-03-31 | Switch to trigger source/type semantics | Matthias Vogelgesang | |
| 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). | |||
| 2015-03-26 | Use pkg-config to determine GI support | Matthias Vogelgesang | |
| 2015-01-23 | Fixed a crash when passing a 'NULL' parameter to get_camerah | Timo Dritschler | |
| 2014-12-17 | Add error type for write method | Matthias Vogelgesang | |
| 2014-12-16 | Add uca_camera_write to write arbitrary data | Matthias Vogelgesang | |
| This is necessary for cameras that provide a custom calibration. | |||
| 2014-12-10 | Added new get_camerah (Get Camera Hash) interface to Pugin Manager | Timo Dritschler | |
| Added unit-test to test/test-mock for the new get_camerah interface | |||
| 2014-12-05 | Export plugin dir in the pkg-config description | Matthias Vogelgesang | |
| 2014-12-01 | Fix grab if Python is not used | Matthias Vogelgesang | |
| 2014-11-13 | Fix #61 causing a race condition | Matthias Vogelgesang | |
| The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information. | |||
| 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 | |
