summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-09-27Add: set exposure time for IPE cameraMatthias Vogelgesang
2011-09-20Add: signal handler for SIGINTMatthias Vogelgesang
With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it.
2011-09-08Add: recording facilityMatthias Vogelgesang
2011-09-08Fix: configure error without C++ compilerMatthias Vogelgesang
2011-09-07Add: "control" application monitoring `grab`Matthias Vogelgesang
2011-09-05Return error codeMatthias Vogelgesang
2011-09-05Grab continouslyMatthias Vogelgesang
2011-08-10Make it look like 65535Matthias Vogelgesang
2011-08-10Add user-adjustable scale parameterMatthias Vogelgesang
2011-08-09Some adjustments for IPE cameraMatthias Vogelgesang
2011-08-09Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang