summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use expanders instead of notebookMatthias Vogelgesang2013-07-231-407/+363
|
* Update histogram when moving frame sliderMatthias Vogelgesang2013-07-223-3/+15
|
* Remove obsolete codeMatthias Vogelgesang2013-07-221-6/+0
|
* Print some statisticsMatthias Vogelgesang2013-07-182-51/+271
|
* Don't accept invalid valuesMatthias Vogelgesang2013-07-181-12/+14
|
* Fix histogram problemsMatthias Vogelgesang2013-07-183-112/+112
|
* Shuffle widgets aroundMatthias Vogelgesang2013-07-182-88/+82
|
* Stop recording if acquisition was stoppedMatthias Vogelgesang2013-07-171-2/+5
|
* Add -c/--camera flag to uca-camera-controlMatthias Vogelgesang2013-07-171-1/+8
|
* Use "save as" typeMatthias Vogelgesang2013-07-161-1/+1
|
* Save acquired data as binary blobMatthias Vogelgesang2013-07-162-9/+47
|
* Put control to the right sideMatthias Vogelgesang2013-07-161-354/+367
|
* Move frame slider to acquisition panelMatthias Vogelgesang2013-07-161-144/+215
|
* Add some acquisition controlMatthias Vogelgesang2013-07-162-24/+237
|
* Add naive up-scalingMatthias Vogelgesang2013-07-112-2/+67
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|
* Build list of cameras only in one placeMatthias Vogelgesang2013-04-185-78/+117
|
* Add -n and -r options to uca-benchmarkMatthias Vogelgesang2013-04-181-30/+53
| | | | | The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
* Rename uca-control to uca-camera-controlMatthias Vogelgesang2013-04-161-3/+4
|
* Install all binaries with common uca- prefixMatthias Vogelgesang2013-04-112-11/+9
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-1118-0/+3683