summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hard-code CMOSIS20 parametersHEADmasterSuren A. Chilingaryan2018-10-282-1/+15
|
* Don't wait for new frame on stop_recordingSuren A. Chilingaryan2018-10-281-1/+1
|
* Retry reading control registers as HZG camera often returns 0xffffffff in ↵Suren A. Chilingaryan2018-10-082-3/+8
| | | | ROI mode
* Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan2017-08-243-7/+136
|\
| * Improve formattingMatthias Vogelgesang2017-06-231-4/+4
| |
| * Stop recording if test failsMatthias Vogelgesang2016-11-041-1/+3
| |
| * Do not handle PCILIB_REGISTER_INCONSISTENTMatthias Vogelgesang2016-11-041-3/+0
| | | | | | | | | | There is no way to check the version of pcilib at compile time and this flag does not seem to be that important anyway ... well let's see.
| * Add test program to check stabilityMatthias Vogelgesang2016-11-042-0/+130
| |
* | Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan2016-10-071-1/+1
|\ \ | |/
| * Return TIMEOUT error if ETIME is returnedMatthias Vogelgesang2016-07-131-1/+1
| |
* | Require uthash-devel instead of uthashSuren A. Chilingaryan2016-08-251-1/+1
| |
* | Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan2016-07-124-11/+124
|\ \ | |/
| * Use auto triggering in ROI testMatthias Vogelgesang2016-07-121-0/+1
| |
| * Require device stringMatthias Vogelgesang2016-07-122-2/+4
| |
| * Add some TANGO testsMatthias Vogelgesang2016-07-122-0/+77
| |
| * Fix default value trigger timeoutMatthias Vogelgesang2016-07-121-1/+1
| |
| * Fix #2: reset frame request and flush at the endMatthias Vogelgesang2016-07-071-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | This is an intermediate fix proposed by Michele but not really solving the underlying issue of the FPGA getting stuck. The fix consists of two separate solutions: 1. In case we encounter an error while grabbing we reset the command queue on the FPGA (i.e. flipping third bit on the control register). 2. We read all stale data from the FPGA with a timeout now. Before it was still possible to have stale data in the DDR thus corrupting subsequent data reads.
| * Add adjustable "timeout" propertyMatthias Vogelgesang2016-07-041-1/+17
| |
| * Track current pcilibMatthias Vogelgesang2016-07-041-1/+4
| |
| * Do not stop/close pcilib if we never had a handleMatthias Vogelgesang2016-06-221-4/+6
| |
| * Fix software trigger ... againMatthias Vogelgesang2016-06-031-1/+3
| |
| * Specify link dir of libucaMatthias Vogelgesang2016-06-031-0/+2
| |
| * Use current exported symbol nameMatthias Vogelgesang2016-03-161-1/+1
| | | | | | | | See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0
* | PackagingSuren A. Chilingaryan2016-07-123-4/+63
|/
* Use common write_register_value functionMatthias Vogelgesang2016-01-191-26/+14
|
* Use read_register_value consistentlyMatthias Vogelgesang2016-01-191-19/+6
|
* Implement sensor height as compile-time constantMatthias Vogelgesang2016-01-193-10/+14
|
* Implement vertical ROI windowingMatthias Vogelgesang2016-01-181-16/+87
|
* Always set control bit 9 to enable readoutMatthias Vogelgesang2015-08-261-0/+3
|
* Remove adc_resolution fixMatthias Vogelgesang2015-08-261-11/+5
| | | | This is corrected with current firmware versions.
* Read correct sensor height depending on firmwareMatthias Vogelgesang2015-08-131-4/+10
|
* Enforce 12 bits for firmware version 6Matthias Vogelgesang2015-08-041-1/+8
|
* Simplify adc_resolution to bits conversionMatthias Vogelgesang2015-08-041-17/+3
|
* Read one less line to avoid segfaultsMatthias Vogelgesang2015-08-031-1/+1
|
* Add forgotten config.h.inMatthias Vogelgesang2015-07-311-0/+1
|
* Make sensor width configurableMatthias Vogelgesang2015-07-312-8/+15
|
* Update against current pcilibMatthias Vogelgesang2015-07-242-17/+15
|
* Set log domain to Uca-UfoMatthias Vogelgesang2015-07-011-0/+1
|
* Use libuca include dirsMatthias Vogelgesang2015-07-011-0/+1
|
* Initial commitMatthias Vogelgesang2015-06-166-0/+898
For the past plugin history refer to the libuca repository.