summaryrefslogtreecommitdiffstats
path: root/src/cameras
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-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
|
* Read first property from IPE cameraMatthias Vogelgesang2011-03-111-14/+11
|
* Pack device description into one structurematthias2011-03-111-3/+14
|
* Use correct librarymatthias2011-03-111-5/+27
|
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-102-18/+5
|
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-103-1/+210
|
* Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang2011-03-104-4/+73
|
* Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang2011-03-091-6/+6
|
* Fix photon focus captureMatthias Vogelgesang2011-03-091-2/+2
|
* Almost real video playbackMatthias Vogelgesang2011-03-091-2/+4
|
* Add temperature and some bug fixesMatthias Vogelgesang2011-03-082-15/+56
|