summaryrefslogtreecommitdiffstats
path: root/uca-ufo-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/ufo-kit/uca-ufoHEADmasterSuren A. Chilingaryan2017-08-241-7/+4
|\
| * Improve formattingMatthias Vogelgesang2017-06-231-4/+4
| |
| * 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.
* | 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
| |
* | Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan2016-07-121-11/+42
|\ \ | |/
| * 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
| |
| * Use current exported symbol nameMatthias Vogelgesang2016-03-161-1/+1
| | | | | | | | See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0
* | PackagingSuren A. Chilingaryan2016-07-121-3/+3
|/
* 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-191-10/+8
|
* 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
|
* Make sensor width configurableMatthias Vogelgesang2015-07-311-4/+5
|
* Update against current pcilibMatthias Vogelgesang2015-07-241-12/+11
|
* Initial commitMatthias Vogelgesang2015-06-161-0/+728
For the past plugin history refer to the libuca repository.