summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Launch download dialog to ease waitingMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Set error NULL to avoid printing false messageMatthias Vogelgesang
2012-10-18Don't make memory argument optionalMatthias Vogelgesang
If `-m' is supplied, a number must follow.
2012-10-18Free error that will be set during downloadMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add pco property documentationMatthias 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-16Add zoom functionalityMatthias Vogelgesang
2012-10-15Fix replay featureMatthias Vogelgesang
2012-10-12Fix button statesMatthias Vogelgesang
2012-10-12Reflect correct state of cameraMatthias Vogelgesang
2012-10-12Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang
For now, there is no other possible format.
2012-10-12Control memory size via command lineMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-11Update API callMatthias Vogelgesang
2012-10-11Use updated gtester.xml by Mihael KoepMatthias Vogelgesang
2012-10-11Implement adjustable histogramMatthias Vogelgesang
2012-10-11Don't set the maximum size of the preview imageMatthias Vogelgesang
2012-10-11Link explicitly against libmMatthias Vogelgesang
2012-10-10Disable unused variablesMatthias Vogelgesang
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-10(De-) activate tool buttons according to stateMatthias Vogelgesang
2012-10-10Add histogram view skeletonMatthias Vogelgesang
2012-10-10Use scrolled window for camera choiceMatthias Vogelgesang
2012-10-10Remove unneccessary variableMatthias Vogelgesang
2012-10-10Set timestamp as enum not flagMatthias Vogelgesang
2012-10-10Use correct pixel rate property nameMatthias Vogelgesang
2012-10-10More elegant error reporting when libpco failsMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Set sane default exposure timeMatthias 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 #149: Make timestamp mode an enumMatthias Vogelgesang
2012-10-09Load correct framegrabber pluginMatthias Vogelgesang
2012-10-08Add packages and bindings sectionsMatthias Vogelgesang
2012-10-08Introspection has to be in the NEWSMatthias Vogelgesang
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-10-08Generate documentation for the base camera objectMatthias Vogelgesang
2012-10-01Fix #114: look for SISO rt in /opt/sisoMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix mock unit testMatthias Vogelgesang
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-26Generalized log generationMatthias Vogelgesang
2012-09-26Add change log to manualMatthias Vogelgesang
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.