summaryrefslogtreecommitdiffstats
path: root/src/uca.c
Commit message (Expand)AuthorAgeFilesLines
* Make dummy camera optionalMatthias Vogelgesang2011-03-141-0/+5
* Add gain modesMatthias Vogelgesang2011-03-141-0/+8
* Use correct librarymatthias2011-03-111-2/+2
* Fix all warnings issued by -WallMatthias Vogelgesang2011-03-101-1/+2
* Add dummy camera with frame counterMatthias Vogelgesang2011-03-101-3/+4
* Add IPE infrastructure and make sure that cameras check grabber existenceMatthias Vogelgesang2011-03-101-5/+7
* Set correct exposure. Use µs for all time-related units.Matthias Vogelgesang2011-03-091-4/+4
* Add temperature and some bug fixesMatthias Vogelgesang2011-03-081-29/+33
* Add more offset propertiesMatthias Vogelgesang2011-03-081-0/+4
* Add r/w access for each propertyMatthias Vogelgesang2011-03-081-25/+25
* Add property listingMatthias Vogelgesang2011-03-071-24/+36
* Fix grabber bug and add Gtk control applicationMatthias Vogelgesang2011-03-071-0/+1
* Specific error return codes for grabbers and camerasMatthias Vogelgesang2011-03-071-3/+3
* Start grab interfaceMatthias Vogelgesang2011-02-281-0/+1
* Complete frame grabber abstractionMatthias Vogelgesang2011-02-281-11/+96
* Prepare for frame grabber abstractionMatthias Vogelgesang2011-02-281-61/+10
* Turn property defines into enumMatthias Vogelgesang2011-02-281-3/+3
* Add camera state and accessor functionMatthias Vogelgesang2011-02-281-0/+5
* Add preliminary "support" for Photron camerasMatthias Vogelgesang2011-02-281-0/+7
* Add support for multiple camerasMatthias Vogelgesang2011-02-281-38/+51
* Make the properties complete and build even better test appMatthias Vogelgesang2011-02-251-29/+36
* Build support for every available cameraMatthias Vogelgesang2011-02-251-2/+4
* Update property namesMatthias Vogelgesang2011-02-251-8/+19
* Add more properties according to AndreasMatthias Vogelgesang2011-02-241-0/+4
* Add new properties and return PROP_INVALID if not availableMatthias Vogelgesang2011-02-231-0/+3
* Fix indefinite loopMatthias Vogelgesang2011-02-231-0/+1
* Scrap accessor functions and replace with get/set_propertyMatthias Vogelgesang2011-02-231-8/+31
* Set camera name (so we have at least some kind of feedback which camera is used)Matthias Vogelgesang2011-02-231-0/+2
* Add a bit of documentation and frame grabber initializationMatthias Vogelgesang2011-02-231-1/+9
* Do something meaningful and check for frame grabber libraryMatthias Vogelgesang2011-02-231-3/+5
* Include config.h and test the libraryMatthias Vogelgesang2011-02-211-0/+1
* Initial commitMatthias Vogelgesang2011-02-211-0/+49