summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-mock-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-409/+0
| | | | | | ... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.
* Make most cameras pluginsMatthias Vogelgesang2012-09-191-18/+12
|
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-121-0/+4
|
* Let mock camera accept ROI change requestsMatthias Vogelgesang2012-07-061-15/+36
|
* mock: add exposure timeMatthias Vogelgesang2012-07-041-1/+5
|
* Implement ROI multipliers in mock cameraMatthias Vogelgesang2012-07-021-0/+8
|
* Add trigger mode and trigger methodMatthias Vogelgesang2012-04-241-0/+4
|
* Make constants staticMatthias Vogelgesang2012-04-231-2/+2
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-26/+9
| | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-181-1/+1
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Print the current frame as feed-backMatthias Vogelgesang2012-04-171-0/+92
|
* Fix potential overflow errorMatthias Vogelgesang2012-04-171-1/+1
|
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-171-0/+5
|
* Add test to measure lib overheadMatthias Vogelgesang2012-04-021-4/+4
|
* Fix mock cameraMatthias Vogelgesang2012-03-081-7/+33
| | | | All unit tests pass again
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-2/+2
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-061-6/+13
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-0/+67
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-041-1/+1
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-041-2/+0
| | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice.
* Add start/stop signalMatthias Vogelgesang2012-03-031-2/+3
|
* Test property signalsMatthias Vogelgesang2012-03-021-0/+2
|
* Make available binnings mandatoryMatthias Vogelgesang2012-03-021-2/+60
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-21/+29
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-5/+7
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+125