| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-30 | pco: add global shutter support | Matthias Vogelgesang | |
| 2014-09-15 | Fix race condition on buffered acquisition | Matthias Vogelgesang | |
| 2014-09-10 | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | |
| 2014-08-13 | Fix #41: add write accessibility API | Matthias Vogelgesang | |
| 2014-08-13 | Refactor out get_param_spec_by_name | Matthias Vogelgesang | |
| 2014-08-13 | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | |
| 2014-08-07 | Reset all property units and warn on override | Matthias Vogelgesang | |
| 2014-08-07 | Prevent overwriting unit definition | Matthias Vogelgesang | |
| 2014-07-29 | Added proper handling for 'frames-per-second' property to uca-camera base class | Timo Dritschler | |
| 2014-03-05 | Fix annotations | Matthias Vogelgesang | |
| 2014-02-18 | Add compatibility layer for new thread API | Matthias Vogelgesang | |
| 2014-02-14 | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | |
| 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. | |||
| 2013-12-12 | Add new API call uca_camera_is_recording | Matthias Vogelgesang | |
| 2013-10-22 | Initialize result variable | Matthias Vogelgesang | |
| Thanks clang! | |||
| 2013-07-17 | Provide binning default and let cameras use that | Matthias Vogelgesang | |
| 2013-07-17 | Set default values for ROI multipliers | Matthias Vogelgesang | |
| 2013-05-02 | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | |
| To all camera authors: you should override these values and provide the correct pixel sizes. | |||
| 2013-04-15 | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | |
| This fixes one of the problems in #208. | |||
| 2013-03-20 | Implement trigger logic in base camera | Matthias Vogelgesang | |
| 2013-03-20 | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | |
| 2012-10-22 | Lock access to camera implementations | Matthias Vogelgesang | |
| Thus, two threads will never invoke the camera implementations of grab() and stop(). | |||
| 2012-10-18 | Add "recorded-frames" property | Matthias Vogelgesang | |
| 2012-10-18 | Fix download of in-camera frames | Matthias Vogelgesang | |
| 2012-10-18 | Add download button and make dimax work | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-16 | Integrate initial unit facility | Matthias Vogelgesang | |
| 2012-10-11 | Implement adjustable histogram | Matthias Vogelgesang | |
| 2012-10-10 | Implement experimental histogram view | Matthias Vogelgesang | |
| 2012-10-09 | Fix #151: Rename trigger enum value | Matthias Vogelgesang | |
| 2012-10-09 | Fix #150: Add "frames-per-second" property | Matthias 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-09-25 | Fix #139: Lock API functions | Matthias Vogelgesang | |
| 2012-09-19 | Make most cameras plugins | Matthias Vogelgesang | |
| 2012-09-19 | Initial plugin manager | Matthias Vogelgesang | |
| 2012-07-26 | adjusted pylon additions | Volker Kaiser | |
| 2012-07-26 | pylon (basler) camera added | Volker Kaiser | |
| 2012-07-12 | Fix LU-26: make "name" a base property | Matthias Vogelgesang | |
| 2012-07-06 | Fix UcaUfoCamera instantiation | Matthias Vogelgesang | |
| 2012-06-29 | Fix LU-15: Broken ROI image | Matthias Vogelgesang | |
| 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. | |||
| 2012-06-14 | Fix LU-8 | Matthias Vogelgesang | |
| Override default values for ROI size, cooling point and pixel rate. | |||
| 2012-06-12 | Generate enum types from source | Matthias Vogelgesang | |
| 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. | |||
| 2012-06-12 | Fix LU-5 | Matthias Vogelgesang | |
| 2012-05-29 | Use ROI with (0,0) as starting coordinate | Matthias Vogelgesang | |
| 2012-04-24 | Add trigger mode and trigger method | Matthias Vogelgesang | |
| 2012-04-19 | Add Photon Focus | Matthias Vogelgesang | |
| 2012-04-19 | Export base properties and string array | Matthias Vogelgesang | |
| 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. | |||
| 2012-04-18 | Generate documentation with gtk-doc | Matthias Vogelgesang | |
| 2012-04-18 | Add not-implemented error for ufo readout | Matthias Vogelgesang | |
| 2012-04-17 | Make exposure time writeable | Matthias Vogelgesang | |
| 2012-04-17 | Add prelimary UFO camera support | Matthias Vogelgesang | |
| 2012-04-12 | Check errors and fix small issues | Matthias Vogelgesang | |
