summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-03-25PF: Implement stub triggerMatthias Vogelgesang
2013-03-21Merge branch 'dexela'Matthias Vogelgesang
Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
2013-03-21Update package scriptMihael Koep
Allows to set additional information in each plugin's CMakeLists.txt. Conflicts: plugins/package-plugin.sh.in
2013-03-20Set streaming bit _after_ pcilib_startMatthias Vogelgesang
God knows why this is this way ...
2013-03-20Implement trigger logic in base cameraMatthias Vogelgesang
2013-03-20UFO: Use streaming for auto triggerMatthias Vogelgesang
This has nothing to do with asynchronous operation mode.
2013-03-20UFO: Use internal triggering mechanismMatthias Vogelgesang
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-19Update package scriptMatthias Vogelgesang
Allows to set additional information in each plugin's CMakeLists.txt.
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-18Spawn a thread because pcilib_stream blocksMatthias Vogelgesang
2013-03-15Build package flags inside package-plugin.sh.inMatthias Vogelgesang
This will use the information provided by each plugin.
2013-03-15Merge branch 'dexela_simple_packaging'Matthias Vogelgesang
Conflicts: .gitignore
2013-03-14Cleanup of dexela plugin build file and package-plugin.sh.in to include ↵Mihael Koep
sensible metadata information.
2013-03-14Merge branch 'dexela_simple_packaging' into dexelaMihael Koep
Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
2013-03-14Make ufo plugin initableMatthias Vogelgesang
2013-03-14Add get_type entry functionMatthias Vogelgesang
2013-03-14Make pco plugin initableMatthias Vogelgesang
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2013-03-07Improve dexela plugin packaging.Mihael Koep
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
2013-01-18Fix setting time stampMatthias Vogelgesang
2012-12-03Set correct camera link tap value for pco.dimaxMatthias Vogelgesang
The wrong value caused strange artefacts under long exposure and saturation environments.
2012-12-03Reduce timeout to fix block problemsMatthias Vogelgesang
2012-10-30Fix incomplete committ...Mihael Koep
2012-10-25Merge remote branch 'origin/master' into dexelaMihael Koep
2012-10-25Start migrating to libuca 1.1 and glib plugins.Mihael Koep
2012-10-23Output location of pcilib errorsMatthias Vogelgesang
2012-10-19Fix compile errorMatthias Vogelgesang
2012-10-19Always return correct number of recorded framesMatthias Vogelgesang
2012-10-19Store trigger modeMatthias Vogelgesang
2012-10-19Don't soft trigger on external signalMatthias Vogelgesang
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias 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
2012-10-10Set timestamp as enum not flagMatthias Vogelgesang
2012-10-10Use correct pixel rate property nameMatthias Vogelgesang
2012-10-10More elegant error reporting when libpco failsMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Set sane default exposure timeMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang
Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
2012-10-09Fix #149: Make timestamp mode an enumMatthias Vogelgesang
2012-10-09Load correct framegrabber pluginMatthias Vogelgesang