Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 1 | -18/+12 |
| | |||||
* | Fix LU-26: make "name" a base property | Matthias Vogelgesang | 2012-07-12 | 1 | -0/+4 |
| | |||||
* | Let mock camera accept ROI change requests | Matthias Vogelgesang | 2012-07-06 | 1 | -15/+36 |
| | |||||
* | mock: add exposure time | Matthias Vogelgesang | 2012-07-04 | 1 | -1/+5 |
| | |||||
* | Implement ROI multipliers in mock camera | Matthias Vogelgesang | 2012-07-02 | 1 | -0/+8 |
| | |||||
* | Add trigger mode and trigger method | Matthias Vogelgesang | 2012-04-24 | 1 | -0/+4 |
| | |||||
* | Make constants static | Matthias Vogelgesang | 2012-04-23 | 1 | -2/+2 |
| | |||||
* | Export base properties and string array | Matthias Vogelgesang | 2012-04-19 | 1 | -26/+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. | ||||
* | 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. | ||||
* | Print the current frame as feed-back | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+92 |
| | |||||
* | Fix potential overflow error | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Add prelimary UFO camera support | Matthias Vogelgesang | 2012-04-17 | 1 | -0/+5 |
| | |||||
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -6/+13 |
| | |||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+67 |
| | |||||
* | 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 start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -2/+3 |
| | |||||
* | 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 | 1 | -21/+29 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -5/+7 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+125 |