summaryrefslogtreecommitdiffstats
path: root/src/cameras/dummy.c
Commit message (Collapse)AuthorAgeFilesLines
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-0/+17
|
* Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang2011-04-271-4/+0
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-12/+12
|
* Implement correct trigger modesMatthias Vogelgesang2011-04-181-0/+6
|
* Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang2011-03-241-14/+13
| | | | static
* Use more flexible error codesMatthias Vogelgesang2011-03-231-5/+6
|
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-181-5/+1
|
* Fix potential leakMatthias Vogelgesang2011-03-181-3/+7
|
* Add (possible) meta data transmission and integrate callback in pco and pfMatthias Vogelgesang2011-03-181-4/+4
|
* 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-171-8/+8
|
* Remember current frame number and remove frame dimensions in dummy.cMatthias Vogelgesang2011-03-161-17/+13
|
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-0/+201