summaryrefslogtreecommitdiffstats
path: root/plugins/ufo/uca-ufo-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting frame rateMatthias Vogelgesang2014-02-201-15/+19
|
* ufo: Allow setting framerateMatthias Vogelgesang2014-02-201-22/+41
|
* Fix ufo compilationMatthias Vogelgesang2014-02-201-0/+2
|
* ufo: Set frame rate accordinglyMatthias Vogelgesang2014-02-201-6/+15
|
* Use MSB of "control" for frequency determinationMatthias Vogelgesang2014-01-301-1/+1
|
* ufo: fix reading the frequency flagMatthias Vogelgesang2014-01-291-1/+1
|
* ufo: Read all rowsMatthias Vogelgesang2013-07-241-11/+12
|
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-171-16/+0
|
* Convert to correct frames per secondMatthias Vogelgesang2013-04-241-0/+20
|
* Fix calculation once moreMatthias Vogelgesang2013-04-171-2/+2
|
* Fix exposure time calculationMatthias Vogelgesang2013-04-171-2/+3
|
* Delay property installation until run-timeMatthias Vogelgesang2013-04-151-7/+6
|
* 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-201-20/+17
|
* UFO: Use streaming for auto triggerMatthias Vogelgesang2013-03-201-12/+10
| | | | This has nothing to do with asynchronous operation mode.
* UFO: Use internal triggering mechanismMatthias Vogelgesang2013-03-201-22/+68
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-15/+23
|
* Spawn a thread because pcilib_stream blocksMatthias Vogelgesang2013-03-181-6/+17
|
* Make ufo plugin initableMatthias Vogelgesang2013-03-141-47/+126
|
* Output location of pcilib errorsMatthias Vogelgesang2012-10-231-3/+4
|
* Store trigger modeMatthias Vogelgesang2012-10-191-0/+8
|
* Don't soft trigger on external signalMatthias Vogelgesang2012-10-191-7/+12
|
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-0/+497
... 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.