summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Collapse)AuthorAgeFilesLines
...
* Put libuca under LGPLMatthias Vogelgesang2012-01-3110-0/+166
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-1/+5
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-141-9/+25
|
* Fix: pco.dimax record & readout modeMatthias Vogelgesang2011-10-241-9/+28
| | | | | I won't go into detail how retarded a decision from pco is and how much time it cost...
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-2/+28
|
* Expose pco triggersMatthias Vogelgesang2011-10-201-3/+8
|
* 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-191-46/+56
|/
* 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-252-0/+156
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+11
|
* 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-272-16/+1
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-268-50/+50
|
* Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang2011-04-262-3/+11
|
* Implement correct trigger modesMatthias Vogelgesang2011-04-183-2/+26
|
* Fix building the IPE cameraMatthias Vogelgesang2011-04-081-3/+3
|
* 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-243-44/+42
| | | | static
* Fix pco resize and let UCA_ERR_MASK_CODE mask code and severityMatthias Vogelgesang2011-03-241-2/+25
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-242-3/+6
| | | | format
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-232-64/+36
| | | | grabber->set_property once
* Use more flexible error codesMatthias Vogelgesang2011-03-233-53/+54
|
* Implement grab timeoutMatthias Vogelgesang2011-03-232-4/+30
|
* 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-221-10/+8
|
* Fix wrong property type when setting photon focus propertiesMatthias Vogelgesang2011-03-211-14/+16
|
* Fix grabber allocation and callback registration for me4 and pfMatthias Vogelgesang2011-03-211-1/+2
|
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-184-11/+4
|
* Fix potential leakMatthias Vogelgesang2011-03-181-3/+7
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-184-7/+42
|
* Check call time and update current_frame with missed framesMatthias Vogelgesang2011-03-181-2/+18
|
* Pass registered user data to callbackMatthias Vogelgesang2011-03-181-3/+6
|
* 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-171-89/+159
|
* Allow resize of image dimensionsMatthias Vogelgesang2011-03-171-6/+24
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-178-53/+41
|
* Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang2011-03-163-19/+15
|
* Fix size bug in ipe.cMatthias Vogelgesang2011-03-161-2/+1
|
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-163-8/+8
|
* Set warning handlerMatthias Vogelgesang2011-03-141-1/+1
|
* Add gain modesMatthias Vogelgesang2011-03-141-0/+26
|
* Get rid of SiSo-dependant grabber constantsMatthias Vogelgesang2011-03-142-46/+29
|
* Add some more properties for IPE cameraMatthias Vogelgesang2011-03-111-1/+13
|