summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2018-08-17meson: do not require gtkMatthias Vogelgesang
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-26Remove unnecessary assignmentMatthias 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-07-03gui: add Meson build supportMatthias Vogelgesang
2017-07-03gui: use glib-resources to bake in UIMatthias Vogelgesang
2017-07-03gui: rename source fileMatthias Vogelgesang
2017-06-08Support meson build systemMatthias Vogelgesang
2017-04-07control: fix load path of UI fileMatthias 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
2016-02-01Faster zoom out, fix coordinatesMariaMatveeva
2016-01-29Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang
2016-01-29Allow setting max bin value of histogramMatthias Vogelgesang
2016-01-11Fix GUI zoom problemsMariaMatveeva
2016-01-11Fix statistics, zoomMariaMatveeva
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-07-20Refactor position displayMatthias Vogelgesang
Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing.
2015-07-20Fix #72: avoid race conditionMatthias Vogelgesang
The advance_buffers variable introduced in 954bcbc was not properly locked thus leading to race conditions in the UI update thread and the actual grab thread. With this change, we always grab into a single buffer that is updated whenever the GUI is ready. This avoids latencies but might cause noticeable tearing.
2015-06-12grab: allow setting the exposure timeMatthias Vogelgesang
2015-05-19Changed uca-camera-control property handlingTimo Dritschler
GUI now correctly understands that construction only properties can not be modified
2015-04-24Fix async benchmarksMatthias Vogelgesang
2015-04-23Call async where async is expectedMatthias Vogelgesang