summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* gui: add Meson build supportMatthias Vogelgesang2017-07-032-0/+30
|
* gui: use glib-resources to bake in UIMatthias Vogelgesang2017-07-035-32/+65
|
* gui: rename source fileMatthias Vogelgesang2017-07-032-1/+1
|
* Support meson build systemMatthias Vogelgesang2017-06-082-0/+24
|
* control: fix load path of UI fileMatthias Vogelgesang2017-04-072-2/+2
|
* Use prop string array to initialize parametersMatthias Vogelgesang2017-04-052-5/+2
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-042-4/+4
|
* 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
|
* Faster zoom out, fix coordinatesMariaMatveeva2016-02-011-79/+104
|
* Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang2016-01-291-18/+38
|
* Allow setting max bin value of histogramMatthias Vogelgesang2016-01-292-0/+10
|
* Fix GUI zoom problemsMariaMatveeva2016-01-111-104/+265
|
* Fix statistics, zoomMariaMatveeva2016-01-111-13/+17
|
* 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
|
* Refactor position displayMatthias Vogelgesang2015-07-201-74/+48
| | | | | Use single function to determine position and value. Also we now avoid string allocation and use a static string for the printing.
* Fix #72: avoid race conditionMatthias Vogelgesang2015-07-201-34/+18
| | | | | | | 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.
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
|
* Changed uca-camera-control property handlingTimo Dritschler2015-05-191-2/+5
| | | | GUI now correctly understands that construction only properties can not be modified
* 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
|
* Changed GUI to do hard frame skipping if frames are accumulated faster than ↵Timo Dritschler2015-04-131-8/+56
| | | | the GUI can display them
* Fix UI loading logic one more time ...Matthias Vogelgesang2014-12-041-4/+4
|
* Reset error variableMatthias Vogelgesang2014-12-041-0/+1
|
* If glade file cannot be load, try locallyMatthias Vogelgesang2014-12-041-1/+6
|
* Make benchmark output parse friendlyMatthias Vogelgesang2014-12-011-13/+12
|
* benchmark: print message if camera not foundMatthias Vogelgesang2014-12-011-5/+2
|
* Fixed a crash in camera gui when loading of a camera plugin failsTimo Dritschler2014-08-131-1/+6
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-303-0/+7
|
* Fixed segfault when editing string properties in GUITimo Dritschler2014-06-061-1/+1
|
* Fixed zoomMaria2014-04-161-3/+10
|
* Fix one more leakMatthias Vogelgesang2014-04-071-0/+1
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-071-0/+2
|