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 |
| | |||||
* | meson: do not require libtiff | Matthias Vogelgesang | 2017-10-11 | 2 | -10/+12 |
| | |||||
* | Support meson build system | Matthias Vogelgesang | 2017-06-08 | 3 | -0/+22 |
| | |||||
* | Use GNUInstallDirs to set install paths | Matthias Vogelgesang | 2017-04-04 | 2 | -6/+4 |
| | |||||
* | 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 |
| | |||||
* | Install plugin .dll files in plugin directory | Marius Elvert | 2016-12-16 | 2 | -2/+4 |
| | |||||
* | 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. | ||||
* | file: fix reading of 32 bit TIFFs | Matthias Vogelgesang | 2016-05-11 | 1 | -3/+1 |
| | |||||
* | ADD: Camera Readout mode for benchmark tool | Sai Sasidhar Maddali | 2016-03-15 | 1 | -1/+1 |
| | | | | | | MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file | ||||
* | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | 2016-03-15 | 2 | -2/+3 |
| | |||||
* | ADD: Runtime installation target for Windows | Sai Sasidhar Maddali | 2016-03-15 | 1 | -0/+1 |
| | |||||
* | mock: remove binnings | Matthias Vogelgesang | 2016-02-16 | 1 | -6/+0 |
| | |||||
* | file: fix TIFF metadata read | Matthias Vogelgesang | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | file: strip whitespace and improve error handling | Matthias Vogelgesang | 2016-01-28 | 1 | -5/+9 |
| | |||||
* | 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. | ||||
* | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 14 | -1334/+8 |
| | | | | | | | | | | | | ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt | ||||
* | Fix #71: remove pco, pf and ufo plugins | Matthias Vogelgesang | 2015-06-26 | 10 | -3339/+1 |
| | |||||
* | 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 | ||||
* | pco: use Fg_stopAcquire in stop_readout | Matthias Vogelgesang | 2015-06-10 | 1 | -3/+1 |
| | |||||
* | pco: allocate memory also when just reading out | Matthias Vogelgesang | 2015-06-03 | 1 | -23/+35 |
| | |||||
* | pco: do not reset storage mode | Matthias Vogelgesang | 2015-06-03 | 1 | -1/+0 |
| | |||||
* | pco: implement uca_camera_readout() | Matthias Vogelgesang | 2015-06-02 | 1 | -0/+48 |
| | |||||
* | UcaCamera base class: Changed properties | Timo Dritschler | 2015-05-19 | 2 | -45/+113 |
| | | | | | | | | | 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 | ||||
* | Camera plugins now require libuca >= 2.0 so update their versions too | Mihael Koep | 2015-05-18 | 9 | -14/+21 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
* | Correct the ROI dimensions respecting the binning mode | Mihael Koep | 2015-05-18 | 3 | -8/+42 |
| | | | | | Conflicts: plugins/dexela/changelog.txt | ||||
* | Only allow symmetricall binnings | Mihael Koep | 2015-05-18 | 1 | -2/+2 |
| | | | | | | Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings. | ||||
* | Improve error handling on dexela camera initialisation | Mihael Koep | 2015-05-18 | 2 | -7/+25 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
* | Update pylon and dexela plugins to the new trigger API | Mihael Koep | 2015-05-18 | 2 | -26/+55 |
| | |||||
* | Fix wrong place of write check caused by 453701edd | Matthias Vogelgesang | 2015-05-13 | 1 | -5/+6 |
| | |||||
* | file: signal change of ROI and bitdepth | Matthias Vogelgesang | 2015-05-13 | 1 | -0/+4 |
| | |||||
* | file: read complete filename path | Matthias Vogelgesang | 2015-05-13 | 1 | -2/+1 |
| | |||||
* | ufo: update trigger policy | Matthias Vogelgesang | 2015-05-06 | 1 | -3/+3 |
| | |||||
* | ufo: fix async mode | Matthias Vogelgesang | 2015-04-24 | 1 | -2/+2 |
| | | | | pcilib_start must be called before the grab thread is started. | ||||
* | pco: update to Siso RT 5.2.2 | Matthias Vogelgesang | 2015-04-15 | 1 | -6/+6 |
| | |||||
* | ufo: set timeouts to 0 and infinite appropriately | Matthias Vogelgesang | 2015-04-10 | 1 | -5/+2 |
| | | | | | Infinite prevents premature interruption with external triggers, 0 will not wait more than necessary to remove stale frames. | ||||
* | ufo: use DEFAULT stop flag to interrupt grabbing | Matthias Vogelgesang | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | ufo: move pcilib_start/stop back | Matthias Vogelgesang | 2015-04-10 | 1 | -12/+15 |
| | |||||
* | ufo: read stale frames after recording | Matthias Vogelgesang | 2015-04-10 | 1 | -1/+8 |
| | | | | On a reasonably fast machine this might take up to 0.1 seconds. | ||||
* | ufo: trigger type must be 0 for AUTO mode | Matthias Vogelgesang | 2015-04-09 | 1 | -1/+2 |
| | |||||
* | ufo: set bit 14 if AUTO or EXTERNAL trigger source | Matthias Vogelgesang | 2015-04-09 | 1 | -1/+2 |
| | |||||
* | ufo: update trigger logic | Matthias Vogelgesang | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | ufo: implement trigger type | Matthias Vogelgesang | 2015-03-31 | 1 | -17/+8 |
| | |||||
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 2 | -19/+19 |
| | | | | | | | 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). | ||||
* | ufo: enable/disable external triggering | Matthias Vogelgesang | 2015-03-31 | 1 | -3/+12 |
| | |||||
* | Remove unused variable | Matthias Vogelgesang | 2015-03-30 | 1 | -2/+0 |
| |