summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/1.0' into dexelaMihael Koep2012-10-194-0/+16
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang2012-09-194-0/+16
| |
* | fix SCHNEIDE-382: use correct micros to seconds factor.Mihael Koep2012-10-091-4/+2
| |
* | Add test mode attribute.Mihael Koep2012-10-091-0/+20
| |
* | Return full dimensions as roi.Mihael Koep2012-09-181-0/+13
| |
* | Adapt to new libdexela interface.Mihael Koep2012-09-131-19/+19
| |
* | Work on acquisition.Mihael Koep2012-09-131-16/+26
| |
* | Implement gain and trigger mode properties.Mihael Koep2012-09-131-0/+66
| |
* | Start implementing gain property.Mihael Koep2012-09-121-1/+11
| |
* | Implement sensor width, height, bit depth and binning properties.Mihael Koep2012-09-121-8/+105
| |
* | Implement exposure time property.Mihael Koep2012-09-061-19/+25
| |
* | Fix the dexela error quark.Mihael Koep2012-09-041-2/+2
| |
* | Minor reformatting to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-3/+5
| |
* | Minor cleanup to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-1/+0
| |
* | make dexela part compile again.Mihael Koep2012-08-281-2/+1
| |
* | Fix indentation and implement the name property.Mihael Koep2012-08-281-19/+30
| |
* | First compiling version of dexela implementation.Mihael Koep2012-08-282-0/+232
|/
* Fix `uninitialized variable' warningMatthias Vogelgesang2012-08-131-1/+1
|
* Cleanup and add correct copyright ownerMatthias Vogelgesang2012-08-101-117/+48
|
* Merge branch 'ipe-basler'Matthias Vogelgesang2012-08-102-0/+534
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser2012-08-013-322/+1
| | | | | | | | pylon cameras
| * SCHNEIDE-276Volker Kaiser2012-07-273-3/+51
| |
| * SCHNEIDE-348Volker Kaiser2012-07-261-1/+56
| |
| * SCHNEIDE-347 (standardattribute)Volker Kaiser2012-07-261-10/+61
| |
| * SCHNEIDE-346 (exposure time)Volker Kaiser2012-07-261-7/+15
| |
| * SCHNEIDE-255 (ROI support basler)Volker Kaiser2012-07-263-21/+99
| |
| * working on baslerVolker Kaiser2012-07-261-3/+9
| |
| * basler camera worksVolker Kaiser2012-07-263-33/+22
| |
| * pylon (basler) camera addedVolker Kaiser2012-07-264-0/+621
| |
* | Properly convert register values to exposure timeMatthias Vogelgesang2012-08-071-7/+15
| |
* | Calculate timeout only when recording startsMatthias Vogelgesang2012-08-071-11/+15
| | | | | | | | | | Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
* | PF: free grabber correctlyMatthias Vogelgesang2012-07-301-16/+17
| |
* | Set timeout less than infinityMatthias Vogelgesang2012-07-271-4/+10
| |
* | Use prefixed "exp_time"Matthias Vogelgesang2012-07-271-2/+2
| |
* | Output errors from pcilibMatthias Vogelgesang2012-07-271-2/+10
| |
* | Fix sensor temperature conversionMatthias Vogelgesang2012-07-271-1/+1
|/
* Don't confuse bit_mode with adc_resolutionMatthias Vogelgesang2012-07-261-5/+7
|
* Use current temperature conversion formulaMatthias Vogelgesang2012-07-261-10/+47
|
* Fix bitmode to bit depth translationMatthias Vogelgesang2012-07-161-1/+1
|
* Fix: saving the bits correctlyMatthias Vogelgesang2012-07-131-9/+9
|
* Add human-readable temperatureMatthias Vogelgesang2012-07-131-19/+29
|
* Fix: return correct bit numberMatthias Vogelgesang2012-07-131-0/+3
|
* Transform bit mode to number of bitsMatthias Vogelgesang2012-07-131-2/+8
|
* Read number of bits from cameraMatthias Vogelgesang2012-07-131-7/+13
|
* Fix display of exposure timeMatthias Vogelgesang2012-07-121-5/+5
|
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-124-22/+10
|
* Get register information dynamicallyMatthias Vogelgesang2012-07-111-4/+80
|
* Scale automatically and fix some warnings with UFOMatthias Vogelgesang2012-07-111-0/+3
|
* Implement some mandatory propertiesMatthias Vogelgesang2012-07-091-1/+13
|
* Fix segfault caused by wrong memcpy parameterMatthias Vogelgesang2012-07-061-1/+1
|