Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting storage mode | Matthias Vogelgesang | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | Use pco_get/set_framerate instead of delay + exposure | Matthias Vogelgesang | 2013-09-18 | 1 | -176/+18 |
| | |||||
* | Do not throw an error when stream is finished | Matthias Vogelgesang | 2013-09-17 | 1 | -4/+1 |
| | |||||
* | Pixelman API expects number of elements | Matthias Vogelgesang | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Set acquisition parameters | Matthias Vogelgesang | 2013-09-09 | 1 | -22/+66 |
| | |||||
* | Implement some common features | Matthias Vogelgesang | 2013-09-09 | 1 | -11/+70 |
| | | | | | Apparently this marks the first version in which we can see something from the dummy mode in the GUI. | ||||
* | Add X-KIT skeleton | Matthias Vogelgesang | 2013-09-09 | 4 | -0/+363 |
| | |||||
* | Expose storage mode and set it to FIFO buffer | Matthias Vogelgesang | 2013-08-16 | 3 | -2/+51 |
| | |||||
* | Set the storage mode for pco.4000 | Matthias Vogelgesang | 2013-08-16 | 1 | -2/+14 |
| | |||||
* | Remove binaries | Matthias Vogelgesang | 2013-07-26 | 2 | -0/+0 |
| | | | | ... and I have an eye on you, Miq ;-) | ||||
* | ufo: Read all rows | Matthias Vogelgesang | 2013-07-24 | 2 | -12/+13 |
| | |||||
* | 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 | 3 | -60/+0 |
| | |||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 2 | -4/+10 |
| | |||||
* | Convert to correct frames per second | Matthias Vogelgesang | 2013-04-24 | 1 | -0/+20 |
| | |||||
* | mock: Do not override trigger mode handling | Matthias Vogelgesang | 2013-04-19 | 1 | -9/+0 |
| | |||||
* | Fix calculation once more | Matthias Vogelgesang | 2013-04-17 | 1 | -2/+2 |
| | |||||
* | Fix exposure time calculation | Matthias Vogelgesang | 2013-04-17 | 1 | -2/+3 |
| | |||||
* | Release version 1.2 | Matthias Vogelgesang | 2013-04-16 | 3 | -3/+3 |
| | |||||
* | Delay property installation until run-time | Matthias Vogelgesang | 2013-04-15 | 1 | -7/+6 |
| | |||||
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -0/+3 |
| | |||||
* | Fix clock skew when setting the frame rate | Matthias Vogelgesang | 2013-03-26 | 1 | -5/+14 |
| | | | | | This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be. | ||||
* | PF: Implement stub trigger | Matthias Vogelgesang | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 4 | -6/+9 |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | ||||
| * | Update package script | Mihael Koep | 2013-03-21 | 1 | -3/+24 |
| | | | | | | | | | | | | | | | | Allows to set additional information in each plugin's CMakeLists.txt. Conflicts: plugins/package-plugin.sh.in | ||||
| * | Build package flags inside package-plugin.sh.in | Mihael Koep | 2013-03-19 | 6 | -6/+17 |
| | | | | | | | | | | | | | | | | | | This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in | ||||
| * | Cleanup of dexela plugin build file and package-plugin.sh.in to include ↵ | Mihael Koep | 2013-03-14 | 4 | -13/+9 |
| | | | | | | | | sensible metadata information. | ||||
| * | Merge branch 'dexela_simple_packaging' into dexela | Mihael Koep | 2013-03-14 | 4 | -47/+9 |
| |\ | | | | | | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in | ||||
| * | | Trying to improve dexela plugin packaging. | Mihael Koep | 2013-03-05 | 6 | -1/+56 |
| | | | |||||
* | | | Set streaming bit _after_ pcilib_start | Matthias Vogelgesang | 2013-03-20 | 1 | -3/+3 |
| | | | | | | | | | | | | God knows why this is this way ... | ||||
* | | | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -20/+17 |
| | | | |||||
* | | | UFO: Use streaming for auto trigger | Matthias Vogelgesang | 2013-03-20 | 1 | -12/+10 |
| | | | | | | | | | | | | This has nothing to do with asynchronous operation mode. | ||||
* | | | UFO: Use internal triggering mechanism | Matthias Vogelgesang | 2013-03-20 | 1 | -22/+68 |
| | | | |||||
* | | | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 4 | -47/+56 |
| | | | |||||
* | | | Update package script | Matthias Vogelgesang | 2013-03-19 | 1 | -3/+24 |
| | | | | | | | | | | | | Allows to set additional information in each plugin's CMakeLists.txt. | ||||
* | | | Spawn a thread because pcilib_stream blocks | Matthias Vogelgesang | 2013-03-18 | 1 | -6/+17 |
| | | | |||||
* | | | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | 2013-03-15 | 6 | -3/+16 |
| | | | | | | | | | | | | This will use the information provided by each plugin. | ||||
* | | | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | 2013-03-15 | 6 | -1/+497 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: .gitignore | ||||
| * | | Improve dexela plugin packaging. | Mihael Koep | 2013-03-07 | 3 | -1/+9 |
| |/ | |||||
| * | Fix incomplete committ... | Mihael Koep | 2012-10-30 | 2 | -2/+26 |
| | | |||||
| * | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-25 | 1 | -3/+4 |
| |\ | |||||
| * | | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | 2012-10-25 | 3 | -0/+464 |
| | | | |||||
* | | | Make ufo plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -47/+126 |
| | | | |||||
* | | | Add get_type entry function | Matthias Vogelgesang | 2013-03-14 | 1 | -0/+6 |
| | | | |||||
* | | | Make pco plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -109/+167 |
| | | | |||||
* | | | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 3 | -70/+155 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Fix setting time stamp | Matthias Vogelgesang | 2013-01-18 | 1 | -2/+2 |
| | | |