summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement single frame grabbingMatthias Vogelgesang2012-03-065-23/+152
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-063-11/+55
|
* Build mock camera by default and fix warningMatthias Vogelgesang2012-03-052-1/+3
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-054-17/+79
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-053-5/+97
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-052-8/+41
|
* Fix error handlingMatthias Vogelgesang2012-03-051-4/+10
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Remove cruftMatthias Vogelgesang2012-03-0520-3205/+20
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-25/+20
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-044-5/+20
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-044-14/+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-042-10/+23
|
* pco: Binnings arrayMatthias Vogelgesang2012-03-031-3/+84
|
* Add start/stop signalMatthias Vogelgesang2012-03-035-9/+35
|
* Test property signalsMatthias Vogelgesang2012-03-023-11/+32
|
* Make available binnings mandatoryMatthias Vogelgesang2012-03-022-2/+100
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-026-57/+137
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-016-85/+221
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-017-0/+569
|
* Sane(r) so versionMatthias Vogelgesang2012-02-291-1/+1
|
* Fix dummy cameraMatthias Vogelgesang2012-02-291-2/+2
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-292-39/+38
|
* Disable pco_set_time_base()Matthias Vogelgesang2012-02-281-3/+5
|
* Generate RPM and DEB packagesMatthias Vogelgesang2012-02-221-1/+1
|
* Complete libuca documentationMatthias Vogelgesang2012-02-082-21/+119
|
* Fix type declarationsMatthias Vogelgesang2012-02-071-3/+3
|
* Typedef typesMatthias Vogelgesang2012-02-037-81/+81
|
* MergeMatthias Vogelgesang2012-02-031-4/+9
|\
| * Fix up callbackMatthias Vogelgesang2012-02-031-4/+9
| |
* | Document recent changesMatthias Vogelgesang2012-02-031-3/+11
| |
* | Fix compilation warnings and errorsMatthias Vogelgesang2012-02-032-2/+3
|/
* Preliminary support of streaming for the UFO cameraMatthias Vogelgesang2012-02-031-3/+37
|
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-033-3/+30
| | | | | If they return a UCA_BUFFER_KEEP they have to call uca_cam_release_buffer() in the future. If returning UCA_BUFFER_RELEASE, this is done by the caller.
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-021-4/+21
|
* Generate source tarballsMatthias Vogelgesang2012-01-311-0/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-3115-0/+250
|
* Add: sonameMatthias Vogelgesang2011-12-151-0/+4
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-154-6/+10
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-143-9/+27
|
* Fix: pco.dimax record & readout modeMatthias Vogelgesang2011-10-242-9/+29
| | | | | I won't go into detail how retarded a decision from pco is and how much time it cost...
* Add: readout stateMatthias Vogelgesang2011-10-213-2/+7
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-204-2/+55
|
* Expose pco triggersMatthias Vogelgesang2011-10-202-6/+12
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-191-3/+17
|
* Merge pending changesMatthias Vogelgesang2011-10-191-0/+11
|\
| * Add: set exposure time for IPE cameraMatthias Vogelgesang2011-09-271-0/+11
| |
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-193-47/+60
|/