summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Fix setting time stampMatthias Vogelgesang2013-01-181-2/+2
| | | | | |
* | | | | | Require glib and gobject for buildingMatthias Vogelgesang2012-12-191-0/+1
| | | | | |
* | | | | | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias Vogelgesang2012-12-191-1/+1
| | | | | |
* | | | | | Set correct camera link tap value for pco.dimaxMatthias Vogelgesang2012-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wrong value caused strange artefacts under long exposure and saturation environments.
* | | | | | Reduce timeout to fix block problemsMatthias Vogelgesang2012-12-031-4/+3
| | | | | |
* | | | | | Add error and enum types to gir and doc generationMatthias Vogelgesang2012-11-053-1/+7
| | | | | |
* | | | | | Output default value and possible value rangesMatthias Vogelgesang2012-11-053-31/+106
| | | | | |
* | | | | | Bump to development version 1.2Matthias Vogelgesang2012-10-261-2/+2
| |_|_|_|/ |/| | | |
* | | | | Update documentation and release 1.1Matthias Vogelgesang2012-10-267-37/+447
| |_|_|/ |/| | |
* | | | Clamp displayed valuesMatthias Vogelgesang2012-10-231-2/+4
| | | |
* | | | Output location of pcilib errorsMatthias Vogelgesang2012-10-231-3/+4
| | | |
* | | | Print errors during acquisitionMatthias Vogelgesang2012-10-231-8/+28
| | | | | | | | | | | | | | | | | | | | To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue.
* | | | Lock access to camera implementationsMatthias Vogelgesang2012-10-221-2/+17
| |_|/ |/| | | | | | | | Thus, two threads will never invoke the camera implementations of grab() and stop().
* | | Fix compile errorMatthias Vogelgesang2012-10-191-0/+2
| | |
* | | Always return correct number of recorded framesMatthias Vogelgesang2012-10-191-8/+2
| | |
* | | Store trigger modeMatthias Vogelgesang2012-10-191-0/+8
| | |
* | | Don't soft trigger on external signalMatthias Vogelgesang2012-10-191-7/+12
| | |
* | | Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang2012-10-191-1/+5
| | |
* | | Show download progressMatthias Vogelgesang2012-10-182-1/+23
| | |
* | | Launch download dialog to ease waitingMatthias Vogelgesang2012-10-182-3/+108
| | |
* | | Add "recorded-frames" propertyMatthias Vogelgesang2012-10-183-0/+30
| | |
* | | Set error NULL to avoid printing false messageMatthias Vogelgesang2012-10-181-0/+2
| | |
* | | Don't make memory argument optionalMatthias Vogelgesang2012-10-181-1/+1
| | | | | | | | | | | | If `-m' is supplied, a number must follow.
* | | Free error that will be set during downloadMatthias Vogelgesang2012-10-181-0/+1
| | |
* | | Fix download of in-camera framesMatthias Vogelgesang2012-10-185-6/+78
| | |
* | | Add pco property documentationMatthias Vogelgesang2012-10-182-0/+132
| | |
* | | Add download button and make dimax workMatthias Vogelgesang2012-10-185-6/+65
| | |
* | | Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-165-3/+25
| | |
* | | Integrate initial unit facilityMatthias Vogelgesang2012-10-163-26/+140
| | |
* | | Add zoom functionalityMatthias Vogelgesang2012-10-162-30/+163
| | |
* | | Fix replay featureMatthias Vogelgesang2012-10-155-33/+67
| | |
* | | Fix button statesMatthias Vogelgesang2012-10-121-9/+17
| | |
* | | Reflect correct state of cameraMatthias Vogelgesang2012-10-121-2/+2
| | |
* | | Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang2012-10-121-3/+1
| | | | | | | | | | | | For now, there is no other possible format.
* | | Control memory size via command lineMatthias Vogelgesang2012-10-123-38/+76
| | |
* | | Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-126-75/+246
| | |
* | | Update API callMatthias Vogelgesang2012-10-111-1/+1
| | |
* | | Use updated gtester.xml by Mihael KoepMatthias Vogelgesang2012-10-111-5/+7
| | |
* | | Implement adjustable histogramMatthias Vogelgesang2012-10-115-106/+316
| | |
* | | Don't set the maximum size of the preview imageMatthias Vogelgesang2012-10-111-2/+0
| | |
* | | Link explicitly against libmMatthias Vogelgesang2012-10-111-1/+3
| | |
* | | Disable unused variablesMatthias Vogelgesang2012-10-101-4/+4
| | |
* | | Implement experimental histogram viewMatthias Vogelgesang2012-10-107-43/+400
| | |
* | | (De-) activate tool buttons according to stateMatthias Vogelgesang2012-10-102-60/+59
| | |
* | | Add histogram view skeletonMatthias Vogelgesang2012-10-103-1/+156
| | |
* | | Use scrolled window for camera choiceMatthias Vogelgesang2012-10-101-8/+18
| | |
* | | Remove unneccessary variableMatthias Vogelgesang2012-10-101-2/+0
| | |
* | | Set timestamp as enum not flagMatthias Vogelgesang2012-10-101-1/+1
| | |
* | | Use correct pixel rate property nameMatthias Vogelgesang2012-10-101-1/+1
| | |
* | | More elegant error reporting when libpco failsMatthias Vogelgesang2012-10-101-48/+52
| | |