Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
| | |||||
* | Set default values for ROI multipliers | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
| | |||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 1 | -23/+3 |
| | |||||
* | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | 2013-05-02 | 2 | -0/+30 |
| | | | | | To all camera authors: you should override these values and provide the correct pixel sizes. | ||||
* | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | 2013-04-15 | 1 | -0/+25 |
| | | | | This fixes one of the problems in #208. | ||||
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -0/+3 |
| | |||||
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 2 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | ||||
| * | Improve libuca package compatibility with RPM systems. | Mihael Koep | 2013-03-21 | 2 | -3/+3 |
| | | |||||
| * | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-19 | 1 | -2/+1 |
| | | | | | | | | It was not a cool move to change it to the current directory ... | ||||
* | | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -1/+7 |
| | | |||||
* | | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 2 | -20/+19 |
| | | |||||
* | | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-18 | 1 | -2/+1 |
| | | | | | | | | It was not a cool move to change it to the current directory ... | ||||
* | | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | 2013-03-15 | 1 | -1/+3 |
|\| | | | | | | | | | Conflicts: .gitignore | ||||
| * | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-25 | 1 | -2/+17 |
| |\ | |||||
| * | | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | 2012-10-25 | 3 | -464/+2 |
| | | | |||||
| * | | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-19 | 17 | -3853/+895 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c | ||||
| * \ \ | Merge remote branch 'origin/1.0' into dexela | Mihael Koep | 2012-10-19 | 5 | -1/+17 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| * | | | | fix SCHNEIDE-382: use correct micros to seconds factor. | Mihael Koep | 2012-10-09 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Add test mode attribute. | Mihael Koep | 2012-10-09 | 1 | -0/+20 |
| | | | | | |||||
| * | | | | Return full dimensions as roi. | Mihael Koep | 2012-09-18 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Adapt to new libdexela interface. | Mihael Koep | 2012-09-13 | 1 | -19/+19 |
| | | | | | |||||
| * | | | | Work on acquisition. | Mihael Koep | 2012-09-13 | 1 | -16/+26 |
| | | | | | |||||
| * | | | | Implement gain and trigger mode properties. | Mihael Koep | 2012-09-13 | 1 | -0/+66 |
| | | | | | |||||
| * | | | | Start implementing gain property. | Mihael Koep | 2012-09-12 | 1 | -1/+11 |
| | | | | | |||||
| * | | | | Implement sensor width, height, bit depth and binning properties. | Mihael Koep | 2012-09-12 | 1 | -8/+105 |
| | | | | | |||||
| * | | | | Standardize package naming. | Mihael Koep | 2012-09-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Implement exposure time property. | Mihael Koep | 2012-09-06 | 1 | -19/+25 |
| | | | | | |||||
| * | | | | Implement 64bit detection for install directory of libuca. | Mihael Koep | 2012-09-04 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Fix the dexela error quark. | Mihael Koep | 2012-09-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Minor reformatting to trigger the build for testing our generic commit hook... | Mihael Koep | 2012-09-04 | 1 | -3/+5 |
| | | | | | |||||
| * | | | | Minor cleanup to trigger the build for testing our generic commit hook... | Mihael Koep | 2012-09-04 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | make dexela part compile again. | Mihael Koep | 2012-08-28 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Fix indentation and implement the name property. | Mihael Koep | 2012-08-28 | 2 | -19/+35 |
| | | | | | |||||
| * | | | | First compiling version of dexela implementation. | Mihael Koep | 2012-08-28 | 5 | -0/+254 |
| | | | | | |||||
* | | | | | Provide an vararg-free constructor for bindings | Matthias Vogelgesang | 2013-03-14 | 2 | -37/+90 |
| | | | | | |||||
* | | | | | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 2 | -9/+22 |
| | | | | | |||||
* | | | | | Require glib and gobject for building | Matthias Vogelgesang | 2012-12-19 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfig | Matthias Vogelgesang | 2012-12-19 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add error and enum types to gir and doc generation | Matthias Vogelgesang | 2012-11-05 | 3 | -1/+7 |
| |_|_|/ |/| | | | |||||
* | | | | Lock access to camera implementations | Matthias Vogelgesang | 2012-10-22 | 1 | -2/+17 |
| |_|/ |/| | | | | | | | | Thus, two threads will never invoke the camera implementations of grab() and stop(). | ||||
* | | | Update uca_plugin_manager_get_camera annotation | Matthias Vogelgesang | 2012-10-19 | 1 | -1/+5 |
| | | | |||||
* | | | Add "recorded-frames" property | Matthias Vogelgesang | 2012-10-18 | 2 | -0/+21 |
| | | | |||||
* | | | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 2 | -0/+47 |
| | | | |||||
* | | | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 2 | -1/+7 |
| | | | |||||
* | | | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 2 | -3/+5 |
| | | | |||||
* | | | Integrate initial unit facility | Matthias Vogelgesang | 2012-10-16 | 2 | -26/+132 |
| | | | |||||
* | | | Implement adjustable histogram | Matthias Vogelgesang | 2012-10-11 | 1 | -1/+1 |
| | | | |||||
* | | | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -3/+7 |
| | | | |||||
* | | | Fix #151: Rename trigger enum value | Matthias Vogelgesang | 2012-10-09 | 6 | -20/+32 |
| | | | |||||
* | | | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | 2012-10-09 | 2 | -0/+27 |
| | | | | | | | | | | | | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. |