Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix LU-5 | Matthias Vogelgesang | 2012-06-12 | 1 | -2/+2 | |
| | ||||||
* | Use ROI with (0,0) as starting coordinate | Matthias Vogelgesang | 2012-05-29 | 1 | -6/+6 | |
| | ||||||
* | Add trigger mode and trigger method | Matthias Vogelgesang | 2012-04-24 | 1 | -1/+60 | |
| | ||||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 1 | -0/+12 | |
| | ||||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -50/+53 | |
| | | | | | | | 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. | |||||
* | Generate documentation with gtk-doc | Matthias Vogelgesang | 2012-04-18 | 1 | -3/+4 | |
| | ||||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 1 | -0/+1 | |
| | ||||||
* | Make exposure time writeable | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 | |
| | ||||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+11 | |
| | ||||||
* | Check errors and fix small issues | Matthias Vogelgesang | 2012-04-12 | 1 | -1/+5 | |
| | ||||||
* | Implement readout-afte-record mode | Matthias Vogelgesang | 2012-04-12 | 1 | -2/+50 | |
| | ||||||
* | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | 2012-03-08 | 1 | -2/+4 | |
| | ||||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -1/+54 | |
| | ||||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -0/+8 | |
| | ||||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+72 | |
| | ||||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -3/+25 | |
| | ||||||
* | Add asynchronous xfer property | Matthias Vogelgesang | 2012-03-05 | 1 | -8/+40 | |
| | ||||||
* | Fix error handling | Matthias Vogelgesang | 2012-03-05 | 1 | -4/+10 | |
| | | | | Obviously, unit tests pay off. | |||||
* | Change recording property only on success | Matthias Vogelgesang | 2012-03-05 | 1 | -4/+10 | |
| | ||||||
* | Locate place where to put tango server instantiation | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+21 | |
| | ||||||
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 1 | -25/+20 | |
| | | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself. | |||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+6 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -9/+0 | |
| | | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice. | |||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -2/+23 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -11/+28 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+40 | |
| | ||||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -16/+72 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -6/+6 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+115 | |