summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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-26Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang
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-06-10pco: use Fg_stopAcquire in stop_readoutMatthias Vogelgesang
2015-06-03pco: allocate memory also when just reading outMatthias Vogelgesang
2015-06-03pco: do not reset storage modeMatthias Vogelgesang
2015-06-02pco: implement uca_camera_readout()Matthias Vogelgesang
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-05-18Correct the ROI dimensions respecting the binning modeMihael Koep
Conflicts: plugins/dexela/changelog.txt
2015-05-18Only allow symmetricall binningsMihael Koep
Other modes are technically possible but unsupported by the vendor. Since we experienced problems using asymmetrical binnings the plugin enforces symmetrical binnings.
2015-05-18Improve error handling on dexela camera initialisationMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
2015-05-18Update pylon and dexela plugins to the new trigger APIMihael Koep
2015-05-13Fix wrong place of write check caused by 453701eddMatthias Vogelgesang
2015-05-13file: signal change of ROI and bitdepthMatthias Vogelgesang
2015-05-13file: read complete filename pathMatthias Vogelgesang
2015-05-06ufo: update trigger policyMatthias Vogelgesang
2015-04-24ufo: fix async modeMatthias Vogelgesang
pcilib_start must be called before the grab thread is started.
2015-04-15pco: update to Siso RT 5.2.2Matthias Vogelgesang
2015-04-10ufo: set timeouts to 0 and infinite appropriatelyMatthias Vogelgesang
Infinite prevents premature interruption with external triggers, 0 will not wait more than necessary to remove stale frames.
2015-04-10ufo: use DEFAULT stop flag to interrupt grabbingMatthias Vogelgesang
2015-04-10ufo: move pcilib_start/stop backMatthias Vogelgesang
2015-04-10ufo: read stale frames after recordingMatthias Vogelgesang
On a reasonably fast machine this might take up to 0.1 seconds.
2015-04-09ufo: trigger type must be 0 for AUTO modeMatthias Vogelgesang
2015-04-09ufo: set bit 14 if AUTO or EXTERNAL trigger sourceMatthias Vogelgesang
2015-04-09ufo: update trigger logicMatthias Vogelgesang
2015-03-31ufo: implement trigger typeMatthias Vogelgesang
2015-03-31Switch to trigger source/type semanticsMatthias Vogelgesang
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).
2015-03-31ufo: enable/disable external triggeringMatthias Vogelgesang
2015-03-30Remove unused variableMatthias Vogelgesang
2015-03-30Revert "ufo: fix readout timeouts ..."Matthias Vogelgesang
This reverts commit 378770200967f6e5b10152c9b094b835b4216c92.
2015-03-30ufo: start/stop pcilib only onceMatthias Vogelgesang
2015-03-27ufo: check trigger errorMatthias Vogelgesang
2015-03-27ufo: Unconditionally set the streaming bitMatthias Vogelgesang
That way we will reset the bit on first run if trigger mode is not AUTO.
2015-03-27ufo: fix readout timeouts ...Matthias Vogelgesang
2015-03-16pco: Fixed missing arguments in calls to uca_camera_set_writableTimo Dritschler
2015-03-16pco: use simple stop frame grabber APIMatthias Vogelgesang
Apparently, SiliconSoftware dropped support for the extended version ...
2015-03-11ufo: check error codes after read/write regsMatthias Vogelgesang
2015-03-09Added check for 'writable during acquisition' to all set_property callsTimo Dritschler
2014-12-18mock: Fake delay caused by exposureMatthias Vogelgesang
2014-12-05Remove disfunctional pluginMatthias Vogelgesang
2014-12-01xkit: allow to set the fast shift registerMatthias Vogelgesang
2014-12-01xkit: remove unused timerMatthias Vogelgesang
2014-10-07Add missing property specification for exposure-autoMihael Koep
2014-10-07Implement auto exposure property for pylon pluginMihael Koep
Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c
2014-10-07Improve robustness of roi setting for pylon pluginMihael Koep
2014-10-07Update pylon-plugin to libpyloncam 0.4Mihael Koep
2014-10-07Minor reformatting in pylon plugin build scriptMihael Koep
2014-09-30pco: add "global-shutter" propertyMatthias Vogelgesang
2014-09-30pco: add global shutter supportMatthias Vogelgesang