summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-11Remove unnecessary functionMatthias Vogelgesang
2012-07-09Fix ui issuesMatthias Vogelgesang
2012-07-09Implement some mandatory propertiesMatthias Vogelgesang
2012-07-09Backport combo box in property rendererMatthias Vogelgesang
2012-07-06Fix segfault caused by wrong memcpy parameterMatthias Vogelgesang
2012-07-06"Implement" ROI get/setMatthias Vogelgesang
2012-07-06Fix UcaUfoCamera instantiationMatthias Vogelgesang
2012-07-06Let mock camera accept ROI change requestsMatthias Vogelgesang
2012-07-06Pass camera type from command line to grabMatthias Vogelgesang
2012-07-06Remove unused variableMatthias Vogelgesang
2012-07-05Fix LU-24: add "sensor-max-adcs"Matthias Vogelgesang
2012-07-04mock: add exposure timeMatthias Vogelgesang
2012-07-04Remove unnecessary codeMatthias Vogelgesang
2012-07-04Add property tree viewMatthias Vogelgesang
The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.
2012-07-03Fix LU-16: Add cooling point propsMatthias Vogelgesang
Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
2012-07-02Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang
2012-07-02Implement ROI multipliers in mock cameraMatthias Vogelgesang
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-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