summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge patch from Volker KaiserMatthias Vogelgesang2012-03-211-0/+4
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-2/+2
|
* Build mock camera by default and fix warningMatthias Vogelgesang2012-03-051-0/+2
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-051-0/+4
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-2/+5
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-051-0/+1
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-041-2/+12
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-041-1/+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 signalMatthias Vogelgesang2012-03-031-0/+2
|
* Test property signalsMatthias Vogelgesang2012-03-021-0/+2
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-4/+20
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-6/+6
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+51