summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2012-08-09Merge branch 'iss-master'Matthias Vogelgesang
2012-08-08added custom spec fileVolker Kaiser
2012-08-07Properly convert register values to exposure timeMatthias Vogelgesang
2012-08-07Calculate timeout only when recording startsMatthias Vogelgesang
Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
2012-08-07enabled DESTDIRVolker Kaiser
2012-08-02added support for libuca.spec.inVolker Kaiser
2012-08-02added variables with which building of test/control and reference ↵Volker Kaiser
documentation can be disabled
2012-08-02using LIBDIRVolker Kaiser
2012-08-01fixed pylon buildVolker Kaiser
2012-08-01reduced differences to masterVolker Kaiser
2012-08-01extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser
pylon cameras
2012-07-30PF: free grabber correctlyMatthias Vogelgesang
2012-07-27Set timeout less than infinityMatthias Vogelgesang
2012-07-27Use prefixed "exp_time"Matthias Vogelgesang
2012-07-27Output errors from pcilibMatthias Vogelgesang
2012-07-27Fix sensor temperature conversionMatthias Vogelgesang
2012-07-27SCHNEIDE-276Volker Kaiser