Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix segfaults with changing ROI or bitdepth | Matthias Vogelgesang | 2016-01-29 | 1 | -18/+38 |
| | |||||
* | Fix GUI zoom problems | MariaMatveeva | 2016-01-11 | 1 | -104/+265 |
| | |||||
* | Fix statistics, zoom | MariaMatveeva | 2016-01-11 | 1 | -13/+17 |
| | |||||
* | Refactor position display | Matthias Vogelgesang | 2015-07-20 | 1 | -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 condition | Matthias Vogelgesang | 2015-07-20 | 1 | -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. | ||||
* | Changed GUI to do hard frame skipping if frames are accumulated faster than ↵ | Timo Dritschler | 2015-04-13 | 1 | -8/+56 |
| | | | | the GUI can display them | ||||
* | Fix UI loading logic one more time ... | Matthias Vogelgesang | 2014-12-04 | 1 | -4/+4 |
| | |||||
* | Reset error variable | Matthias Vogelgesang | 2014-12-04 | 1 | -0/+1 |
| | |||||
* | If glade file cannot be load, try locally | Matthias Vogelgesang | 2014-12-04 | 1 | -1/+6 |
| | |||||
* | Fixed a crash in camera gui when loading of a camera plugin fails | Timo Dritschler | 2014-08-13 | 1 | -1/+6 |
| | |||||
* | Fixed zoom | Maria | 2014-04-16 | 1 | -3/+10 |
| | |||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 1 | -0/+2 |
| | | | | | | | 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 buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -47/+46 |
| | |||||
* | Fix ROI-rectangle | Maria | 2014-01-08 | 1 | -0/+11 |
| | |||||
* | Draw ROI-rectangle | Maria | 2014-01-08 | 1 | -0/+48 |
| | |||||
* | Replace zoom combo box with toolbar buttons | Matthias Vogelgesang | 2013-12-13 | 1 | -26/+35 |
| | |||||
* | Fix another leak and simplify code | Matthias Vogelgesang | 2013-12-13 | 1 | -126/+129 |
| | |||||
* | Fix memory leak | Matthias Vogelgesang | 2013-12-13 | 1 | -0/+3 |
| | |||||
* | Fix statistics of ROI | Maria | 2013-12-12 | 1 | -4/+19 |
| | |||||
* | Add region of interest. | Maria | 2013-12-12 | 1 | -30/+200 |
| | |||||
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 1 | -29/+28 |
| | |||||
* | Add more statistics | Maria | 2013-11-06 | 1 | -20/+104 |
| | |||||
* | Fix uninitialized variables | Matthias Vogelgesang | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Do not trigger in live preview | Matthias Vogelgesang | 2013-10-31 | 1 | -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. | ||||
* | Remove floating point exception. | Maria | 2013-10-21 | 1 | -4/+5 |
| | |||||
* | Added jet. | Maria | 2013-10-21 | 1 | -119/+149 |
| | |||||
* | Do not query button for each pixel | Matthias Vogelgesang | 2013-09-23 | 1 | -33/+30 |
| | |||||
* | Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mm | Matthias Vogelgesang | 2013-09-20 | 1 | -13/+113 |
|\ | | | | | | | | | Conflicts: bin/gui/control.glade | ||||
| * | Fixed faster zoom. | Maria | 2013-09-19 | 1 | -1/+3 |
| | | |||||
| * | Added ROI. | Maria | 2013-09-19 | 1 | -30/+94 |
| | | |||||
| * | Added Logarithmus. | Maria | 2013-08-16 | 1 | -7/+41 |
| | | |||||
* | | Remove close button on download dialog | Matthias Vogelgesang | 2013-09-17 | 1 | -4/+1 |
|/ | |||||
* | Do not try to trigger in preview mode | Matthias Vogelgesang | 2013-08-16 | 1 | -1/+0 |
| | | | | This fixes #222 for pco.4000. | ||||
* | Fix SIGFPE | Matthias Vogelgesang | 2013-07-26 | 1 | -1/+2 |
| | |||||
* | Show frames in chronological order | Matthias Vogelgesang | 2013-07-26 | 1 | -0/+9 |
| | |||||
* | Do not restrict number of acuqisitions | Matthias Vogelgesang | 2013-07-26 | 1 | -0/+2 |
| | |||||
* | Fix preview when changing zoom | Matthias Vogelgesang | 2013-07-25 | 1 | -0/+3 |
| | |||||
* | Deactive some widgets during acquisition | Matthias Vogelgesang | 2013-07-23 | 1 | -6/+18 |
| | |||||
* | Update histogram when moving frame slider | Matthias Vogelgesang | 2013-07-22 | 1 | -3/+5 |
| | |||||
* | Print some statistics | Matthias Vogelgesang | 2013-07-18 | 1 | -1/+83 |
| | |||||
* | Fix histogram problems | Matthias Vogelgesang | 2013-07-18 | 1 | -9/+8 |
| | |||||
* | Shuffle widgets around | Matthias Vogelgesang | 2013-07-18 | 1 | -0/+1 |
| | |||||
* | Stop recording if acquisition was stopped | Matthias Vogelgesang | 2013-07-17 | 1 | -2/+5 |
| | |||||
* | Add -c/--camera flag to uca-camera-control | Matthias Vogelgesang | 2013-07-17 | 1 | -1/+8 |
| | |||||
* | Save acquired data as binary blob | Matthias Vogelgesang | 2013-07-16 | 1 | -0/+46 |
| | |||||
* | Add some acquisition control | Matthias Vogelgesang | 2013-07-16 | 1 | -19/+39 |
| | |||||
* | Add naive up-scaling | Matthias Vogelgesang | 2013-07-11 | 1 | -2/+59 |
| | |||||
* | Move binaries to bin and make ring buffer a lib | Matthias Vogelgesang | 2013-04-11 | 1 | -0/+662 |