summaryrefslogtreecommitdiff
path: root/plugins/pco/uca-pco-camera.c
AgeCommit message (Collapse)Author
2015-06-26Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang
2015-06-10pco: use Fg_stopAcquire in stop_readoutMatthias Vogelgesang
2015-06-03pco: allocate memory also when just reading outMatthias Vogelgesang
2015-06-03pco: do not reset storage modeMatthias Vogelgesang
2015-06-02pco: implement uca_camera_readout()Matthias Vogelgesang
2015-03-31Switch to trigger source/type semanticsMatthias Vogelgesang
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).
2015-03-16pco: Fixed missing arguments in calls to uca_camera_set_writableTimo Dritschler
2015-03-16pco: use simple stop frame grabber APIMatthias Vogelgesang
Apparently, SiliconSoftware dropped support for the extended version ...
2015-03-09Added check for 'writable during acquisition' to all set_property callsTimo Dritschler
2014-09-30pco: add "global-shutter" propertyMatthias Vogelgesang
2014-09-30pco: add global shutter supportMatthias Vogelgesang
2014-09-17pco: add ::version propertyMatthias Vogelgesang
It's a string property containing "serial number, major.minor, major.minor" that denotes the versions for camera hardware and FPGA firmware.
2014-09-10Fix #54: remove sensor-max-frame-rateMatthias Vogelgesang
2014-03-03pco: Add fast-scan propertyMatthias Vogelgesang
2014-03-03Remove debug outputMatthias Vogelgesang
2014-02-14Remove debug outputMatthias Vogelgesang
2014-02-14Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang
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.
2013-12-12Fix #20: don't query props if pco is recordingMatthias Vogelgesang
2013-11-05Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang
2013-10-31Fix bit depth information of pco camerasMatthias Vogelgesang
2013-10-25Call pco_request_image only in non-readout modeMatthias Vogelgesang
This should improve performance by 25 per cent.
2013-10-25Read properties in one goMatthias Vogelgesang
2013-10-25pco: simplify buffer size handlingMatthias Vogelgesang
2013-10-25Fix #2: thorough error checking on all occasionsMatthias Vogelgesang
2013-10-23pco: fix #9, override is-recording propertyMatthias Vogelgesang
2013-10-21Fix setting storage modeMatthias Vogelgesang
2013-09-18Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang
2013-09-17Do not throw an error when stream is finishedMatthias Vogelgesang
2013-08-16Expose storage mode and set it to FIFO bufferMatthias Vogelgesang
2013-08-16Set the storage mode for pco.4000Matthias Vogelgesang
2013-05-13Provide a macro for generating the enumsMatthias Vogelgesang
2013-03-26Fix clock skew when setting the frame rateMatthias Vogelgesang
This is a highly dubious patch, because we use a different delay time as what the manual says it is supposed to be.
2013-03-20uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang
2013-03-14Add get_type entry functionMatthias Vogelgesang
2013-03-14Make pco plugin initableMatthias Vogelgesang
2012-12-03Set correct camera link tap value for pco.dimaxMatthias Vogelgesang
The wrong value caused strange artefacts under long exposure and saturation environments.
2012-12-03Reduce timeout to fix block problemsMatthias Vogelgesang
2012-10-19Fix compile errorMatthias Vogelgesang
2012-10-19Always return correct number of recorded framesMatthias Vogelgesang
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-10Set timestamp as enum not flagMatthias Vogelgesang
2012-10-10Use correct pixel rate property nameMatthias Vogelgesang
2012-10-10More elegant error reporting when libpco failsMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang
Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
2012-10-09Fix #149: Make timestamp mode an enumMatthias Vogelgesang