summaryrefslogtreecommitdiff
path: root/plugins/mock
AgeCommit message (Collapse)Author
2018-01-24mock: provide setter/getter for test-enumMatthias Vogelgesang
2018-01-24mock: add a custom enum type for test purposesMatthias Vogelgesang
2017-10-13Fix #81: send SIGUSR1 to externally trigger mockMatthias Vogelgesang
2017-10-11meson: do not require libtiffMatthias Vogelgesang
2017-06-08Support meson build systemMatthias Vogelgesang
2017-04-04Use GNUInstallDirs to set install pathsMatthias Vogelgesang
2016-12-19mock: use g_thread_new for GLib >= 2.32Matthias Vogelgesang
2016-12-19mock: emulate correct software trigger behaviourMatthias Vogelgesang
2016-12-16Install plugin .dll files in plugin directoryMarius Elvert
2016-11-18Add new property to mock-camera for testing the temperature conversion in ↵MariaMatveeva
Concert
2016-07-19Fix unused variable warningsMatthias Vogelgesang
2016-07-19mock: replace create-random with fill-data policyMatthias 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-15FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali
2016-03-15ADD: Runtime installation target for WindowsSai Sasidhar Maddali
2016-02-16mock: remove binningsMatthias Vogelgesang
2015-11-18Fix #69: revert back to fixed mock camera settingsMatthias 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-08-06Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep
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
2015-06-16Added uca_mock_camera_readoutTimo 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-19UcaCamera base class: Changed propertiesTimo 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-05-18Camera plugins now require libuca >= 2.0 so update their versions tooMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
2015-03-09Added check for 'writable during acquisition' to all set_property callsTimo Dritschler
2014-12-18mock: Fake delay caused by exposureMatthias Vogelgesang
2014-09-10Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang
2014-08-23mock: link m explicitlyMatthias Vogelgesang
Seems not to be the case on current Ubuntus.
2014-07-29Fixed a bug in mock pluginTimo Dritschler
Fixed test-mock still using obsolete 'frame-rate' property
2014-07-29Removed 'framerate' property from mock cameraTimo Dritschler
Added proper handling of exposure time to mock camera
2014-02-27Fix memory corruption if using ROIsMihael 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-14Use read-write ring bufferMatthias Vogelgesang
2014-02-13Changed 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-11-06fix plugin revisionsMihael Koep
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
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.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-10-22Add plugin summaries for pco and mockMatthias Vogelgesang
2013-07-26Remove binariesMatthias Vogelgesang
... and I have an eye on you, Miq ;-)
2013-07-18Produce some random imageMatthias Vogelgesang
2013-07-17Provide binning default and let cameras use thatMatthias Vogelgesang
2013-04-19mock: Do not override trigger mode handlingMatthias Vogelgesang
2013-04-16Release version 1.2Matthias Vogelgesang
2013-03-21Merge branch 'dexela'Matthias Vogelgesang
Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-19Build package flags inside package-plugin.sh.inMihael Koep
This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
2013-03-15Build package flags inside package-plugin.sh.inMatthias Vogelgesang
This will use the information provided by each plugin.
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2013-03-05Trying to improve dexela plugin packaging.Mihael Koep
2013-02-18Implement reading and writing of trigger modeMatthias Vogelgesang
2013-02-15Add "trigger mode" to mock cameraMatthias Vogelgesang
2013-02-06Increase default "sensor" size of mockMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang