summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Collapse)AuthorAgeFilesLines
...
* Read/write delay and exposure timeMatthias Vogelgesang2012-04-271-0/+131
| | | | This is transparently handling time base conversion
* Add trigger mode and trigger methodMatthias Vogelgesang2012-04-242-0/+60
|
* Make constants staticMatthias Vogelgesang2012-04-231-2/+2
|
* Leave properties for laterMatthias Vogelgesang2012-04-201-30/+14
|
* pf: Use correct frame grabber formatMatthias Vogelgesang2012-04-191-2/+2
|
* Add Photon FocusMatthias Vogelgesang2012-04-192-0/+446
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-193-73/+28
| | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
* Add not-implemented error for ufo readoutMatthias Vogelgesang2012-04-181-0/+2
|
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-183-3/+3
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Print the current frame as feed-backMatthias Vogelgesang2012-04-171-0/+92
|
* Implement asynchronous recordingMatthias Vogelgesang2012-04-171-1/+30
|
* Make exposure time writeableMatthias Vogelgesang2012-04-171-0/+9
|
* Fix potential overflow errorMatthias Vogelgesang2012-04-173-3/+3
|
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-173-0/+368
|
* Fix wrong type prefixMatthias Vogelgesang2012-04-171-1/+1
|
* Fix multiple recordingsMatthias Vogelgesang2012-04-131-4/+11
|
* Check errors and fix small issuesMatthias Vogelgesang2012-04-121-2/+4
|
* Allocate memory only when size has changedMatthias Vogelgesang2012-04-121-15/+20
|
* Implement readout-afte-record modeMatthias Vogelgesang2012-04-121-5/+47
|
* Fix hard to detect problemsMatthias Vogelgesang2012-04-101-5/+6
|
* Add test to measure lib overheadMatthias Vogelgesang2012-04-021-4/+4
|
* Fix some problems that occur with the 4000Matthias Vogelgesang2012-03-301-19/+66
|
* Fix mock cameraMatthias Vogelgesang2012-03-081-7/+33
| | | | All unit tests pass again
* Implement single frame grabbingMatthias Vogelgesang2012-03-063-20/+96
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-062-11/+47
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-0/+67
|
* Remove cruftMatthias Vogelgesang2012-03-0510-1573/+0
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-042-2/+2
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-042-4/+0
| | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice.
* Add cooling point mechanismMatthias Vogelgesang2012-03-041-0/+47
|
* Handle Framegrabber errors more gracefullyMatthias Vogelgesang2012-03-042-10/+23
|
* pco: Binnings arrayMatthias Vogelgesang2012-03-031-3/+84
|
* Add start/stop signalMatthias Vogelgesang2012-03-032-3/+6
|
* Test property signalsMatthias Vogelgesang2012-03-021-0/+2
|
* Make available binnings mandatoryMatthias Vogelgesang2012-03-021-2/+60
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-024-37/+45
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-013-17/+156
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-014-0/+385
|
* Fix dummy cameraMatthias Vogelgesang2012-02-291-2/+2
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-291-38/+37
|
* Disable pco_set_time_base()Matthias Vogelgesang2012-02-281-3/+5
|
* Fix type declarationsMatthias Vogelgesang2012-02-071-3/+3
|
* Typedef typesMatthias Vogelgesang2012-02-033-7/+7
|
* MergeMatthias Vogelgesang2012-02-031-4/+9
|\
| * Fix up callbackMatthias Vogelgesang2012-02-031-4/+9
| |
* | Fix compilation warnings and errorsMatthias Vogelgesang2012-02-031-2/+2
|/
* Preliminary support of streaming for the UFO cameraMatthias Vogelgesang2012-02-031-3/+37
|
* Add preliminary UFO camera support back againSuren A. Chilingaryan2012-02-021-4/+21
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-3110-0/+166
|
* Fix: break with current pcilibMatthias Vogelgesang2011-12-151-1/+5
|