Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory corruption if using ROIs | Mihael Koep | 2014-02-27 | 1 | -14/+15 |
| | | | | | | | | The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c | ||||
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 1 | -30/+19 |
| | |||||
* | Changed the mock Camera to produce a more predictable test pattern. | Timo Dritschler | 2014-02-13 | 1 | -10/+43 |
| | | | | Also added a compiler-flag (__CREATE_RANDOM_IMAGE_DATA__) that controls the generation of random picture data. Disabling this flag boosts mock-framerate by a factor of 10 since no more costly random-operations will be made | ||||
* | Produce some random image | Matthias Vogelgesang | 2013-07-18 | 1 | -6/+25 |
| | |||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -24/+0 |
| | |||||
* | mock: Do not override trigger mode handling | Matthias Vogelgesang | 2013-04-19 | 1 | -9/+0 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -10/+8 |
| | |||||
* | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -17/+48 |
| | |||||
* | Implement reading and writing of trigger mode | Matthias Vogelgesang | 2013-02-18 | 1 | -0/+6 |
| | |||||
* | Add "trigger mode" to mock camera | Matthias Vogelgesang | 2013-02-15 | 1 | -0/+8 |
| | |||||
* | Increase default "sensor" size of mock | Matthias Vogelgesang | 2013-02-06 | 1 | -4/+4 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 1 | -0/+2 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+3 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -4/+0 |
| | |||||
* | Set sane default exposure time | Matthias Vogelgesang | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 1 | -0/+409 |
... 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. |