Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make constants static | Matthias Vogelgesang | 2012-04-23 | 1 | -2/+2 | |
| | ||||||
* | Leave properties for later | Matthias Vogelgesang | 2012-04-20 | 1 | -30/+14 | |
| | ||||||
* | pf: Use correct frame grabber format | Matthias Vogelgesang | 2012-04-19 | 1 | -2/+2 | |
| | ||||||
* | Add Photon Focus | Matthias Vogelgesang | 2012-04-19 | 2 | -0/+446 | |
| | ||||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 3 | -73/+28 | |
| | | | | | | | 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. | |||||
* | Add not-implemented error for ufo readout | Matthias Vogelgesang | 2012-04-18 | 1 | -0/+2 | |
| | ||||||
* | 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 | 1 | -0/+9 | |
| | ||||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 3 | -3/+3 | |
| | ||||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 3 | -0/+368 | |
| | ||||||
* | 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 | 1 | -2/+4 | |
| | ||||||
* | 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 | 1 | -5/+47 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix mock camera | Matthias Vogelgesang | 2012-03-08 | 1 | -7/+33 | |
| | | | | All unit tests pass again | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 3 | -20/+96 | |
| | ||||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 2 | -11/+47 | |
| | ||||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+67 | |
| | ||||||
* | Remove cruft | Matthias Vogelgesang | 2012-03-05 | 10 | -1573/+0 | |
| | ||||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 2 | -2/+2 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 2 | -4/+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 | 2 | -3/+6 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+2 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 1 | -2/+60 | |
| | ||||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 4 | -37/+45 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 3 | -17/+156 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 4 | -0/+385 | |
| | ||||||
* | Fix dummy camera | Matthias Vogelgesang | 2012-02-29 | 1 | -2/+2 | |
| | ||||||
* | Use libpco 0.3 API | Matthias Vogelgesang | 2012-02-29 | 1 | -38/+37 | |
| | ||||||
* | Disable pco_set_time_base() | Matthias Vogelgesang | 2012-02-28 | 1 | -3/+5 | |
| | ||||||
* | Fix type declarations | Matthias Vogelgesang | 2012-02-07 | 1 | -3/+3 | |
| | ||||||
* | Typedef types | Matthias Vogelgesang | 2012-02-03 | 3 | -7/+7 | |
| | ||||||
* | Merge | Matthias Vogelgesang | 2012-02-03 | 1 | -4/+9 | |
|\ | ||||||
| * | Fix up callback | Matthias Vogelgesang | 2012-02-03 | 1 | -4/+9 | |
| | | ||||||
* | | Fix compilation warnings and errors | Matthias Vogelgesang | 2012-02-03 | 1 | -2/+2 | |
|/ | ||||||
* | Preliminary support of streaming for the UFO camera | Matthias Vogelgesang | 2012-02-03 | 1 | -3/+37 | |
| | ||||||
* | Add preliminary UFO camera support back again | Suren A. Chilingaryan | 2012-02-02 | 1 | -4/+21 | |
| | ||||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 10 | -0/+166 | |
| | ||||||
* | Fix: break with current pcilib | Matthias Vogelgesang | 2011-12-15 | 1 | -1/+5 | |
| | ||||||
* | Add: pco.4000 support | Matthias Vogelgesang | 2011-12-14 | 1 | -9/+25 | |
| | ||||||
* | Fix: pco.dimax record & readout mode | Matthias Vogelgesang | 2011-10-24 | 1 | -9/+28 | |
| | | | | | I won't go into detail how retarded a decision from pco is and how much time it cost... |