summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-06pco: Implement mandatory propertiesMatthias Vogelgesang
2012-03-05Build mock camera by default and fix warningMatthias Vogelgesang
2012-03-05Add test facility that uniformly tests all camerasMatthias Vogelgesang
2012-03-05Add factory method to create new camerasMatthias Vogelgesang
2012-03-05Complete async xfer infrastructureMatthias Vogelgesang
2012-03-05Add asynchronous xfer propertyMatthias Vogelgesang
2012-03-05Fix error handlingMatthias Vogelgesang
Obviously, unit tests pay off.
2012-03-05Change recording property only on successMatthias Vogelgesang
2012-03-05Remove cruftMatthias Vogelgesang
2012-03-05Locate place where to put tango server instantiationMatthias Vogelgesang
2012-03-05Use property notification instead of signalMatthias Vogelgesang
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.
2012-03-05Add mock testMatthias Vogelgesang
2012-03-04Add callback func and change data to gpointerMatthias Vogelgesang
2012-03-04Remove "property-changed" signalMatthias Vogelgesang
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.
2012-03-04Add cooling point mechanismMatthias Vogelgesang
2012-03-04Handle Framegrabber errors more gracefullyMatthias Vogelgesang
2012-03-03pco: Binnings arrayMatthias Vogelgesang
2012-03-03Add start/stop signalMatthias Vogelgesang
2012-03-02Test property signalsMatthias Vogelgesang
2012-03-02Make available binnings mandatoryMatthias Vogelgesang
2012-03-02Make UcaCamera a base class not an interfaceMatthias Vogelgesang
2012-03-01First draft at clean pco object constructionMatthias Vogelgesang
2012-03-01Initial prototype of GObject-based libucaMatthias Vogelgesang
2012-02-29Sane(r) so versionMatthias Vogelgesang
2012-02-29Fix dummy cameraMatthias Vogelgesang
2012-02-29Use libpco 0.3 APIMatthias Vogelgesang
2012-02-28Disable pco_set_time_base()Matthias Vogelgesang
2012-02-22Generate RPM and DEB packagesMatthias Vogelgesang
2012-02-08Complete libuca documentationMatthias Vogelgesang
2012-02-07Fix type declarationsMatthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-03MergeMatthias Vogelgesang
2012-02-03Fix up callbackMatthias Vogelgesang
2012-02-03Document recent changesMatthias Vogelgesang
2012-02-03Fix compilation warnings and errorsMatthias Vogelgesang
2012-02-03Preliminary support of streaming for the UFO cameraMatthias Vogelgesang
2012-02-03Callback function have to notify caller about bufferMatthias Vogelgesang
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.
2012-02-02Add preliminary UFO camera support back againSuren A. Chilingaryan
2012-01-31Generate source tarballsMatthias Vogelgesang
2012-01-31Put libuca under LGPLMatthias Vogelgesang
2011-12-15Add: sonameMatthias Vogelgesang
2011-12-15Fix: break with current pcilibMatthias Vogelgesang
2011-12-14Add: pco.4000 supportMatthias Vogelgesang
2011-10-24Fix: pco.dimax record & readout modeMatthias Vogelgesang
I won't go into detail how retarded a decision from pco is and how much time it cost...
2011-10-21Add: readout stateMatthias Vogelgesang
2011-10-20Add: auto transfer property and readout functionMatthias Vogelgesang
2011-10-20Expose pco triggersMatthias Vogelgesang
2011-10-19Fix: timestamp modeMatthias Vogelgesang
2011-10-19Merge pending changesMatthias Vogelgesang
2011-10-19Adapt libuca for pco.dimaxMatthias Vogelgesang