summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-064-14/+63
|
* Build mock camera by default and fix warningMatthias Vogelgesang2012-03-052-1/+3
|
* Add test facility that uniformly tests all camerasMatthias Vogelgesang2012-03-052-0/+201
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-056-29/+92
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-054-8/+129
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-052-8/+41
|
* Fix error handlingMatthias Vogelgesang2012-03-052-4/+11
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Remove cruftMatthias Vogelgesang2012-03-0522-3219/+51
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-053-39/+68
| | | | | | | 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 mock testMatthias Vogelgesang2012-03-051-0/+98
|
* 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-036-15/+41
|
* 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-028-59/+146
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-018-113/+255
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-0110-1/+604
|
* Sane(r) so versionMatthias Vogelgesang2012-02-292-5/+3
|
* Fix dummy cameraMatthias Vogelgesang2012-02-291-2/+2
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-295-42/+45
|
* Disable pco_set_time_base()Matthias Vogelgesang2012-02-281-3/+5
|
* Generate RPM and DEB packagesMatthias Vogelgesang2012-02-222-1/+14
|
* Complete libuca documentationMatthias Vogelgesang2012-02-082-21/+119
|
* Fix type declarationsMatthias Vogelgesang2012-02-071-3/+3
|
* Typedef typesMatthias Vogelgesang2012-02-0313-101/+102
|
* MergeMatthias Vogelgesang2012-02-032-5/+10
|\
| * Fix up callbackMatthias Vogelgesang2012-02-032-9/+15
| |
* | Document recent changesMatthias Vogelgesang2012-02-032-6/+15
| |
* | Fix compilation warnings and errorsMatthias Vogelgesang2012-02-032-2/+3
|/
* Preliminary support of streaming for the UFO cameraMatthias Vogelgesang2012-02-032-5/+40
|
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-035-4/+42
| | | | | 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-022-4/+24
|
* Generate source tarballsMatthias Vogelgesang2012-01-311-0/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-3122-1/+841
|
* Add: sonameMatthias Vogelgesang2011-12-152-0/+14
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-155-6/+11
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-145-11/+41
|
* 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-215-5/+12
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-205-3/+56
|
* Expose pco triggersMatthias Vogelgesang2011-10-202-6/+12
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-193-5/+21
|
* Merge pending changesMatthias Vogelgesang2011-10-192-1/+24
|\
| * Add: set exposure time for IPE cameraMatthias Vogelgesang2011-09-271-0/+11
| |