summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-232-64/+36
* 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
* Add more offset propertiesMatthias Vogelgesang2011-03-081-2/+9
* Property set for photon focusMatthias Vogelgesang2011-03-071-16/+42
* Specific error return codes for grabbers and camerasMatthias Vogelgesang2011-03-072-4/+4
* Integrate photon focus property readingMatthias Vogelgesang2011-03-041-38/+82
* Add exposure property to pfMatthias Vogelgesang2011-03-021-0/+5
* Add Photonfocus supportMatthias Vogelgesang2011-03-022-0/+174
* Documentation addedMatthias Vogelgesang2011-03-011-2/+2
* Complete (simple) frame grabbingMatthias Vogelgesang2011-03-011-16/+22
* Start grab interfaceMatthias Vogelgesang2011-02-281-1/+23
* Move buffer allocation to frame grabberMatthias Vogelgesang2011-02-281-5/+0