summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add: pco.4000 supportMatthias Vogelgesang2011-12-141-9/+25
|
* Fix: pco.dimax record & readout modeMatthias Vogelgesang2011-10-241-9/+28
| | | | | I won't go into detail how retarded a decision from pco is and how much time it cost...
* Add: auto transfer property and readout functionMatthias Vogelgesang2011-10-201-2/+28
|
* Expose pco triggersMatthias Vogelgesang2011-10-201-3/+8
|
* Fix: timestamp modeMatthias Vogelgesang2011-10-191-3/+17
|
* Merge pending changesMatthias Vogelgesang2011-10-191-0/+11
|\
| * Add: set exposure time for IPE cameraMatthias Vogelgesang2011-09-271-0/+11
| |
* | Adapt libuca for pco.dimaxMatthias Vogelgesang2011-10-191-46/+56
|/
* Some adjustments for IPE cameraMatthias Vogelgesang2011-08-091-1/+8
|
* Prepare uca for IPE cameraMatthias Vogelgesang2011-08-091-0/+6
|
* Add simple grabber only accessed using framegrabberMatthias Vogelgesang2011-07-252-0/+156
|
* Hotpixel correction and cam_state -> uca.hMatthias Vogelgesang2011-06-071-0/+11
|
* Somehow handle errors of IPE cameraMatthias Vogelgesang2011-04-271-1/+4
|
* Do state handling only once in uca.c instead of all camera implementationsMatthias Vogelgesang2011-04-272-16/+1
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-268-50/+50
|
* Remove UCA_CAM_ERROR and handle correct recording statesMatthias Vogelgesang2011-04-262-3/+11
|