summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-21Merge branch 'dexela'Matthias Vogelgesang
Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
2013-03-21Improve libuca package compatibility with RPM systems.Mihael Koep
2013-03-20Implement trigger logic in base cameraMatthias Vogelgesang
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-19Revert control glade path to install locationMatthias Vogelgesang
It was not a cool move to change it to the current directory ...
2013-03-18Revert control glade path to install locationMatthias Vogelgesang
It was not a cool move to change it to the current directory ...
2013-03-15Merge branch 'dexela_simple_packaging'Matthias Vogelgesang
Conflicts: .gitignore
2013-03-14Provide an vararg-free constructor for bindingsMatthias Vogelgesang
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2012-12-19Require glib and gobject for buildingMatthias Vogelgesang
2012-12-19Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias Vogelgesang
2012-11-05Add error and enum types to gir and doc generationMatthias Vogelgesang
2012-10-25Merge remote branch 'origin/master' into dexelaMihael Koep
2012-10-25Start migrating to libuca 1.1 and glib plugins.Mihael Koep
2012-10-22Lock access to camera implementationsMatthias Vogelgesang
Thus, two threads will never invoke the camera implementations of grab() and stop().
2012-10-19Merge remote branch 'origin/master' into dexelaMihael Koep
Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c
2012-10-19Merge remote branch 'origin/1.0' into dexelaMihael Koep
Conflicts: CMakeLists.txt
2012-10-19Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-16Integrate initial unit facilityMatthias Vogelgesang
2012-10-11Implement adjustable histogramMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang
Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
2012-10-09fix SCHNEIDE-382: use correct micros to seconds factor.Mihael Koep
2012-10-09Add test mode attribute.Mihael Koep
2012-10-08Generate introspection filesMatthias Vogelgesang
Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
2012-10-08Remove uca_camera_get_types from public APIMatthias Vogelgesang
This functionality was moved to the plugin manager and could not be used 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.
2012-09-26Merge branch '1.0'Matthias Vogelgesang
2012-09-26Set SO version to major not minor versionMatthias Vogelgesang
Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
2012-09-25Fix #139: Lock API functionsMatthias Vogelgesang
2012-09-21Rename g_list_free_full to list_free_fullMatthias Vogelgesang
This got really implemented with GLib 2.28, so the names clash.
2012-09-20Add docstringsMatthias Vogelgesang
2012-09-19Install plugin manager header fileMatthias Vogelgesang
2012-09-19Make most cameras pluginsMatthias Vogelgesang
2012-09-19Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang
2012-09-19Fix segfaultMatthias Vogelgesang
2012-09-19Initial plugin managerMatthias Vogelgesang
2012-09-19Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang
2012-09-18Return full dimensions as roi.Mihael Koep
2012-09-13Adapt to new libdexela interface.Mihael Koep
2012-09-13Work on acquisition.Mihael Koep
2012-09-13Implement gain and trigger mode properties.Mihael Koep
2012-09-12Start implementing gain property.Mihael Koep
2012-09-12Implement sensor width, height, bit depth and binning properties.Mihael Koep
2012-09-06Standardize package naming.Mihael Koep