| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-24 | mock: provide setter/getter for test-enum | Matthias Vogelgesang | |
| 2018-01-24 | mock: add a custom enum type for test purposes | Matthias Vogelgesang | |
| 2017-10-13 | Fix #81: send SIGUSR1 to externally trigger mock | Matthias Vogelgesang | |
| 2016-12-19 | mock: use g_thread_new for GLib >= 2.32 | Matthias Vogelgesang | |
| 2016-12-19 | mock: emulate correct software trigger behaviour | Matthias Vogelgesang | |
| 2016-11-18 | Add new property to mock-camera for testing the temperature conversion in ↵ | MariaMatveeva | |
| Concert | |||
| 2016-07-19 | Fix unused variable warnings | Matthias Vogelgesang | |
| 2016-07-19 | mock: replace create-random with fill-data policy | Matthias Vogelgesang | |
| This makes it a bit easier to profile different setups. Moreover, the sensor size is now much larger but by default is reduced to the old 512x512 window. | |||
| 2016-03-15 | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | |
| 2016-02-16 | mock: remove binnings | Matthias Vogelgesang | |
| 2015-11-18 | Fix #69: revert back to fixed mock camera settings | Matthias Vogelgesang | |
| 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. | |||
| 2015-06-16 | Added uca_mock_camera_readout | Timo Dritschler | |
| Using the readout interface will prefix the frame counter in the image with a 'B' followed by its own specific counter for readout-calls | |||
| 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-03-09 | Added check for 'writable during acquisition' to all set_property calls | Timo Dritschler | |
| 2014-12-18 | mock: Fake delay caused by exposure | Matthias Vogelgesang | |
| 2014-09-10 | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | |
| 2014-07-29 | Fixed a bug in mock plugin | Timo Dritschler | |
| Fixed test-mock still using obsolete 'frame-rate' property | |||
| 2014-07-29 | Removed 'framerate' property from mock camera | Timo Dritschler | |
| Added proper handling of exposure time to mock camera | |||
| 2014-02-27 | Fix memory corruption if using ROIs | Mihael Koep | |
| The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c | |||
| 2014-02-14 | Use read-write ring buffer | Matthias Vogelgesang | |
| 2014-02-13 | Changed the mock Camera to produce a more predictable test pattern. | Timo Dritschler | |
| Also added a compiler-flag (__CREATE_RANDOM_IMAGE_DATA__) that controls the generation of random picture data. Disabling this flag boosts mock-framerate by a factor of 10 since no more costly random-operations will be made | |||
| 2013-07-18 | Produce some random image | Matthias Vogelgesang | |
| 2013-07-17 | Provide binning default and let cameras use that | Matthias Vogelgesang | |
| 2013-04-19 | mock: Do not override trigger mode handling | Matthias Vogelgesang | |
| 2013-03-20 | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | |
| 2013-03-13 | Use GInitable to pass properties to plugins | Matthias Vogelgesang | |
| 2013-02-18 | Implement reading and writing of trigger mode | Matthias Vogelgesang | |
| 2013-02-15 | Add "trigger mode" to mock camera | Matthias Vogelgesang | |
| 2013-02-06 | Increase default "sensor" size of mock | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-12 | Add ring buffer recording for assessment | Matthias Vogelgesang | |
| 2012-10-10 | Implement experimental histogram view | Matthias Vogelgesang | |
| 2012-10-09 | Set sane default exposure time | Matthias Vogelgesang | |
| 2012-09-28 | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | |
| ... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly. | |||
