summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2011-05-04Explicitly link GThread on systems that don't do when just linking against GLibMatthias Vogelgesang
2011-04-27Be compatible on 32-bit systemsMatthias Vogelgesang
2011-04-27Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang
2011-04-26Make uca_camera really private and thus breaks APIMatthias Vogelgesang
2011-03-24Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang
format
2011-03-23Use more flexible error codesMatthias Vogelgesang
2011-03-23Some very important person at SiSo decided to have 64-bit frame numbers on 64-Matthias Vogelgesang
bit systems and 32-bit frame numbers on 32-bit systems. This commit changes the API to the former, which means it now takes 1.44x10^10 years to have an overflow at a very slow frame rate of 1000 frames per second.
2011-03-22Add basic (not working) benchmarkMatthias Vogelgesang
2011-03-22Fix potential bugs and use generic reorder functionMatthias Vogelgesang
2011-03-21Fix me4 callback grabbingMatthias Vogelgesang
2011-03-21Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang
2011-03-21Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang
2011-03-18Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang
2011-03-18Pass registered user data to callbackMatthias Vogelgesang
2011-03-17Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang
2011-03-17Allow resize of image dimensionsMatthias Vogelgesang