summaryrefslogtreecommitdiff
path: root/bin/tools
AgeCommit message (Collapse)Author
2018-06-26Print errors on stderrMatthias Vogelgesang
2018-06-26Fix a few minor leaksMatthias Vogelgesang
2018-06-06info: sort property namesMatthias Vogelgesang
2018-02-08Raise minimum GLib version to 2.38Matthias Vogelgesang
2018-01-24Abort construction if props cannot be parsedMatthias Vogelgesang
2017-10-16grab: measure time per frame grabMatthias Vogelgesang
2017-10-11grab: drop --write-tiff and guess from file suffixMatthias Vogelgesang
2017-10-11grab: allow TIFF support with mesonMatthias Vogelgesang
2017-10-11grab: allow filename to be a format specifierMatthias Vogelgesang
2017-10-11grab: do not write at all if --output is not givenMatthias Vogelgesang
2017-10-11grab: show progress during acquisitionMatthias Vogelgesang
2017-10-11grab: drop support for --durationMatthias Vogelgesang
2017-10-10grab: do not set auto trigger source automaticallyMatthias Vogelgesang
2017-10-10grab: do not call parse_props as it's done alreadyMatthias Vogelgesang
2017-10-10common: do not pass properties to constructorMatthias Vogelgesang
This is fragile for a lot of properties ...
2017-07-21common: exit early on errorMatthias Vogelgesang
2017-06-08Support meson build systemMatthias Vogelgesang
2017-04-05Use prop string array to initialize parametersMatthias Vogelgesang
2017-04-04Use GNUInstallDirs to set install pathsMatthias Vogelgesang
2016-06-22grab: set trigger source explicitlyMatthias Vogelgesang
2016-06-03info: size name column according to longest nameMatthias Vogelgesang
2016-06-03info: do not list property if name not givenMatthias Vogelgesang
2016-06-03Add uca-info tool to print current prop valuesMatthias Vogelgesang
2016-06-03Restructure building command line toolsMatthias Vogelgesang
2016-05-04benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang
2016-04-26Fix assignment when no property is givenMatthias Vogelgesang
2016-04-01cli: pass -p/--property assignment to constructorMatthias Vogelgesang
2016-04-01Fix reference to wrong function nameMatthias Vogelgesang
2016-03-15ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali
MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file
2016-02-15grab: fix resource cleanup orderMatthias Vogelgesang
2015-10-21Use prop parsing in grab and benchmarkMatthias Vogelgesang
2015-10-20Improve benchmark outputMatthias Vogelgesang
2015-10-02benchmark: count the number of dropped framesMatthias Vogelgesang
2015-06-12grab: allow setting the exposure timeMatthias Vogelgesang
2015-04-24Fix async benchmarksMatthias Vogelgesang
2015-04-23Call async where async is expectedMatthias Vogelgesang
2015-04-22Explicitly disable async modeMatthias Vogelgesang
2015-04-22Benchmark more mode combinationsMatthias Vogelgesang
2014-12-01Make benchmark output parse friendlyMatthias Vogelgesang
2014-12-01benchmark: print message if camera not foundMatthias Vogelgesang
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2014-04-07Fix one more leakMatthias Vogelgesang
2014-04-07Fix some minor memory leaksMatthias Vogelgesang
2014-02-14Fix #28: Add buffered recording to base classMatthias Vogelgesang
This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-11-06Package binary programs in a 'tools' package.Mihael Koep
Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-05-13Make writing TIFF files optionalMatthias Vogelgesang