Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: Symbol name exported by plugin is causing a recursive call in Windows | Sai Sasidhar Maddali | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -3/+3 |
| | | | | | | | | | | | | 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 | ||||
* | 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 | 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 | 1 | -2/+2 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
* | 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 |
| | |||||
* | mock: link m explicitly | Matthias Vogelgesang | 2014-08-23 | 1 | -3/+1 |
| | | | | Seems not to be the case on current Ubuntus. | ||||
* | 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 | 2 | -15/+16 |
| | | | | | | | | 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 | ||||
* | fix plugin revisions | Mihael Koep | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Add plugin summaries for pco and mock | Matthias Vogelgesang | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Remove binaries | Matthias Vogelgesang | 2013-07-26 | 1 | -0/+0 |
| | | | | ... and I have an eye on you, Miq ;-) | ||||
* | 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 |
| | |||||
* | Release version 1.2 | Matthias Vogelgesang | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 1 | -0/+0 |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | ||||
| * | Build package flags inside package-plugin.sh.in | Mihael Koep | 2013-03-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in | ||||
| * | Trying to improve dexela plugin packaging. | Mihael Koep | 2013-03-05 | 1 | -0/+0 |
| | | |||||
* | | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -10/+8 |
| | | |||||
* | | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | 2013-03-15 | 1 | -0/+3 |
| | | | | | | | | This will use the information provided by each plugin. | ||||
* | | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 2 | -19/+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 |
| | |||||
* | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 1 | -1/+1 |
| | | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway. | ||||
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 3 | -0/+492 |
... 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. |