Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Leave properties for later | Matthias Vogelgesang | 2012-04-20 | 1 | -30/+14 | |
| | ||||||
* | Prevent building doc targets all the time | Matthias Vogelgesang | 2012-04-20 | 1 | -5/+5 | |
| | ||||||
* | pf: Use correct frame grabber format | Matthias Vogelgesang | 2012-04-19 | 1 | -2/+2 | |
| | ||||||
* | Declare uca_camera_props rather than define | Matthias Vogelgesang | 2012-04-19 | 1 | -1/+1 | |
| | ||||||
* | Add a bit of documentation | Matthias Vogelgesang | 2012-04-19 | 2 | -2/+28 | |
| | ||||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 4 | -6/+469 | |
| | ||||||
* | Merge branch 'rewrite-props' | Matthias Vogelgesang | 2012-04-19 | 5 | -123/+108 | |
|\ | ||||||
| * | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 5 | -123/+108 | |
| | | | | | | | | | | | | | | 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. | |||||
* | | fixed libdir | Volker Kaiser | 2012-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | CI_INSTALL_PREFIX added | Volker Kaiser | 2012-04-19 | 1 | -0/+4 | |
|/ | ||||||
* | Now really fix it ... | Matthias Vogelgesang | 2012-04-18 | 1 | -4/+1 | |
| | ||||||
* | Only reference docs for cameras that are built | Matthias Vogelgesang | 2012-04-18 | 3 | -11/+30 | |
| | ||||||
* | Generate documentation with gtk-doc | Matthias Vogelgesang | 2012-04-18 | 4 | -5/+112 | |
| | ||||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 3 | -1/+5 | |
| | ||||||
* | Fix out-of-bounds errors | Matthias Vogelgesang | 2012-04-18 | 3 | -3/+3 | |
| | | | | | It's a bit strange that I only get warnings at release builds but not at debug builds. | |||||
* | Print the current frame as feed-back | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+92 | |
| | ||||||
* | Implement asynchronous recording | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+30 | |
| | ||||||
* | Make exposure time writeable | Matthias Vogelgesang | 2012-04-17 | 2 | -1/+10 | |
| | ||||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 3 | -3/+3 | |
| | ||||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 6 | -5/+384 | |
| | ||||||
* | Fix wrong type prefix | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 | |
| | ||||||
* | Fix multiple recordings | Matthias Vogelgesang | 2012-04-13 | 1 | -4/+11 | |
| | ||||||
* | Check errors and fix small issues | Matthias Vogelgesang | 2012-04-12 | 2 | -3/+9 | |
| | ||||||
* | Allocate memory only when size has changed | Matthias Vogelgesang | 2012-04-12 | 1 | -15/+20 | |
| | ||||||
* | Implement readout-afte-record mode | Matthias Vogelgesang | 2012-04-12 | 3 | -7/+99 | |
| | ||||||
* | Fix hard to detect problems | Matthias Vogelgesang | 2012-04-10 | 1 | -5/+6 | |
| | ||||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 1 | -4/+4 | |
| | ||||||
* | Fix some problems that occur with the 4000 | Matthias Vogelgesang | 2012-03-30 | 1 | -19/+66 | |
| | ||||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 3 | -2/+6 | |
| | ||||||
* | Fix mock camera | Matthias Vogelgesang | 2012-03-08 | 1 | -7/+33 | |
| | | | | All unit tests pass again | |||||
* | 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 | 5 | -23/+152 | |
| | ||||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 3 | -11/+55 | |
| | ||||||
* | Build mock camera by default and fix warning | Matthias Vogelgesang | 2012-03-05 | 2 | -1/+3 | |
| | ||||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 4 | -17/+79 | |
| | ||||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 3 | -5/+97 | |
| | ||||||
* | Add asynchronous xfer property | Matthias Vogelgesang | 2012-03-05 | 2 | -8/+41 | |
| | ||||||
* | 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 | |
| | ||||||
* | Remove cruft | Matthias Vogelgesang | 2012-03-05 | 20 | -3205/+20 | |
| | ||||||
* | 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 | 4 | -5/+20 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 4 | -14/+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 cooling point mechanism | Matthias Vogelgesang | 2012-03-04 | 1 | -0/+47 | |
| | ||||||
* | Handle Framegrabber errors more gracefully | Matthias Vogelgesang | 2012-03-04 | 2 | -10/+23 | |
| | ||||||
* | pco: Binnings array | Matthias Vogelgesang | 2012-03-03 | 1 | -3/+84 | |
| | ||||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 5 | -9/+35 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 3 | -11/+32 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 2 | -2/+100 | |
| |