summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-18Fix histogram problemsMatthias Vogelgesang
2013-07-18Produce some random imageMatthias Vogelgesang
2013-07-18Shuffle widgets aroundMatthias Vogelgesang
2013-07-17Do not write the found messageMatthias Vogelgesang
It is handled by CMake itself anyway.
2013-07-17Provide binning default and let cameras use thatMatthias Vogelgesang
2013-07-17Set default values for ROI multipliersMatthias Vogelgesang
2013-07-17Stop recording if acquisition was stoppedMatthias Vogelgesang
2013-07-17Add -c/--camera flag to uca-camera-controlMatthias Vogelgesang
2013-07-16Use "save as" typeMatthias Vogelgesang
2013-07-16Save acquired data as binary blobMatthias Vogelgesang
2013-07-16Put control to the right sideMatthias Vogelgesang
2013-07-16Move frame slider to acquisition panelMatthias Vogelgesang
2013-07-16Add some acquisition controlMatthias Vogelgesang
2013-07-16Clarify problems with gobject introspectionMatthias Vogelgesang
2013-07-16Update manual with better pre-install instructionsMatthias Vogelgesang
2013-07-11Add naive up-scalingMatthias Vogelgesang
2013-05-13Remove leftover text that slipped throughMatthias Vogelgesang
2013-05-13Provide a macro for generating the enumsMatthias Vogelgesang
2013-05-13Make writing TIFF files optionalMatthias Vogelgesang
2013-05-02Add sensor-pixel-width and sensor-pixel-heightMatthias Vogelgesang
To all camera authors: you should override these values and provide the correct pixel sizes.
2013-04-24Convert to correct frames per secondMatthias Vogelgesang
2013-04-19mock: Do not override trigger mode handlingMatthias Vogelgesang
2013-04-18Build list of cameras only in one placeMatthias Vogelgesang
2013-04-18Add -n and -r options to uca-benchmarkMatthias Vogelgesang
The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
2013-04-17Fix calculation once moreMatthias Vogelgesang
2013-04-17Fix exposure time calculationMatthias Vogelgesang
2013-04-16Bump version to 1.3.0Matthias Vogelgesang
2013-04-16Release version 1.2Matthias Vogelgesang
2013-04-16Rename uca-control to uca-camera-controlMatthias Vogelgesang
2013-04-15Delay property installation until run-timeMatthias Vogelgesang
2013-04-15Fix segmentation fault when accessing binning listMatthias Vogelgesang
This fixes one of the problems in #208.
2013-04-11Append NEWS file to the manualMatthias Vogelgesang
2013-04-11Update NEWSMatthias Vogelgesang
2013-04-11Install all binaries with common uca- prefixMatthias Vogelgesang
2013-04-11Move binaries to bin and make ring buffer a libMatthias Vogelgesang
2013-04-10Update documentationMatthias Vogelgesang
2013-04-10Only break out if duration is setMatthias Vogelgesang
2013-04-10Install grab as uca-grabMatthias Vogelgesang
2013-04-10Round bits per sample (e.g. 10 -> 16)Matthias Vogelgesang
2013-04-10Remove obsolete toolsMatthias Vogelgesang
2013-04-10Print status information from time to timeMatthias Vogelgesang
2013-04-10Add filename optionsMatthias Vogelgesang
2013-04-10Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang
2013-04-10Rename --time parameter --durationMatthias Vogelgesang
2013-04-10grab takes -n and -t parameters nowMatthias 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-21Improve libuca package compatibility with RPM systems.Mihael Koep
2013-03-21Update package scriptMihael Koep
Allows to set additional information in each plugin's CMakeLists.txt. Conflicts: plugins/package-plugin.sh.in