summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility layer for new thread APIMatthias Vogelgesang2014-02-181-0/+1
|
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-29/+175
| | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
* Add new API call uca_camera_is_recordingMatthias Vogelgesang2013-12-121-0/+16
|
* Initialize result variableMatthias Vogelgesang2013-10-221-1/+1
| | | | Thanks clang!
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-171-0/+8
|
* Set default values for ROI multipliersMatthias Vogelgesang2013-07-171-0/+8
|
* Add sensor-pixel-width and sensor-pixel-heightMatthias Vogelgesang2013-05-021-0/+28
| | | | | To all camera authors: you should override these values and provide the correct pixel sizes.
* Fix segmentation fault when accessing binning listMatthias Vogelgesang2013-04-151-0/+25
| | | | This fixes one of the problems in #208.
* Implement trigger logic in base cameraMatthias Vogelgesang2013-03-201-1/+7
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-16/+14
|
* Lock access to camera implementationsMatthias Vogelgesang2012-10-221-2/+17
| | | | Thus, two threads will never invoke the camera implementations of grab() and stop().
* Add "recorded-frames" propertyMatthias Vogelgesang2012-10-181-0/+20
|
* Fix download of in-camera framesMatthias Vogelgesang2012-10-181-0/+44
|
* Add download button and make dimax workMatthias Vogelgesang2012-10-181-0/+5
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-3/+4
|
* Integrate initial unit facilityMatthias Vogelgesang2012-10-161-25/+115
|
* Implement adjustable histogramMatthias Vogelgesang2012-10-111-1/+1
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-101-3/+7
|
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-1/+9
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-0/+26
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Fix #139: Lock API functionsMatthias Vogelgesang2012-09-251-73/+111
|
* Make most cameras pluginsMatthias Vogelgesang2012-09-191-113/+0
|
* Initial plugin managerMatthias Vogelgesang2012-09-191-98/+101
|
* adjusted pylon additionsVolker Kaiser2012-07-261-4/+5
|
* pylon (basler) camera addedVolker Kaiser2012-07-261-0/+11
|
* Fix LU-26: make "name" a base propertyMatthias Vogelgesang2012-07-121-24/+31
|
* Fix UcaUfoCamera instantiationMatthias Vogelgesang2012-07-061-14/+30
|
* Fix LU-15: Broken ROI imageMatthias Vogelgesang2012-06-291-0/+16
| | | | | | | | This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs.
* Fix LU-8Matthias Vogelgesang2012-06-141-2/+2
| | | | Override default values for ROI size, cooling point and pixel rate.
* Generate enum types from sourceMatthias Vogelgesang2012-06-121-25/+9
| | | | | | | | | It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type.
* Fix LU-5Matthias Vogelgesang2012-06-121-2/+2
|
* Use ROI with (0,0) as starting coordinateMatthias Vogelgesang2012-05-291-6/+6
|
* Add trigger mode and trigger methodMatthias Vogelgesang2012-04-241-1/+60
|
* Add Photon FocusMatthias Vogelgesang2012-04-191-0/+12
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-50/+53
| | | | | | | 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.
* Generate documentation with gtk-docMatthias Vogelgesang2012-04-181-3/+4
|
* Add not-implemented error for ufo readoutMatthias Vogelgesang2012-04-181-0/+1
|
* Make exposure time writeableMatthias Vogelgesang2012-04-171-1/+1
|
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-171-0/+11
|
* Check errors and fix small issuesMatthias Vogelgesang2012-04-121-1/+5
|
* Implement readout-afte-record modeMatthias Vogelgesang2012-04-121-2/+50
|
* Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang2012-03-081-2/+4
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-1/+54
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-061-0/+8
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-051-0/+72
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-3/+25
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-051-8/+40
|
* Fix error handlingMatthias Vogelgesang2012-03-051-4/+10
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|