summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-10-18Free error that will be set during downloadMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add pco property documentationMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-16Integrate initial unit facilityMatthias Vogelgesang
2012-10-16Add zoom functionalityMatthias Vogelgesang
2012-10-15Fix replay featureMatthias Vogelgesang
2012-10-12Fix button statesMatthias Vogelgesang
2012-10-12Reflect correct state of cameraMatthias Vogelgesang
2012-10-12Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang
For now, there is no other possible format.
2012-10-12Control memory size via command lineMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-11Update API callMatthias Vogelgesang
2012-10-11Use updated gtester.xml by Mihael KoepMatthias Vogelgesang
2012-10-11Implement adjustable histogramMatthias Vogelgesang
2012-10-11Don't set the maximum size of the preview imageMatthias Vogelgesang
2012-10-11Link explicitly against libmMatthias Vogelgesang
2012-10-10Disable unused variablesMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-10(De-) activate tool buttons according to stateMatthias Vogelgesang
2012-10-10Add histogram view skeletonMatthias Vogelgesang
2012-10-10Use scrolled window for camera choiceMatthias Vogelgesang
2012-10-10Remove unneccessary variableMatthias 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