summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
2015-04-22Explicitly disable async modeMatthias Vogelgesang
2015-04-22Benchmark more mode combinationsMatthias Vogelgesang
2015-04-13Changed GUI to do hard frame skipping if frames are accumulated faster than ↵Timo Dritschler
the GUI can display them
2014-12-04Fix UI loading logic one more time ...Matthias Vogelgesang
2014-12-04Reset error variableMatthias Vogelgesang
2014-12-04If glade file cannot be load, try locallyMatthias Vogelgesang
2014-12-01Make benchmark output parse friendlyMatthias Vogelgesang
2014-12-01benchmark: print message if camera not foundMatthias Vogelgesang
2014-08-13Fixed a crash in camera gui when loading of a camera plugin failsTimo Dritschler
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2014-06-06Fixed segfault when editing string properties in GUITimo Dritschler
2014-04-16Fixed zoomMaria
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
2014-01-08Fix ROI-rectangleMaria
2014-01-08Draw ROI-rectangleMaria