summaryrefslogtreecommitdiffstats
path: root/src/uca-cam.c
Commit message (Collapse)AuthorAgeFilesLines
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-17/+3
|
* Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointersMatthias Vogelgesang2011-03-211-17/+2
| | | | to NULL
* Initialize all camera fields with NULL to catch errors early onMatthias Vogelgesang2011-03-181-0/+28
|
* Rename struct_name_t to struct_name and create typedefsMatthias Vogelgesang2011-03-171-2/+2
|
* Pass target string size when calling uca_get_propertyMatthias Vogelgesang2011-03-161-1/+1
|
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-101-1/+2
|
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-1/+2
|
* Use correct number of bytes per pixel when allocating buffersMatthias Vogelgesang2011-03-091-1/+4
|
* Move buffer allocation to frame grabberMatthias Vogelgesang2011-02-281-1/+7
|
* Complete frame grabber abstractionMatthias Vogelgesang2011-02-281-52/+0
|
* Prepare for frame grabber abstractionMatthias Vogelgesang2011-02-281-0/+62