summaryrefslogtreecommitdiff
path: root/plugins/mock
AgeCommit message (Collapse)Author
2013-03-21Merge branch 'dexela'Matthias Vogelgesang
Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-19Build package flags inside package-plugin.sh.inMihael Koep
This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
2013-03-15Build package flags inside package-plugin.sh.inMatthias Vogelgesang
This will use the information provided by each plugin.
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2013-03-05Trying to improve dexela plugin packaging.Mihael Koep
2013-02-18Implement reading and writing of trigger modeMatthias Vogelgesang
2013-02-15Add "trigger mode" to mock cameraMatthias Vogelgesang
2013-02-06Increase default "sensor" size of mockMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-09Set sane default exposure timeMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix #146: Make a new top-level directory for camsMatthias Vogelgesang
... 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.