summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* MergeMatthias Vogelgesang2012-02-032-5/+10
|\
| * Fix up callbackMatthias Vogelgesang2012-02-032-9/+15
| |
* | Document recent changesMatthias Vogelgesang2012-02-032-6/+15
| |
* | Fix compilation warnings and errorsMatthias Vogelgesang2012-02-032-2/+3
|/
* Preliminary support of streaming for the UFO cameraMatthias Vogelgesang2012-02-032-5/+40
|
* Callback function have to notify caller about bufferMatthias Vogelgesang2012-02-035-4/+42
| | | | | 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.
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-022-4/+24
|
* Generate source tarballsMatthias Vogelgesang2012-01-311-0/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-3122-1/+841
|
* Add: sonameMatthias Vogelgesang2011-12-152-0/+14
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-155-6/+11
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-145-11/+41
|
* Fix: pco.dimax record & readout modeMatthias Vogelgesang2011-10-242-9/+29
| | | | | I won't go into detail how retarded a decision from pco is and how much time it cost...
* Add: readout stateMatthias Vogelgesang2011-10-215-5/+12
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-205-3/+56
|
* Expose pco triggersMatthias Vogelgesang2011-10-202-6/+12
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-193-5/+21
|
* Merge pending changesMatthias Vogelgesang2011-10-192-1/+24
|\
| * Add: set exposure time for IPE cameraMatthias Vogelgesang2011-09-271-0/+11
| |
| * Add: signal handler for SIGINTMatthias Vogelgesang2011-09-201-1/+13
| | | | | | | | | | With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it.
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-194-48/+64
|/
* Add: recording facilityMatthias Vogelgesang2011-09-082-3/+47
|
* Fix: configure error without C++ compilerMatthias Vogelgesang2011-09-081-1/+1
|
* Add: "control" application monitoring `grab`Matthias Vogelgesang2011-09-072-0/+32
|
* Return error codeMatthias Vogelgesang2011-09-051-1/+2
|
* Grab continouslyMatthias Vogelgesang2011-09-051-10/+14
|
* Make it look like 65535Matthias Vogelgesang2011-08-101-1/+1
|
* Add user-adjustable scale parameterMatthias Vogelgesang2011-08-102-28/+106
|
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-092-3/+8
|
* Use GtkBuilder.connect_signals and optimize data conversionMatthias Vogelgesang2011-08-093-126/+44
|
* Prepare uca for IPE cameraMatthias Vogelgesang2011-08-091-0/+6
|
* Add simple grabber only accessed using framegrabberMatthias Vogelgesang2011-07-255-1/+169
|
* Search for SiSo wrapperMatthias Vogelgesang2011-06-151-1/+7
|
* Fix wrong mergeMatthias Vogelgesang2011-06-072-18/+0
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-075-0/+34
|
* Move cam_state to main include fileMatthias Vogelgesang2011-05-273-10/+11
|
* Install into /prefix/lib${LIB_SUFFIX}Matthias Vogelgesang2011-05-221-3/+5
|
* MergeMatthias Vogelgesang2011-05-121-0/+2
|\
| * Explicitly link GThread on systems that don't do when just linking against GLibMatthias Vogelgesang2011-05-041-0/+2
| |
* | Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang2011-05-123-2/+8
|/
* Be compatible on 32-bit systemsMatthias Vogelgesang2011-04-271-2/+2
|
* Somehow handle errors of IPE cameraMatthias Vogelgesang2011-04-271-1/+4
|
* Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang2011-04-275-26/+22
|
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-276-7/+2
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-2621-371/+374
|
* Release version 0.3.1 with old APIMatthias Vogelgesang2011-04-261-2/+2
|
* Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang2011-04-263-4/+11
|
* Implement correct trigger modesMatthias Vogelgesang2011-04-187-13/+69
|
* Merge pending changeMatthias Vogelgesang2011-04-112-5/+5
|\
| * Fix building the IPE cameraMatthias Vogelgesang2011-04-082-5/+5
| |