summaryrefslogtreecommitdiffstats
path: root/plugins/pco/uca-pco-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-11/+12
|
* Add get_type entry functionMatthias Vogelgesang2013-03-141-0/+6
|
* Make pco plugin initableMatthias Vogelgesang2013-03-141-109/+167
|
* Set correct camera link tap value for pco.dimaxMatthias Vogelgesang2012-12-031-1/+1
| | | | | The wrong value caused strange artefacts under long exposure and saturation environments.
* Reduce timeout to fix block problemsMatthias Vogelgesang2012-12-031-4/+3
|
* Fix compile errorMatthias Vogelgesang2012-10-191-0/+2
|
* Always return correct number of recorded framesMatthias Vogelgesang2012-10-191-8/+2
|
* Show download progressMatthias Vogelgesang2012-10-181-0/+4
|
* Add "recorded-frames" propertyMatthias Vogelgesang2012-10-181-0/+9
|
* Fix download of in-camera framesMatthias Vogelgesang2012-10-181-3/+22
|
* Add download button and make dimax workMatthias Vogelgesang2012-10-181-1/+2
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-0/+14
|
* Set timestamp as enum not flagMatthias Vogelgesang2012-10-101-1/+1
|
* Use correct pixel rate property nameMatthias Vogelgesang2012-10-101-1/+1
|
* More elegant error reporting when libpco failsMatthias Vogelgesang2012-10-101-48/+52
|
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-2/+2
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-20/+91
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Fix #149: Make timestamp mode an enumMatthias Vogelgesang2012-10-091-23/+17
|
* Load correct framegrabber pluginMatthias Vogelgesang2012-10-091-1/+1
|
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-0/+1398
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.