Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mock: provide setter/getter for test-enum | Matthias Vogelgesang | 2018-01-24 | 1 | -0/+6 |
| | |||||
* | mock: add a custom enum type for test purposes | Matthias Vogelgesang | 2018-01-24 | 1 | -2/+20 |
| | |||||
* | Fix #81: send SIGUSR1 to externally trigger mock | Matthias Vogelgesang | 2017-10-13 | 1 | -3/+22 |
| | |||||
* | mock: use g_thread_new for GLib >= 2.32 | Matthias Vogelgesang | 2016-12-19 | 1 | -1/+5 |
| | |||||
* | mock: emulate correct software trigger behaviour | Matthias Vogelgesang | 2016-12-19 | 1 | -2/+20 |
| | |||||
* | Add new property to mock-camera for testing the temperature conversion in ↵ | MariaMatveeva | 2016-11-18 | 1 | -0/+19 |
| | | | | Concert | ||||
* | Fix unused variable warnings | Matthias Vogelgesang | 2016-07-19 | 1 | -1/+0 |
| | |||||
* | mock: replace create-random with fill-data policy | Matthias Vogelgesang | 2016-07-19 | 1 | -51/+35 |
| | | | | | 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. | ||||
* | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | mock: remove binnings | Matthias Vogelgesang | 2016-02-16 | 1 | -6/+0 |
| | |||||
* | Fix #69: revert back to fixed mock camera settings | Matthias Vogelgesang | 2015-11-18 | 1 | -23/+10 |
| | | | | | | | | 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. | ||||
* | Added uca_mock_camera_readout | Timo Dritschler | 2015-06-16 | 1 | -6/+67 |
| | | | | Using the readout interface will prefix the frame counter in the image with a 'B' followed by its own specific counter for readout-calls | ||||
* | UcaCamera base class: Changed properties | Timo Dritschler | 2015-05-19 | 1 | -44/+112 |
| | | | | | | | | | 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 | ||||
* | Added check for 'writable during acquisition' to all set_property calls | Timo Dritschler | 2015-03-09 | 1 | -7/+12 |
| | |||||
* | mock: Fake delay caused by exposure | Matthias Vogelgesang | 2014-12-18 | 1 | -0/+6 |
| | |||||
* | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | 2014-09-10 | 1 | -18/+1 |
| | |||||
* | Fixed a bug in mock plugin | Timo Dritschler | 2014-07-29 | 1 | -1/+1 |
| | | | | Fixed test-mock still using obsolete 'frame-rate' property | ||||
* | Removed 'framerate' property from mock camera | Timo Dritschler | 2014-07-29 | 1 | -22/+20 |
| | | | | Added proper handling of exposure time to mock camera | ||||
* | Fix memory corruption if using ROIs | Mihael Koep | 2014-02-27 | 1 | -14/+15 |
| | | | | | | | | 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 | ||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -30/+19 |
| | |||||
* | Changed the mock Camera to produce a more predictable test pattern. | Timo Dritschler | 2014-02-13 | 1 | -10/+43 |
| | | | | 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 | ||||
* | Produce some random image | Matthias Vogelgesang | 2013-07-18 | 1 | -6/+25 |
| | |||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -24/+0 |
| | |||||
* | mock: Do not override trigger mode handling | Matthias Vogelgesang | 2013-04-19 | 1 | -9/+0 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -10/+8 |
| | |||||
* | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -17/+48 |
| | |||||
* | Implement reading and writing of trigger mode | Matthias Vogelgesang | 2013-02-18 | 1 | -0/+6 |
| | |||||
* | Add "trigger mode" to mock camera | Matthias Vogelgesang | 2013-02-15 | 1 | -0/+8 |
| | |||||
* | Increase default "sensor" size of mock | Matthias Vogelgesang | 2013-02-06 | 1 | -4/+4 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 1 | -0/+2 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+3 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -4/+0 |
| | |||||
* | Set sane default exposure time | Matthias Vogelgesang | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 1 | -0/+409 |
... 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. |