summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Implement trigger logic in base cameraMatthias Vogelgesang2013-03-201-20/+17
|
* UFO: Use streaming for auto triggerMatthias Vogelgesang2013-03-201-12/+10
| | | | This has nothing to do with asynchronous operation mode.
* UFO: Use internal triggering mechanismMatthias Vogelgesang2013-03-201-22/+68
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-204-47/+56
|
* Update package scriptMatthias Vogelgesang2013-03-191-3/+24
| | | | Allows to set additional information in each plugin's CMakeLists.txt.
* Spawn a thread because pcilib_stream blocksMatthias Vogelgesang2013-03-181-6/+17
|
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-156-3/+16
| | | | This will use the information provided by each plugin.
* Merge branch 'dexela_simple_packaging'Matthias Vogelgesang2013-03-156-1/+497
|\ | | | | | | | | Conflicts: .gitignore
| * Improve dexela plugin packaging.Mihael Koep2013-03-073-1/+9
| |
| * Fix incomplete committ...Mihael Koep2012-10-302-2/+26
| |
| * Merge remote branch 'origin/master' into dexelaMihael Koep2012-10-251-3/+4
| |\
| * | Start migrating to libuca 1.1 and glib plugins.Mihael Koep2012-10-253-0/+464
| | |
* | | Make ufo plugin initableMatthias Vogelgesang2013-03-141-47/+126
| | |
* | | Add get_type entry functionMatthias Vogelgesang2013-03-141-0/+6
| | |
* | | Make pco plugin initableMatthias Vogelgesang2013-03-141-109/+167
| | |
* | | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-133-70/+155
| | |
* | | Implement reading and writing of trigger modeMatthias Vogelgesang2013-02-181-0/+6
| | |
* | | Add "trigger mode" to mock cameraMatthias Vogelgesang2013-02-151-0/+8
| | |
* | | Increase default "sensor" size of mockMatthias Vogelgesang2013-02-061-4/+4
| | |
* | | Fix setting time stampMatthias Vogelgesang2013-01-181-2/+2
| | |
* | | Set correct camera link tap value for pco.dimaxMatthias Vogelgesang2012-12-031-1/+1
| | | | | | | | | | | | | | | The wrong value caused strange artefacts under long exposure and saturation environments.
* | | Reduce timeout to fix block problemsMatthias Vogelgesang2012-12-031-4/+3
| |/ |/|
* | Output location of pcilib errorsMatthias Vogelgesang2012-10-231-3/+4
|/
* Fix compile errorMatthias Vogelgesang2012-10-191-0/+2
|
* Always return correct number of recorded framesMatthias Vogelgesang2012-10-191-8/+2
|
* Store trigger modeMatthias Vogelgesang2012-10-191-0/+8
|
* Don't soft trigger on external signalMatthias Vogelgesang2012-10-191-7/+12
|
* Show download progressMatthias Vogelgesang2012-10-181-0/+4
|
* Add "recorded-frames" propertyMatthias Vogelgesang2012-10-181-0/+9
|
* Fix download of in-camera framesMatthias Vogelgesang2012-10-181-3/+22
|
* Add download button and make dimax workMatthias Vogelgesang2012-10-181-1/+2
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-162-0/+16
|
* Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-121-2/+3
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-102-4/+1
|
* Set timestamp as enum not flagMatthias Vogelgesang2012-10-101-1/+1
|
* Use correct pixel rate property nameMatthias Vogelgesang2012-10-101-1/+1
|
* More elegant error reporting when libpco failsMatthias Vogelgesang2012-10-101-48/+52
|
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-2/+2
|
* Set sane default exposure timeMatthias Vogelgesang2012-10-091-0/+1
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-20/+91
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Fix #149: Make timestamp mode an enumMatthias Vogelgesang2012-10-092-26/+21
|
* Load correct framegrabber pluginMatthias Vogelgesang2012-10-091-1/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-015-6/+5
| | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-2817-0/+3558
... 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.