summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-04-17Require Gtk+ 2.22Matthias Vogelgesang
The control application will not be built on the Hudson server and thus not break the build.
2012-04-17More meaningful async testMatthias Vogelgesang
Before we just checked that the callback was called. Now we check that it is called as often as expected.
2012-04-17Fix property settingMatthias Vogelgesang
2012-04-16This test is unnecessaryMatthias Vogelgesang
2012-04-16Implement property editingMatthias Vogelgesang
2012-04-16Port control application to libuca 0.6Matthias Vogelgesang
2012-04-13Fix multiple recordingsMatthias Vogelgesang
2012-04-12Start and stop recording in a loopMatthias Vogelgesang
2012-04-02Add test to measure lib overheadMatthias Vogelgesang
2012-03-21Merge patch from Volker KaiserMatthias Vogelgesang
2012-03-08Fix mock cameraMatthias Vogelgesang
All unit tests pass again
2012-03-08Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-03-06pco: Implement mandatory propertiesMatthias 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-05Fix error handlingMatthias Vogelgesang
Obviously, unit tests pay off.
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-03Add start/stop signalMatthias 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-29Use libpco 0.3 APIMatthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-03MergeMatthias Vogelgesang
2012-02-03Fix up callbackMatthias 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-31Put libuca under LGPLMatthias Vogelgesang
2011-12-15Fix: break with current pcilibMatthias Vogelgesang
2011-12-14Add: pco.4000 supportMatthias Vogelgesang
2011-10-21Add: readout stateMatthias Vogelgesang
2011-10-20Add: auto transfer property and readout functionMatthias Vogelgesang
2011-10-19Fix: timestamp modeMatthias Vogelgesang
2011-10-19Merge pending changesMatthias Vogelgesang
2011-10-19Adapt libuca for pco.dimaxMatthias 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-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
2011-06-07Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang
2011-05-12MergeMatthias Vogelgesang
2011-05-12Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang