summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-01benchmark: print message if camera not foundMatthias Vogelgesang
2014-11-14Pick release notes of version 1.6.2Matthias Vogelgesang
2014-11-13Fix #61 causing a race conditionMatthias Vogelgesang
The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information.
2014-10-29Pick release notes of version 1.6.1Matthias Vogelgesang
2014-10-24Merge pull request #60 from ufo-kit/release-gilMatthias Vogelgesang
Release GIL
2014-10-24Add Python support code to release GIL on grabMatthias Vogelgesang
A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing.
2014-10-21Fix printing non-existent errorMatthias Vogelgesang
This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing.
2014-10-07Merge pull request #59 from miq/plugin-pylon-improvementsMatthias Vogelgesang
Plugin pylon improvements
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-19Post-release version bump to 1.7.0-devMatthias Vogelgesang
2014-09-19Release version 1.6Matthias Vogelgesang
2014-09-17Merge pull request #57 from miq/plugin-dexela-roiMatthias Vogelgesang
Dexela plugin updates
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-15Fix race condition on buffered acquisitionMatthias Vogelgesang
2014-09-15Add test for buffered recordingMatthias Vogelgesang
2014-09-10Finish removal of "sensor-max-frame-rate"Matthias Vogelgesang
2014-09-10Fix #53: in docs replace INTERAL by SOFTWAREMatthias 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-08-13Fixed a crash in camera gui when loading of a camera plugin failsTimo Dritschler
2014-08-13Merge pull request #42 from ufo-kit/fix-41-access-specificationsMatthias Vogelgesang
Fix #41 access specifications
2014-08-13Fix #41: add write accessibility APIMatthias Vogelgesang
2014-08-13Simplify test setupMatthias Vogelgesang
2014-08-13Refactor out get_param_spec_by_nameMatthias Vogelgesang
2014-08-13Fix re-setting a unit on the same camera classMatthias Vogelgesang
2014-08-13Remove virtual record_ functions never usedMatthias Vogelgesang
2014-08-07Reset all property units and warn on overrideMatthias Vogelgesang
2014-08-07Prevent overwriting unit definitionMatthias Vogelgesang
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2014-07-29Merge pull request #40 from ufo-kit/MockFramerateMatthias Vogelgesang
Remove mock framerate property
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-29Added proper handling for 'frames-per-second' property to uca-camera base classTimo Dritschler
2014-07-29Merge pull request #39 from miq/plugin-dexela-updatesMatthias Vogelgesang
Updates to the dexela plugin
2014-07-29Updates to the dexela pluginMihael Koep
2014-07-22Post-release version bump to 1.6.0-devMatthias Vogelgesang
2014-07-22Release version 1.5Matthias Vogelgesang