Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pco: read/write number of ADCs | Matthias Vogelgesang | 2012-04-27 | 1 | -2/+29 |
| | |||||
* | pco: Add sensor temperature | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+16 |
| | |||||
* | Read/write delay and exposure time | Matthias Vogelgesang | 2012-04-27 | 1 | -0/+131 |
| | | | | This is transparently handling time base conversion | ||||
* | Add trigger mode and trigger method | Matthias Vogelgesang | 2012-04-24 | 1 | -0/+56 |
| | |||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -26/+10 |
| | | | | | | | 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. | ||||
* | Fix out-of-bounds errors | Matthias Vogelgesang | 2012-04-18 | 1 | -1/+1 |
| | | | | | It's a bit strange that I only get warnings at release builds but not at debug builds. | ||||
* | Fix potential overflow error | 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 |
| | |||||
* | Fix some problems that occur with the 4000 | Matthias Vogelgesang | 2012-03-30 | 1 | -19/+66 |
| | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -17/+92 |
| | |||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -5/+34 |
| | |||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -2/+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 | 1 | -9/+21 |
| | |||||
* | pco: Binnings array | Matthias Vogelgesang | 2012-03-03 | 1 | -3/+84 |
| | |||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -1/+3 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -12/+8 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -12/+141 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+138 |