summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2014-09-17Change trigger mode mapping to better match libuca rulesMihael Koep
2014-09-17Release dexela plugin 1.3.2Mihael Koep
2014-09-17Implement pixel size propertiesMihael Koep
2014-09-17Release dexela-plugin 1.3.1Mihael Koep
2014-09-17Define minimun exposure time and enforce itMihael Koep
2014-09-17Fix dexela software roi for multi-byte imagesMihael Koep
2014-09-17Add software roi feature to dexela pluginMihael Koep
2014-09-17pco: add ::version propertyMatthias Vogelgesang
It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
2014-09-10Finish removal of "sensor-max-frame-rate"Matthias 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-07-29Updates to the dexela pluginMihael Koep
2014-07-22Use direct UDP communication for xkitMatthias Vogelgesang
2014-07-04Add TIFF file based cameraMatthias Vogelgesang
2014-04-09Remove unnecessary allocationMihael Koep
We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
2014-04-09Make pylon plugin compatible with current libucaMihael Koep
2014-04-09Update dexela plugin to libdexela 1.1.0Mihael Koep
2014-04-01Build xkit pluginMaria
2014-03-03pco: Add fast-scan propertyMatthias Vogelgesang
2014-03-03Remove debug outputMatthias Vogelgesang
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-20Fix setting frame rateMatthias Vogelgesang
2014-02-20ufo: Allow setting framerateMatthias Vogelgesang
2014-02-20Fix ufo compilationMatthias Vogelgesang
2014-02-20ufo: Set frame rate accordinglyMatthias Vogelgesang
2014-02-14Remove debug outputMatthias Vogelgesang
2014-02-14Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang
pco provides two ways to set the target exposure time and frame rate: one via set delay/set exposure time and the other via set framerate. Both are mutual exclusively and as it turns out only working on certain models. pco.4000 sets bogus values when using set framerate, hence we use the older code.
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
2014-01-30Use MSB of "control" for frequency determinationMatthias Vogelgesang
2014-01-29ufo: fix reading the frequency flagMatthias Vogelgesang
2013-12-12Fix #20: don't query props if pco is recordingMatthias Vogelgesang
2013-11-08Output the list of built pluginsMatthias Vogelgesang
2013-11-08Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang