summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Set different grabbing parametersMatthias Vogelgesang2012-05-291-10/+29
|
* Use ROI with (0,0) as starting coordinateMatthias Vogelgesang2012-05-292-10/+57
|
* Fix enum descriptionMatthias Vogelgesang2012-05-291-1/+1
|
* Allow zero delay timeMatthias Vogelgesang2012-05-291-5/+17
|
* Fix exposure and delay timeMatthias Vogelgesang2012-05-292-11/+18
|
* Properly allocate and destroy value arrayMatthias Vogelgesang2012-05-101-0/+5
|
* Fix wrong heightMatthias Vogelgesang2012-05-101-1/+2
|
* Print more meaningful error messageMatthias Vogelgesang2012-05-101-1/+1
|
* pco: add r/w pixel rateMatthias Vogelgesang2012-04-271-4/+66
|
* pco: add acquisition modeMatthias Vogelgesang2012-04-272-3/+67
|
* 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-272-1/+66
|
* 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-244-1/+131
|
* Make constants staticMatthias Vogelgesang2012-04-231-2/+2
|
* Don't install camera headersMatthias Vogelgesang2012-04-201-9/+1
|
* Fix .pc pathMatthias Vogelgesang2012-04-201-1/+1
| | | | Apparently, pkg-config does not look into /usr/local/lib64/pkgconfig.
* Drop -gobject suffixMatthias Vogelgesang2012-04-204-36/+24
|
* Output error when stoppingMatthias Vogelgesang2012-04-201-4/+7
|
* Leave properties for laterMatthias Vogelgesang2012-04-203-34/+15
|
* Prevent building doc targets all the timeMatthias Vogelgesang2012-04-201-5/+5
|
* pf: Use correct frame grabber formatMatthias Vogelgesang2012-04-191-2/+2
|
* Declare uca_camera_props rather than defineMatthias Vogelgesang2012-04-191-1/+1
|
* Add a bit of documentationMatthias Vogelgesang2012-04-192-2/+28
|
* Add Photon FocusMatthias Vogelgesang2012-04-195-8/+475
|
* Merge branch 'rewrite-props'Matthias Vogelgesang2012-04-197-130/+117
|\
| * Export base properties and string arrayMatthias Vogelgesang2012-04-197-130/+117
| | | | | | | | | | | | | | 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.
* | fixed libdirVolker Kaiser2012-04-191-1/+1
| |
* | CI_INSTALL_PREFIX addedVolker Kaiser2012-04-191-0/+4
|/
* Now really fix it ...Matthias Vogelgesang2012-04-181-4/+1
|
* Only reference docs for cameras that are builtMatthias Vogelgesang2012-04-183-11/+30
|
* Generate documentation with gtk-docMatthias Vogelgesang2012-04-188-1661/+112
|
* Add information about the Tango wrapperMatthias Vogelgesang2012-04-181-0/+9
|
* Add not-implemented error for ufo readoutMatthias Vogelgesang2012-04-183-1/+5
|
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-183-3/+3
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Print the current frame as feed-backMatthias Vogelgesang2012-04-171-0/+92
|
* Implement asynchronous recordingMatthias Vogelgesang2012-04-171-1/+30
|
* Make exposure time writeableMatthias Vogelgesang2012-04-172-1/+10
|
* Fix potential overflow errorMatthias Vogelgesang2012-04-173-3/+3
|
* Require Gtk+ 2.22Matthias Vogelgesang2012-04-171-1/+1
| | | | | The control application will not be built on the Hudson server and thus not break the build.
* More meaningful async testMatthias Vogelgesang2012-04-171-4/+9
| | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected.