summaryrefslogtreecommitdiffstats
path: root/src/cameras
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implement correct trigger modesMatthias Vogelgesang2011-04-183-2/+26
|
* Fix building the IPE cameraMatthias Vogelgesang2011-04-081-3/+3
|
* Return somewhat more reliable numbers for min/max delay and exposureMatthias Vogelgesang2011-03-241-6/+18
|
* Minor cleanups like sharing of uca_set_void and making non-exported functionsMatthias Vogelgesang2011-03-243-44/+42
| | | | static
* Fix pco resize and let UCA_ERR_MASK_CODE mask code and severityMatthias Vogelgesang2011-03-241-2/+25
|
* Expose synchronicity property, add boolean unit and document the error codeMatthias Vogelgesang2011-03-242-3/+6
| | | | format
* Share common properties between camera and grabber to let the camera just callMatthias Vogelgesang2011-03-232-64/+36
| | | | grabber->set_property once
* Use more flexible error codesMatthias Vogelgesang2011-03-233-53/+54
|
* Implement grab timeoutMatthias Vogelgesang2011-03-232-4/+30
|
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-1/+0
|
* Fix typoMatthias Vogelgesang2011-03-221-1/+1
|