summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-10-25Read properties in one goMatthias Vogelgesang
2013-10-25pco: simplify buffer size handlingMatthias Vogelgesang
2013-10-25Fix #2: thorough error checking on all occasionsMatthias Vogelgesang
2013-10-23pco: fix #9, override is-recording propertyMatthias Vogelgesang
2013-10-22Add plugin summaries for pco and mockMatthias Vogelgesang
2013-10-21Fix setting storage modeMatthias Vogelgesang
2013-09-18Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang
2013-09-17Do not throw an error when stream is finishedMatthias Vogelgesang
2013-09-09Pixelman API expects number of elementsMatthias Vogelgesang
2013-09-09Set acquisition parametersMatthias Vogelgesang
2013-09-09Implement some common featuresMatthias Vogelgesang
Apparently this marks the first version in which we can see something from the dummy mode in the GUI.
2013-09-09Add X-KIT skeletonMatthias Vogelgesang
2013-08-16Expose storage mode and set it to FIFO bufferMatthias Vogelgesang
2013-08-16Set the storage mode for pco.4000Matthias Vogelgesang
2013-07-26Remove binariesMatthias Vogelgesang
... and I have an eye on you, Miq ;-)
2013-07-24ufo: Read all rowsMatthias Vogelgesang
2013-07-18Produce some random imageMatthias Vogelgesang
2013-07-17Provide binning default and let cameras use thatMatthias Vogelgesang
2013-05-13Provide a macro for generating the enumsMatthias Vogelgesang
2013-04-24Convert to correct frames per secondMatthias Vogelgesang
2013-04-19mock: Do not override trigger mode handlingMatthias Vogelgesang
2013-04-17Fix calculation once moreMatthias Vogelgesang
2013-04-17Fix exposure time calculationMatthias Vogelgesang
2013-04-16Release version 1.2Matthias Vogelgesang
2013-04-15Delay property installation until run-timeMatthias Vogelgesang
2013-04-10Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang
2013-03-26Fix clock skew when setting the frame rateMatthias Vogelgesang
This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be.
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