Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | working on basler | Volker Kaiser | 2012-07-26 | 1 | -4/+3 | |
| | | ||||||
| * | basler camera works | Volker Kaiser | 2012-07-26 | 1 | -1/+2 | |
| | | ||||||
| * | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 3 | -1/+109 | |
| | | ||||||
* | | Fix operation on GLib 2.24 | Matthias Vogelgesang | 2012-08-07 | 1 | -2/+1 | |
| | | ||||||
* | | Check GLib version for GDateTime and GTimeZone | Matthias Vogelgesang | 2012-08-07 | 1 | -3/+8 | |
| | | | | | | | | | | ISS' Jenkins build server has GLib 2.24 which does not have these time related functions. | |||||
* | | Calculate timeout only when recording starts | Matthias Vogelgesang | 2012-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | Reading register values is not really fast, so we keep the last exposure time when starting the acquisition. | |||||
* | | Benchmark: add asynchronous test | Matthias Vogelgesang | 2012-08-07 | 1 | -37/+96 | |
| | | ||||||
* | | Benchmark: Implement message logging | Matthias Vogelgesang | 2012-08-07 | 1 | -7/+53 | |
| | | | | | | | | | | Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log. | |||||
* | | Update benchmark tool | Matthias Vogelgesang | 2012-08-07 | 2 | -61/+112 | |
|/ | | | | | | The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function. | |||||
* | Install glade file into prefix/share/libuca | Matthias Vogelgesang | 2012-07-18 | 4 | -15/+17 | |
| | ||||||
* | Remove scale widget | Matthias Vogelgesang | 2012-07-12 | 2 | -59/+5 | |
| | ||||||
* | Scale automatically and fix some warnings with UFO | Matthias Vogelgesang | 2012-07-11 | 2 | -27/+27 | |
| | ||||||
* | Remove unnecessary function | Matthias Vogelgesang | 2012-07-11 | 1 | -35/+7 | |
| | ||||||
* | Fix ui issues | Matthias Vogelgesang | 2012-07-09 | 2 | -2/+2 | |
| | ||||||
* | Backport combo box in property renderer | Matthias Vogelgesang | 2012-07-09 | 1 | -2/+97 | |
| | ||||||
* | Pass camera type from command line to grab | Matthias Vogelgesang | 2012-07-06 | 1 | -19/+28 | |
| | ||||||
* | Remove unused variable | Matthias Vogelgesang | 2012-07-06 | 1 | -3/+0 | |
| | ||||||
* | Remove unnecessary code | Matthias Vogelgesang | 2012-07-04 | 1 | -75/+0 | |
| | ||||||
* | Add property tree view | Matthias Vogelgesang | 2012-07-04 | 7 | -66/+740 | |
| | | | | | | | | | The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView. | |||||
* | Fix LU-16: Add cooling point props | Matthias Vogelgesang | 2012-07-03 | 1 | -0/+6 | |
| | | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point". | |||||
* | Use dogmatic Gtk+ way of styling treeview columns | Matthias Vogelgesang | 2012-07-02 | 2 | -9/+10 | |
| | ||||||
* | Fix LU-15: Broken ROI image | Matthias Vogelgesang | 2012-06-29 | 1 | -4/+9 | |
| | | | | | | | | This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs. | |||||
* | Re-implement asynchronous data acquisition | Matthias Vogelgesang | 2012-06-20 | 3 | -53/+78 | |
| | ||||||
* | Fix LU-4 | Matthias Vogelgesang | 2012-06-14 | 1 | -7/+17 | |
| | | | | The larger sensor area can now be used as a ROI. | |||||
* | Use roi-x0 and roi-y0 | Matthias Vogelgesang | 2012-06-12 | 1 | -4/+4 | |
| | ||||||
* | Allow only possible pixel rates when setting | Matthias Vogelgesang | 2012-06-01 | 1 | -3/+4 | |
| | ||||||
* | Set different grabbing parameters | Matthias Vogelgesang | 2012-05-29 | 1 | -10/+29 | |
| | ||||||
* | Fix exposure and delay time | Matthias Vogelgesang | 2012-05-29 | 1 | -1/+4 | |
| | ||||||
* | Print more meaningful error message | Matthias Vogelgesang | 2012-05-10 | 1 | -1/+1 | |
| | ||||||
* | Drop -gobject suffix | Matthias Vogelgesang | 2012-04-20 | 1 | -28/+16 | |
| | ||||||
* | Output error when stopping | Matthias Vogelgesang | 2012-04-20 | 1 | -4/+7 | |
| | ||||||
* | Leave properties for later | Matthias Vogelgesang | 2012-04-20 | 1 | -1/+1 | |
| | ||||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 1 | -2/+6 | |
| | ||||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 2 | -7/+9 | |
| | | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors. | |||||
* | Require Gtk+ 2.22 | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 | |
| | | | | | The control application will not be built on the Hudson server and thus not break the build. | |||||
* | More meaningful async test | Matthias Vogelgesang | 2012-04-17 | 1 | -4/+9 | |
| | | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected. | |||||
* | Fix property setting | Matthias Vogelgesang | 2012-04-17 | 1 | -2/+2 | |
| | ||||||
* | This test is unnecessary | Matthias Vogelgesang | 2012-04-16 | 2 | -23/+0 | |
| | ||||||
* | Implement property editing | Matthias Vogelgesang | 2012-04-16 | 2 | -62/+168 | |
| | ||||||
* | Port control application to libuca 0.6 | Matthias Vogelgesang | 2012-04-16 | 3 | -256/+218 | |
| | ||||||
* | Fix multiple recordings | Matthias Vogelgesang | 2012-04-13 | 1 | -4/+8 | |
| | ||||||
* | Start and stop recording in a loop | Matthias Vogelgesang | 2012-04-12 | 1 | -16/+23 | |
| | ||||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 2 | -0/+150 | |
| | ||||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 1 | -3/+3 | |
| | ||||||
* | Fix mock camera | Matthias Vogelgesang | 2012-03-08 | 1 | -1/+2 | |
| | | | | All unit tests pass again | |||||
* | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | 2012-03-08 | 1 | -3/+3 | |
| | ||||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 3 | -57/+57 | |
| | ||||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -3/+8 | |
| | ||||||
* | Add test facility that uniformly tests all cameras | Matthias Vogelgesang | 2012-03-05 | 2 | -0/+201 | |
| | ||||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 2 | -12/+13 | |
| |