summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-05-10Properly allocate and destroy value arrayMatthias Vogelgesang
2012-05-10Fix wrong heightMatthias Vogelgesang
2012-04-27pco: add r/w pixel rateMatthias Vogelgesang
2012-04-27pco: add acquisition modeMatthias Vogelgesang
2012-04-27pco: add extended sensor formatMatthias Vogelgesang
2012-04-27pco: add noise filterMatthias Vogelgesang
2012-04-27pco: add record modesMatthias Vogelgesang
2012-04-27pco: add offset modeMatthias Vogelgesang
2012-04-27pco: add two double image mode propertiesMatthias Vogelgesang
2012-04-27pco: read/write number of ADCsMatthias Vogelgesang
2012-04-27pco: Add sensor temperatureMatthias Vogelgesang
2012-04-27Read/write delay and exposure timeMatthias Vogelgesang
This is transparently handling time base conversion
2012-04-24Add trigger mode and trigger methodMatthias Vogelgesang
2012-04-23Make constants staticMatthias Vogelgesang
2012-04-20Don't install camera headersMatthias Vogelgesang
2012-04-20Fix .pc pathMatthias Vogelgesang
Apparently, pkg-config does not look into /usr/local/lib64/pkgconfig.
2012-04-20Drop -gobject suffixMatthias Vogelgesang
2012-04-20Leave properties for laterMatthias Vogelgesang
2012-04-20Prevent building doc targets all the timeMatthias Vogelgesang
2012-04-19pf: Use correct frame grabber formatMatthias Vogelgesang
2012-04-19Declare uca_camera_props rather than defineMatthias Vogelgesang
2012-04-19Add a bit of documentationMatthias Vogelgesang
2012-04-19Add Photon FocusMatthias Vogelgesang
2012-04-19Merge branch 'rewrite-props'Matthias Vogelgesang
2012-04-19Export base properties and string arrayMatthias Vogelgesang
The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
2012-04-19fixed libdirVolker Kaiser
2012-04-19CI_INSTALL_PREFIX addedVolker Kaiser
2012-04-18Now really fix it ...Matthias Vogelgesang
2012-04-18Only reference docs for cameras that are builtMatthias Vogelgesang
2012-04-18Generate documentation with gtk-docMatthias Vogelgesang
2012-04-18Add not-implemented error for ufo readoutMatthias Vogelgesang
2012-04-18Fix out-of-bounds errorsMatthias Vogelgesang
It's a bit strange that I only get warnings at release builds but not at debug builds.
2012-04-17Print the current frame as feed-backMatthias Vogelgesang
2012-04-17Implement asynchronous recordingMatthias Vogelgesang
2012-04-17Make exposure time writeableMatthias Vogelgesang
2012-04-17Fix potential overflow errorMatthias Vogelgesang
2012-04-17Add prelimary UFO camera supportMatthias Vogelgesang
2012-04-17Fix wrong type prefixMatthias Vogelgesang
2012-04-13Fix multiple recordingsMatthias Vogelgesang
2012-04-12Check errors and fix small issuesMatthias Vogelgesang
2012-04-12Allocate memory only when size has changedMatthias Vogelgesang
2012-04-12Implement readout-afte-record modeMatthias Vogelgesang
2012-04-10Fix hard to detect problemsMatthias Vogelgesang
2012-04-02Add test to measure lib overheadMatthias Vogelgesang
2012-03-30Fix some problems that occur with the 4000Matthias Vogelgesang
2012-03-21Merge patch from Volker KaiserMatthias Vogelgesang
2012-03-08Fix mock cameraMatthias Vogelgesang
All unit tests pass again
2012-03-08Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-03-06pco: Implement mandatory propertiesMatthias Vogelgesang