summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix potential leakMatthias Vogelgesang2011-03-181-3/+7
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-187-34/+80
|
* Check call time and update current_frame with missed framesMatthias Vogelgesang2011-03-181-2/+18
|
* Pass registered user data to callbackMatthias Vogelgesang2011-03-182-5/+14
|
* Fix another potential segfault bugMatthias Vogelgesang2011-03-171-0/+1
|
* Fix potential division by zero bugMatthias Vogelgesang2011-03-171-0/+2
|
* Fix potential segfaultMatthias Vogelgesang2011-03-171-0/+1
|
* Expose grab-by-callback via camera and add asynchronous grabbing exampleMatthias Vogelgesang2011-03-172-91/+192
|
* Allow resize of image dimensionsMatthias Vogelgesang2011-03-172-6/+25
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-1715-154/+139
|