summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2012-09-06Implement exposure time property.Mihael Koep
2012-09-04Implement 64bit detection for install directory of libuca.Mihael Koep
2012-09-04Fix the dexela error quark.Mihael Koep
2012-09-04Minor reformatting to trigger the build for testing our generic commit hook...Mihael Koep
2012-09-04Minor cleanup to trigger the build for testing our generic commit hook...Mihael Koep
2012-08-28make dexela part compile again.Mihael Koep
2012-08-28Fix indentation and implement the name property.Mihael Koep
2012-08-28First compiling version of dexela implementation.Mihael Koep
2012-08-27Separate manual from referenceMatthias Vogelgesang
2012-08-13Fix `uninitialized variable' warningMatthias Vogelgesang
2012-08-10Cleanup and add correct copyright ownerMatthias Vogelgesang
2012-08-10Revert doc building changesMatthias Vogelgesang
Instead of switching WITH_REFERENCE we have to use WITH_GTK_DOC that can also be disabled at configure time.
2012-08-10Merge branch 'ipe-basler'Matthias Vogelgesang
Conflicts: src/CMakeLists.txt