summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-pco-camera.h
Commit message (Collapse)AuthorAgeFilesLines
* Add timestamp mode propertyMatthias Vogelgesang2012-06-121-0/+6
|
* Generate enum types from sourceMatthias Vogelgesang2012-06-121-4/+0
| | | | | | | | | It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type.
* pco: add acquisition modeMatthias Vogelgesang2012-04-271-1/+8
|
* pco: add record modesMatthias Vogelgesang2012-04-271-0/+7
|
* Fix wrong type prefixMatthias Vogelgesang2012-04-171-1/+1
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-1/+2
|
* Handle Framegrabber errors more gracefullyMatthias Vogelgesang2012-03-041-1/+2
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-2/+3
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-0/+8
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+62