summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Use roi-x0 and roi-y0Matthias Vogelgesang
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-29Set different grabbing parametersMatthias Vogelgesang
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-05-10Print more meaningful error messageMatthias 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-20Output error when stoppingMatthias 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