summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Provide an vararg-free constructor for bindingsMatthias Vogelgesang
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-12Update bitmap when ROI is changedMatthias Vogelgesang
2013-03-07Improve dexela plugin packaging.Mihael Koep
2013-02-21Merge remote branch 'origin/1.1' into dexelaMihael Koep
2013-02-21add some binaries to gitignore.Mihael Koep
2013-02-18Implement reading and writing of trigger modeMatthias Vogelgesang
2013-02-18Set plugin path to the built mock moduleMatthias Vogelgesang
2013-02-15Add "trigger mode" to mock cameraMatthias Vogelgesang
2013-02-06Lock n_frames for correct resultsMatthias Vogelgesang
2013-02-06Increase default "sensor" size of mockMatthias Vogelgesang
2013-01-24Replace ignore fileMatthias Vogelgesang
2013-01-18Fix setting time stampMatthias Vogelgesang
2012-12-19Require glib and gobject for buildingMatthias Vogelgesang
2012-12-19Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias 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-11-05Add error and enum types to gir and doc generationMatthias Vogelgesang
2012-11-05Output default value and possible value rangesMatthias Vogelgesang
2012-10-30Include CPack in the build process and set the package file name correctly.Mihael Koep
2012-10-30Fix rpm version substitution.Mihael Koep
2012-10-30Add configuring of the spec-file.Mihael Koep
2012-10-30Fix incomplete committ...Mihael Koep
2012-10-26Bump to development version 1.2Matthias Vogelgesang
2012-10-26Update documentation and release 1.1Matthias Vogelgesang
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-23Clamp displayed valuesMatthias Vogelgesang
2012-10-23Output location of pcilib errorsMatthias Vogelgesang
2012-10-23Print errors during acquisitionMatthias Vogelgesang
To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue.
2012-10-22Lock access to camera implementationsMatthias Vogelgesang
Thus, two threads will never invoke the camera implementations of grab() and stop().
2012-10-19Merge remote branch 'origin/master' into dexelaMihael Koep
Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c
2012-10-19Fix version stuff for rpm packaging.Mihael Koep
2012-10-19Merge remote branch 'origin/1.0' into dexelaMihael Koep
Conflicts: CMakeLists.txt
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-19Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Launch download dialog to ease waitingMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Set error NULL to avoid printing false messageMatthias Vogelgesang
2012-10-18Don't make memory argument optionalMatthias Vogelgesang
If `-m' is supplied, a number must follow.