summaryrefslogtreecommitdiffstats
path: root/plugins/pco
Commit message (Collapse)AuthorAgeFilesLines
* Switch to trigger source/type semanticsMatthias Vogelgesang2015-03-311-11/+11
| | | | | | | This change makes the naming more consistent but will break client and plugin code. The main idea is to specify a trigger source (AUTO being a virtual source) which denotes how causes a trigger and a trigger type which denotes when triggering happens (edge or level).
* pco: Fixed missing arguments in calls to uca_camera_set_writableTimo Dritschler2015-03-161-2/+2
|
* pco: use simple stop frame grabber APIMatthias Vogelgesang2015-03-161-1/+1
| | | | Apparently, SiliconSoftware dropped support for the extended version ...
* Added check for 'writable during acquisition' to all set_property callsTimo Dritschler2015-03-091-1/+10
|
* pco: add "global-shutter" propertyMatthias Vogelgesang2014-09-301-0/+24
|
* pco: add global shutter supportMatthias Vogelgesang2014-09-301-14/+26
|
* pco: add ::version propertyMatthias Vogelgesang2014-09-171-0/+27
| | | | | It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
* Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang2014-09-101-5/+0
|
* pco: Add fast-scan propertyMatthias Vogelgesang2014-03-031-0/+27
|
* Remove debug outputMatthias Vogelgesang2014-03-031-1/+0
|
* Remove debug outputMatthias Vogelgesang2014-02-141-4/+0
|
* Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang2014-02-141-20/+159
| | | | | | | pco provides two ways to set the target exposure time and frame rate: one via set delay/set exposure time and the other via set framerate. Both are mutual exclusively and as it turns out only working on certain models. pco.4000 sets bogus values when using set framerate, hence we use the older code.
* Fix #20: don't query props if pco is recordingMatthias Vogelgesang2013-12-122-3/+13
|
* Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang2013-11-051-1/+31
|
* Fix bit depth information of pco camerasMatthias Vogelgesang2013-10-312-2/+12
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-311-1/+3
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-1/+1
| | | | | | The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-1/+1
|
* Call pco_request_image only in non-readout modeMatthias Vogelgesang2013-10-251-3/+4
| | | | This should improve performance by 25 per cent.
* Read properties in one goMatthias Vogelgesang2013-10-251-3/+4
|
* pco: simplify buffer size handlingMatthias Vogelgesang2013-10-251-7/+6
|
* Fix #2: thorough error checking on all occasionsMatthias Vogelgesang2013-10-251-74/+106
|
* pco: fix #9, override is-recording propertyMatthias Vogelgesang2013-10-231-0/+10
|
* Add plugin summaries for pco and mockMatthias Vogelgesang2013-10-221-0/+1
|
* Fix setting storage modeMatthias Vogelgesang2013-10-211-2/+2
|
* Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang2013-09-181-176/+18
|
* Do not throw an error when stream is finishedMatthias Vogelgesang2013-09-171-4/+1
|
* Expose storage mode and set it to FIFO bufferMatthias Vogelgesang2013-08-163-2/+51
|
* Set the storage mode for pco.4000Matthias Vogelgesang2013-08-161-2/+14
|
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-132-4/+10
|
* 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
|
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | This will use the information provided by each plugin.
* Add get_type entry functionMatthias Vogelgesang2013-03-141-0/+6
|
* Make pco plugin initableMatthias Vogelgesang2013-03-141-109/+167
|
* Fix setting time stampMatthias Vogelgesang2013-01-181-2/+2
|
* 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.