summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove leftover text that slipped throughMatthias Vogelgesang2013-05-131-1/+0
|
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-134-27/+43
|
* Make writing TIFF files optionalMatthias Vogelgesang2013-05-131-4/+16
|
* Add sensor-pixel-width and sensor-pixel-heightMatthias Vogelgesang2013-05-023-0/+39
| | | | | To all camera authors: you should override these values and provide the correct pixel sizes.
* Convert to correct frames per secondMatthias Vogelgesang2013-04-241-0/+20
|
* mock: Do not override trigger mode handlingMatthias Vogelgesang2013-04-191-9/+0
|
* Build list of cameras only in one placeMatthias Vogelgesang2013-04-185-78/+117
|
* Add -n and -r options to uca-benchmarkMatthias Vogelgesang2013-04-181-30/+53
| | | | | The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
* Fix calculation once moreMatthias Vogelgesang2013-04-171-2/+2
|
* Fix exposure time calculationMatthias Vogelgesang2013-04-171-2/+3
|
* Bump version to 1.3.0Matthias Vogelgesang2013-04-161-2/+2
|
* Release version 1.2Matthias Vogelgesang2013-04-165-5/+5
|
* Rename uca-control to uca-camera-controlMatthias Vogelgesang2013-04-161-3/+4
|
* Delay property installation until run-timeMatthias Vogelgesang2013-04-151-7/+6
|
* Fix segmentation fault when accessing binning listMatthias Vogelgesang2013-04-151-0/+25
| | | | This fixes one of the problems in #208.
* Append NEWS file to the manualMatthias Vogelgesang2013-04-112-23/+21
|
* Update NEWSMatthias Vogelgesang2013-04-111-0/+17
|
* Install all binaries with common uca- prefixMatthias Vogelgesang2013-04-112-11/+9
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-1119-29/+26
|
* Update documentationMatthias Vogelgesang2013-04-101-5/+14
|
* Only break out if duration is setMatthias Vogelgesang2013-04-101-2/+1
|
* Install grab as uca-grabMatthias Vogelgesang2013-04-101-2/+5
|
* Round bits per sample (e.g. 10 -> 16)Matthias Vogelgesang2013-04-101-2/+5
|
* Remove obsolete toolsMatthias Vogelgesang2013-04-103-325/+0
|
* Print status information from time to timeMatthias Vogelgesang2013-04-101-4/+15
|
* Add filename optionsMatthias Vogelgesang2013-04-101-11/+24
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-1017-14/+111
|
* Rename --time parameter --durationMatthias Vogelgesang2013-04-101-2/+4
|
* grab takes -n and -t parameters nowMatthias Vogelgesang2013-04-105-104/+146
|
* Fix clock skew when setting the frame rateMatthias Vogelgesang2013-03-261-5/+14
| | | | | This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be.
* PF: Implement stub triggerMatthias Vogelgesang2013-03-251-0/+6
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-219-94/+22
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Improve libuca package compatibility with RPM systems.Mihael Koep2013-03-215-83/+7
| |
| * Update package scriptMihael Koep2013-03-211-3/+24
| | | | | | | | | | | | | | | | Allows to set additional information in each plugin's CMakeLists.txt. Conflicts: plugins/package-plugin.sh.in
| * Revert control glade path to install locationMatthias Vogelgesang2013-03-191-2/+1
| | | | | | | | It was not a cool move to change it to the current directory ...
| * Build package flags inside package-plugin.sh.inMihael Koep2013-03-196-6/+17
| | | | | | | | | | | | | | | | | | This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
| * Cleanup of dexela plugin build file and package-plugin.sh.in to include ↵Mihael Koep2013-03-144-13/+9
| | | | | | | | sensible metadata information.
| * Merge branch 'dexela_simple_packaging' into dexelaMihael Koep2013-03-144-47/+9
| |\ | | | | | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
| * | Trying to improve dexela plugin packaging.Mihael Koep2013-03-057-6/+62
| | |
* | | Set streaming bit _after_ pcilib_startMatthias Vogelgesang2013-03-201-3/+3
| | | | | | | | | | | | God knows why this is this way ...
* | | Implement trigger logic in base cameraMatthias Vogelgesang2013-03-202-21/+24
| | |
* | | UFO: Use streaming for auto triggerMatthias Vogelgesang2013-03-202-13/+12
| | | | | | | | | | | | This has nothing to do with asynchronous operation mode.
* | | UFO: Use internal triggering mechanismMatthias Vogelgesang2013-03-202-22/+69
| | |
* | | Add Numpy integration documentationMatthias Vogelgesang2013-03-201-1/+27
| | |
* | | uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-2011-83/+104
| | |
* | | Remove old OpenCV patchMatthias Vogelgesang2013-03-202-403/+0
| | |
* | | Update package scriptMatthias Vogelgesang2013-03-191-3/+24
| | | | | | | | | | | | Allows to set additional information in each plugin's CMakeLists.txt.
* | | Revert control glade path to install locationMatthias Vogelgesang2013-03-181-2/+1
| | | | | | | | | | | | It was not a cool move to change it to the current directory ...
* | | Spawn a thread because pcilib_stream blocksMatthias Vogelgesang2013-03-181-6/+17
| | |
* | | Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-156-3/+16
| | | | | | | | | | | | This will use the information provided by each plugin.