Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print errors during acquisition | Matthias Vogelgesang | 2012-10-23 | 1 | -8/+28 |
| | | | | | To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue. | ||||
* | Lock access to camera implementations | Matthias Vogelgesang | 2012-10-22 | 1 | -2/+17 |
| | | | | Thus, two threads will never invoke the camera implementations of grab() and stop(). | ||||
* | Fix compile error | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+2 |
| | |||||
* | Always return correct number of recorded frames | Matthias Vogelgesang | 2012-10-19 | 1 | -8/+2 |
| | |||||
* | Store trigger mode | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+8 |
| | |||||
* | Don't soft trigger on external signal | Matthias Vogelgesang | 2012-10-19 | 1 | -7/+12 |
| | |||||
* | Update uca_plugin_manager_get_camera annotation | Matthias Vogelgesang | 2012-10-19 | 1 | -1/+5 |
| | |||||
* | Show download progress | Matthias Vogelgesang | 2012-10-18 | 2 | -1/+23 |
| | |||||
* | Launch download dialog to ease waiting | Matthias Vogelgesang | 2012-10-18 | 2 | -3/+108 |
| | |||||
* | Add "recorded-frames" property | Matthias Vogelgesang | 2012-10-18 | 3 | -0/+30 |
| | |||||
* | Set error NULL to avoid printing false message | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+2 |
| | |||||
* | Don't make memory argument optional | Matthias Vogelgesang | 2012-10-18 | 1 | -1/+1 |
| | | | | If `-m' is supplied, a number must follow. | ||||
* | Free error that will be set during download | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 5 | -6/+78 |
| | |||||
* | Add pco property documentation | Matthias Vogelgesang | 2012-10-18 | 2 | -0/+132 |
| | |||||
* | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 5 | -6/+65 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 5 | -3/+25 |
| | |||||
* | Integrate initial unit facility | Matthias Vogelgesang | 2012-10-16 | 3 | -26/+140 |
| | |||||
* | Add zoom functionality | Matthias Vogelgesang | 2012-10-16 | 2 | -30/+163 |
| | |||||
* | Fix replay feature | Matthias Vogelgesang | 2012-10-15 | 5 | -33/+67 |
| | |||||
* | Fix button states | Matthias Vogelgesang | 2012-10-12 | 1 | -9/+17 |
| | |||||
* | Reflect correct state of camera | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Accept anything else than 8 bit as 16 bits | Matthias Vogelgesang | 2012-10-12 | 1 | -3/+1 |
| | | | | For now, there is no other possible format. | ||||
* | Control memory size via command line | Matthias Vogelgesang | 2012-10-12 | 3 | -38/+76 |
| | |||||
* | Add ring buffer recording for assessment | Matthias Vogelgesang | 2012-10-12 | 6 | -75/+246 |
| | |||||
* | Update API call | Matthias Vogelgesang | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Use updated gtester.xml by Mihael Koep | Matthias Vogelgesang | 2012-10-11 | 1 | -5/+7 |
| | |||||
* | Implement adjustable histogram | Matthias Vogelgesang | 2012-10-11 | 5 | -106/+316 |
| | |||||
* | Don't set the maximum size of the preview image | Matthias Vogelgesang | 2012-10-11 | 1 | -2/+0 |
| | |||||
* | Link explicitly against libm | Matthias Vogelgesang | 2012-10-11 | 1 | -1/+3 |
| | |||||
* | Disable unused variables | Matthias Vogelgesang | 2012-10-10 | 1 | -4/+4 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 7 | -43/+400 |
| | |||||
* | (De-) activate tool buttons according to state | Matthias Vogelgesang | 2012-10-10 | 2 | -60/+59 |
| | |||||
* | Add histogram view skeleton | Matthias Vogelgesang | 2012-10-10 | 3 | -1/+156 |
| | |||||
* | Use scrolled window for camera choice | Matthias Vogelgesang | 2012-10-10 | 1 | -8/+18 |
| | |||||
* | Remove unneccessary variable | Matthias Vogelgesang | 2012-10-10 | 1 | -2/+0 |
| | |||||
* | Set timestamp as enum not flag | Matthias Vogelgesang | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Use correct pixel rate property name | Matthias Vogelgesang | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | More elegant error reporting when libpco fails | Matthias Vogelgesang | 2012-10-10 | 1 | -48/+52 |
| | |||||
* | Fix #151: Rename trigger enum value | Matthias Vogelgesang | 2012-10-09 | 7 | -22/+34 |
| | |||||
* | Set sane default exposure time | Matthias Vogelgesang | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | 2012-10-09 | 4 | -20/+139 |
| | | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. | ||||
* | Fix #149: Make timestamp mode an enum | Matthias Vogelgesang | 2012-10-09 | 2 | -26/+21 |
| | |||||
* | Load correct framegrabber plugin | Matthias Vogelgesang | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Add packages and bindings sections | Matthias Vogelgesang | 2012-10-08 | 1 | -4/+47 |
| | |||||
* | Introspection has to be in the NEWS | Matthias Vogelgesang | 2012-10-08 | 1 | -1/+6 |
| | |||||
* | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 12 | -17/+74 |
| | | | | | | 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(). | ||||
* | Remove uca_camera_get_types from public API | Matthias Vogelgesang | 2012-10-08 | 1 | -13/+20 |
| | | | | This functionality was moved to the plugin manager and could not be used anyway. | ||||
* | Generate documentation for the base camera object | Matthias Vogelgesang | 2012-10-08 | 3 | -7/+80 |
| | |||||
* | Fix #114: look for SISO rt in /opt/siso | Matthias Vogelgesang | 2012-10-01 | 2 | -0/+4 |
| |