summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix: break with current pcilibMatthias Vogelgesang2011-12-154-6/+10
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-143-9/+27
|
* 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-213-2/+7
|
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-204-2/+55
|
* Expose pco triggersMatthias Vogelgesang2011-10-202-6/+12
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-191-3/+17
|
* Merge pending changesMatthias Vogelgesang2011-10-191-0/+11
|\
| * Add: set exposure time for IPE cameraMatthias Vogelgesang2011-09-271-0/+11
| |
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-193-47/+60
|/
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-091-1/+8
|
* Prepare uca for IPE cameraMatthias Vogelgesang2011-08-091-0/+6
|
* Add simple grabber only accessed using framegrabberMatthias Vogelgesang2011-07-255-1/+169
|
* Fix wrong mergeMatthias Vogelgesang2011-06-072-18/+0
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-074-0/+32
|
* Move cam_state to main include fileMatthias Vogelgesang2011-05-273-10/+11
|
* Install into /prefix/lib${LIB_SUFFIX}Matthias Vogelgesang2011-05-221-3/+5
|
* Add binning and "fix" that damn 64-bit format thing in grab-async.cMatthias Vogelgesang2011-05-122-0/+4
|
* 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-271-1/+1
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-2615-327/+326
|
* 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
| |
* | Move definitions out of structureMatthias Vogelgesang2011-04-112-46/+52
|/
* Correct usage of patch and make pc-file non-executableMatthias Vogelgesang2011-03-281-0/+0
|
* Install pkg-config information fileMatthias Vogelgesang2011-03-252-3/+28
|
* Install libuca correctly...Matthias Vogelgesang2011-03-241-1/+1
|
* Return somewhat more reliable numbers for min/max delay and exposureMatthias Vogelgesang2011-03-241-6/+18
|
* Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang2011-03-246-55/+52
| | | | static
* Fix pco resize and let UCA_ERR_MASK_CODE mask code and severityMatthias Vogelgesang2011-03-242-3/+26
|
* Convert me4 constants back to uca constantsMatthias Vogelgesang2011-03-241-5/+30
|
* Disallow callback registration if there is no memory allocatedMatthias Vogelgesang2011-03-241-0/+3
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-246-22/+63
| | | | format
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-234-83/+49
| | | | grabber->set_property once
* Use more flexible error codesMatthias Vogelgesang2011-03-236-87/+112
|
* Implement grab timeoutMatthias Vogelgesang2011-03-236-7/+53
|
* Some very important person at SiSo decided to have 64-bit frame numbers on 64-Matthias Vogelgesang2011-03-233-6/+7
| | | | | | 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.
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-1/+0
|
* Fix typoMatthias Vogelgesang2011-03-221-1/+1
|
* Fix potential bugs and use generic reorder functionMatthias Vogelgesang2011-03-222-14/+14
|
* Enable/disable camera models on build timeMatthias Vogelgesang2011-03-221-55/+32
|
* Use latest picture number when requesting new onesMatthias Vogelgesang2011-03-221-2/+2
|
* Fix me4 callback grabbingMatthias Vogelgesang2011-03-211-1/+1
|
* Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang2011-03-211-14/+16
|
* Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointersMatthias Vogelgesang2011-03-212-23/+5
| | | | to NULL
* Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang2011-03-212-5/+8
|
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-186-11/+43
|