summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2011-03-17Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang
2011-03-16Add soft MJSON dependency to load configuration/calibration dataMatthias Vogelgesang
2011-03-16Pass target string size when calling uca_get_propertyMatthias Vogelgesang
2011-03-09Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang
2011-03-09Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang
2011-03-09Fix photon focus captureMatthias Vogelgesang
2011-03-09Almost real video playbackMatthias Vogelgesang
2011-03-08Add temperature and some bug fixesMatthias Vogelgesang
2011-03-08Add more offset propertiesMatthias Vogelgesang
2011-03-08Add r/w access for each propertyMatthias Vogelgesang
2011-03-07Add property listingMatthias Vogelgesang