summaryrefslogtreecommitdiffstats
path: root/plugins/mock
Commit message (Collapse)AuthorAgeFilesLines
* Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-061-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_readoutTimo Dritschler2015-06-161-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 propertiesTimo Dritschler2015-05-192-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 tooMihael Koep2015-05-181-2/+2
| | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
* Added check for 'writable during acquisition' to all set_property callsTimo Dritschler2015-03-091-7/+12
|
* mock: Fake delay caused by exposureMatthias Vogelgesang2014-12-181-0/+6
|
* Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang2014-09-101-18/+1
|
* mock: link m explicitlyMatthias Vogelgesang2014-08-231-3/+1
| | | | Seems not to be the case on current Ubuntus.
* Fixed a bug in mock pluginTimo Dritschler2014-07-291-1/+1
| | | | Fixed test-mock still using obsolete 'frame-rate' property
* Removed 'framerate' property from mock cameraTimo Dritschler2014-07-291-22/+20
| | | | Added proper handling of exposure time to mock camera
* Fix memory corruption if using ROIsMihael Koep2014-02-272-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 bufferMatthias Vogelgesang2014-02-141-30/+19
|
* Changed the mock Camera to produce a more predictable test pattern.Timo Dritschler2014-02-131-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 revisionsMihael Koep2013-11-061-1/+1
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-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.txtMatthias Vogelgesang2013-10-291-1/+1
|
* Add plugin summaries for pco and mockMatthias Vogelgesang2013-10-221-0/+1
|
* Remove binariesMatthias Vogelgesang2013-07-261-0/+0
| | | | ... and I have an eye on you, Miq ;-)
* Produce some random imageMatthias Vogelgesang2013-07-181-6/+25
|
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-171-24/+0
|
* mock: Do not override trigger mode handlingMatthias Vogelgesang2013-04-191-9/+0
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-211-0/+0
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Build package flags inside package-plugin.sh.inMihael Koep2013-03-191-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 Koep2013-03-051-0/+0
| |
* | uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-10/+8
| |
* | Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | | | | | This will use the information provided by each plugin.
* | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-132-19/+48
| |
* | Implement reading and writing of trigger modeMatthias Vogelgesang2013-02-181-0/+6
| |
* | Add "trigger mode" to mock cameraMatthias Vogelgesang2013-02-151-0/+8
| |
* | Increase default "sensor" size of mockMatthias Vogelgesang2013-02-061-4/+4
|/
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-0/+2
|
* Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-121-2/+3
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-101-4/+0
|
* Set sane default exposure timeMatthias Vogelgesang2012-10-091-0/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-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 camsMatthias Vogelgesang2012-09-283-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.