summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca-pco-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-121-2/+2
|
* Fix LU-24: add "sensor-max-adcs"Matthias Vogelgesang2012-07-051-1/+16
|
* Fix LU-16: Add cooling point propsMatthias Vogelgesang2012-07-031-1/+43
| | | | | Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
* Fix LU-15: Broken ROI imageMatthias Vogelgesang2012-06-291-3/+35
| | | | | | | | 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.
* Fix LU-12Matthias Vogelgesang2012-06-201-2/+2
| | | | | | 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.
* Fulfill double width requirement of pco.edgeMatthias Vogelgesang2012-06-201-7/+7
|
* Re-implement asynchronous data acquisitionMatthias Vogelgesang2012-06-201-0/+47
|
* Remove pixel rate from per-camera structureMatthias Vogelgesang2012-06-141-5/+4
| | | | | We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate.
* Fix LU-8Matthias Vogelgesang2012-06-141-18/+35
| | | | Override default values for ROI size, cooling point and pixel rate.
* Fix LU-4Matthias Vogelgesang2012-06-141-3/+16
| | | | The larger sensor area can now be used as a ROI.
* Fix LU-7Matthias Vogelgesang2012-06-131-2/+1
| | | | | | We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000.
* Add timestamp mode propertyMatthias Vogelgesang2012-06-121-3/+54
|
* Generate enum types from sourceMatthias Vogelgesang2012-06-121-45/+14
| | | | | | | | | 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.
* Allow only possible pixel rates when settingMatthias Vogelgesang2012-06-011-1/+18
|
* Fix setting acquire modeMatthias Vogelgesang2012-06-011-2/+6
|
* Set correct ADC countMatthias Vogelgesang2012-05-311-12/+21
|
* Warn if cooling point cannot be set/readMatthias Vogelgesang2012-05-311-1/+4
|
* Rework setting of ROIMatthias Vogelgesang2012-05-301-79/+57
| | | | | Unfortunately, setting the binning does not yet work because it is only possible to set this parameter before initializing the frame grabber.
* Use ROI with (0,0) as starting coordinateMatthias Vogelgesang2012-05-291-4/+51
|
* Fix enum descriptionMatthias Vogelgesang2012-05-291-1/+1
|
* Allow zero delay timeMatthias Vogelgesang2012-05-291-5/+17
|
* Fix exposure and delay timeMatthias Vogelgesang2012-05-291-10/+14
|
* Properly allocate and destroy value arrayMatthias Vogelgesang2012-05-101-0/+5
|
* Fix wrong heightMatthias Vogelgesang2012-05-101-1/+2
|
* pco: add r/w pixel rateMatthias Vogelgesang2012-04-271-4/+66
|
* pco: add acquisition modeMatthias Vogelgesang2012-04-271-2/+59
|
* pco: add extended sensor formatMatthias Vogelgesang2012-04-271-8/+61
|
* pco: add noise filterMatthias Vogelgesang2012-04-271-0/+23
|
* pco: add record modesMatthias Vogelgesang2012-04-271-1/+59
|
* pco: add offset modeMatthias Vogelgesang2012-04-271-1/+20
|
* pco: add two double image mode propertiesMatthias Vogelgesang2012-04-271-0/+35
|
* pco: read/write number of ADCsMatthias Vogelgesang2012-04-271-2/+29
|
* pco: Add sensor temperatureMatthias Vogelgesang2012-04-271-0/+16
|
* Read/write delay and exposure timeMatthias Vogelgesang2012-04-271-0/+131
| | | | This is transparently handling time base conversion
* Add trigger mode and trigger methodMatthias Vogelgesang2012-04-241-0/+56
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-26/+10
| | | | | | | 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.
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-181-1/+1
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Fix potential overflow errorMatthias Vogelgesang2012-04-171-1/+1
|
* Fix multiple recordingsMatthias Vogelgesang2012-04-131-4/+11
|
* Check errors and fix small issuesMatthias Vogelgesang2012-04-121-2/+4
|
* Allocate memory only when size has changedMatthias Vogelgesang2012-04-121-15/+20
|
* Implement readout-afte-record modeMatthias Vogelgesang2012-04-121-5/+47
|
* Fix hard to detect problemsMatthias Vogelgesang2012-04-101-5/+6
|
* Fix some problems that occur with the 4000Matthias Vogelgesang2012-03-301-19/+66
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-17/+92
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-061-5/+34
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-041-1/+1
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-041-2/+0
| | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice.
* Add cooling point mechanismMatthias Vogelgesang2012-03-041-0/+47
|
* Handle Framegrabber errors more gracefullyMatthias Vogelgesang2012-03-041-9/+21
|