summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-pco-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Check errors and fix small issuesMatthias Vogelgesang2012-04-121-2/+4
|
* Allocate memory only when size has changedMatthias Vogelgesang2012-04-121-15/+20
|
* Implement readout-afte-record modeMatthias Vogelgesang2012-04-121-5/+47
|
* Fix hard to detect problemsMatthias Vogelgesang2012-04-101-5/+6
|
* Fix some problems that occur with the 4000Matthias Vogelgesang2012-03-301-19/+66
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-17/+92
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-061-5/+34
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-041-1/+1
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-041-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 mechanismMatthias Vogelgesang2012-03-041-0/+47
|
* Handle Framegrabber errors more gracefullyMatthias Vogelgesang2012-03-041-9/+21
|
* pco: Binnings arrayMatthias Vogelgesang2012-03-031-3/+84
|
* Add start/stop signalMatthias Vogelgesang2012-03-031-1/+3
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-12/+8
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-12/+141
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+138