summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-142-0/+3
| | | | | | | 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-142-51/+49
|
* Fix ROI-rectangleMaria2014-01-081-0/+11
|
* Draw ROI-rectangleMaria2014-01-082-29/+93
|
* Replace zoom combo box with toolbar buttonsMatthias Vogelgesang2013-12-132-79/+110
|
* Fix another leak and simplify codeMatthias Vogelgesang2013-12-131-126/+129
|
* Fix memory leakMatthias Vogelgesang2013-12-131-0/+3
|
* Fix statistics of ROIMaria2013-12-121-4/+19
|
* Add region of interest.Maria2013-12-122-66/+343
|
* Make ring buffer publicMatthias Vogelgesang2013-12-107-158/+42
|
* Package binary programs in a 'tools' package.Mihael Koep2013-11-062-3/+6
| | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
* Add more statisticsMaria2013-11-062-40/+166
|
* Fix uninitialized variablesMatthias Vogelgesang2013-11-052-3/+3
|
* Do not trigger in live previewMatthias Vogelgesang2013-10-311-1/+0
| | | | | | This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode.
* Fix Glade pathMatthias Vogelgesang2013-10-291-1/+1
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-293-5/+8
| | | | | | 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-293-29/+25
|
* Remove floating point exception.Maria2013-10-211-4/+5
|
* Added jet.Maria2013-10-212-183/+280
|
* Do not query button for each pixelMatthias Vogelgesang2013-09-231-33/+30
|
* Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mmMatthias Vogelgesang2013-09-202-34/+174
|\ | | | | | | | | Conflicts: bin/gui/control.glade
| * Fixed faster zoom.Maria2013-09-191-1/+3
| |
| * Added ROI.Maria2013-09-192-33/+109
| |
| * Added Logarithmus.Maria2013-08-162-243/+444
| |
* | Remove close button on download dialogMatthias Vogelgesang2013-09-172-193/+314
|/
* Do not try to trigger in preview modeMatthias Vogelgesang2013-08-161-1/+0
| | | | This fixes #222 for pco.4000.
* Fix SIGFPEMatthias Vogelgesang2013-07-261-1/+2
|
* Show frames in chronological orderMatthias Vogelgesang2013-07-261-0/+9
|
* Do not restrict number of acuqisitionsMatthias Vogelgesang2013-07-262-3/+4
|
* Fix preview when changing zoomMatthias Vogelgesang2013-07-251-0/+3
|
* Deactive some widgets during acquisitionMatthias Vogelgesang2013-07-232-28/+26
|