summaryrefslogtreecommitdiffstats
path: root/bin/tools
Commit message (Collapse)AuthorAgeFilesLines
* Print errors on stderrMatthias Vogelgesang2018-06-263-6/+6
|
* Fix a few minor leaksMatthias Vogelgesang2018-06-262-1/+7
|
* info: sort property namesMatthias Vogelgesang2018-06-061-6/+19
|
* Raise minimum GLib version to 2.38Matthias Vogelgesang2018-02-081-6/+4
|
* Abort construction if props cannot be parsedMatthias Vogelgesang2018-01-241-2/+6
|
* grab: measure time per frame grabMatthias Vogelgesang2017-10-161-7/+17
|
* grab: drop --write-tiff and guess from file suffixMatthias Vogelgesang2017-10-111-7/+1
|
* grab: allow TIFF support with mesonMatthias Vogelgesang2017-10-111-4/+19
|
* grab: allow filename to be a format specifierMatthias Vogelgesang2017-10-111-8/+52
|
* grab: do not write at all if --output is not givenMatthias Vogelgesang2017-10-111-15/+11
|
* grab: show progress during acquisitionMatthias Vogelgesang2017-10-113-17/+21
|
* grab: drop support for --durationMatthias Vogelgesang2017-10-111-7/+4
|
* grab: do not set auto trigger source automaticallyMatthias Vogelgesang2017-10-101-2/+0
|
* grab: do not call parse_props as it's done alreadyMatthias Vogelgesang2017-10-101-7/+0
|
* common: do not pass properties to constructorMatthias Vogelgesang2017-10-101-33/+3
| | | | This is fragile for a lot of properties ...
* common: exit early on errorMatthias Vogelgesang2017-07-211-1/+4
|
* Support meson build systemMatthias Vogelgesang2017-06-081-0/+23
|
* Use prop string array to initialize parametersMatthias Vogelgesang2017-04-052-5/+2
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-041-1/+1
|
* grab: set trigger source explicitlyMatthias Vogelgesang2016-06-221-2/+3
|
* info: size name column according to longest nameMatthias Vogelgesang2016-06-031-1/+10
|
* info: do not list property if name not givenMatthias Vogelgesang2016-06-031-2/+2
|
* Add uca-info tool to print current prop valuesMatthias Vogelgesang2016-06-032-2/+123
|
* Restructure building command line toolsMatthias Vogelgesang2016-06-031-14/+6
|
* benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang2016-05-041-2/+4
|
* Fix assignment when no property is givenMatthias Vogelgesang2016-04-261-1/+1
|
* cli: pass -p/--property assignment to constructorMatthias Vogelgesang2016-04-014-7/+59
|
* Fix reference to wrong function nameMatthias Vogelgesang2016-04-011-1/+1
|
* ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali2016-03-151-7/+55
| | | | | | 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
* grab: fix resource cleanup orderMatthias Vogelgesang2016-02-151-2/+2
|
* Use prop parsing in grab and benchmarkMatthias Vogelgesang2015-10-212-15/+12
|
* Improve benchmark outputMatthias Vogelgesang2015-10-201-19/+27
|
* benchmark: count the number of dropped framesMatthias Vogelgesang2015-10-021-5/+17
|
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
|
* Fix async benchmarksMatthias Vogelgesang2015-04-241-1/+1
|
* Call async where async is expectedMatthias Vogelgesang2015-04-231-2/+2
|
* Explicitly disable async modeMatthias Vogelgesang2015-04-221-0/+2
|
* Benchmark more mode combinationsMatthias Vogelgesang2015-04-221-40/+82
|
* Make benchmark output parse friendlyMatthias Vogelgesang2014-12-011-13/+12
|
* benchmark: print message if camera not foundMatthias Vogelgesang2014-12-011-5/+2
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-303-0/+7
|
* Fix one more leakMatthias Vogelgesang2014-04-071-0/+1
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-071-0/+2
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-0/+1
| | | | | | | 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.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-4/+3
|
* Make ring buffer publicMatthias Vogelgesang2013-12-102-14/+14
|
* Package binary programs in a 'tools' package.Mihael Koep2013-11-061-1/+2
| | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-2/+2
| | | | | | 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.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-17/+16
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|