summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2012-03-05Build mock camera by default and fix warningMatthias Vogelgesang
2012-03-05Add factory method to create new camerasMatthias Vogelgesang
2012-03-05Complete async xfer infrastructureMatthias Vogelgesang
2012-03-05Add asynchronous xfer propertyMatthias Vogelgesang
2012-03-05Fix error handlingMatthias Vogelgesang
Obviously, unit tests pay off.
2012-03-05Change recording property only on successMatthias Vogelgesang
2012-03-05Remove cruftMatthias Vogelgesang
2012-03-05Locate place where to put tango server instantiationMatthias Vogelgesang
2012-03-05Use property notification instead of signalMatthias Vogelgesang
Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
2012-03-04Add callback func and change data to gpointerMatthias Vogelgesang