summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-29Fix LU-15: Broken ROI imageMatthias Vogelgesang
This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs.
2012-06-20Fix LU-12Matthias Vogelgesang
Some cameras that don't support an extended mode tend to return a smaller extended sensor size than the standard sensor size. This commit fixes the problem by returning the standard sensor size.
2012-06-20Fulfill double width requirement of pco.edgeMatthias Vogelgesang
2012-06-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-06-14Remove pixel rate from per-camera structureMatthias Vogelgesang
We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate.
2012-06-14Fix LU-8Matthias Vogelgesang
Override default values for ROI size, cooling point and pixel rate.
2012-06-14Fix LU-4Matthias Vogelgesang
The larger sensor area can now be used as a ROI.
2012-06-13Fix LU-7Matthias Vogelgesang
We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000.
2012-06-12Add timestamp mode propertyMatthias Vogelgesang
2012-06-12Generate enum types from sourceMatthias Vogelgesang
It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type.
2012-06-12Fix LU-5Matthias Vogelgesang
2012-06-01Install camera-specific headersMatthias Vogelgesang
2012-06-01Allow only possible pixel rates when settingMatthias Vogelgesang
2012-06-01Fix setting acquire modeMatthias Vogelgesang
2012-05-31Set correct ADC countMatthias Vogelgesang
2012-05-31Warn if cooling point cannot be set/readMatthias Vogelgesang
2012-05-30Rework setting of ROIMatthias Vogelgesang
Unfortunately, setting the binning does not yet work because it is only possible to set this parameter before initializing the frame grabber.
2012-05-29Use ROI with (0,0) as starting coordinateMatthias Vogelgesang
2012-05-29Fix enum descriptionMatthias Vogelgesang
2012-05-29Allow zero delay timeMatthias Vogelgesang
2012-05-29Fix exposure and delay timeMatthias Vogelgesang
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