Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #65 from ufo-kit/frameskip | Matthias Vogelgesang | 2015-04-14 | 1 | -1/+1 |
|\ | | | | | Changed GUI to do hard frame skipping in preview mode | ||||
| * | Changed GUI to do hard frame skipping if frames are accumulated faster than ↵ | Timo Dritschler | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | the GUI can display them | ||||
* | | Fix overridable trigger names | Matthias Vogelgesang | 2015-04-14 | 1 | -2/+2 |
|/ | |||||
* | Switch to trigger source/type semantics | Matthias Vogelgesang | 2015-03-31 | 1 | -15/+39 |
| | | | | | | | This change makes the naming more consistent but will break client and plugin code. The main idea is to specify a trigger source (AUTO being a virtual source) which denotes how causes a trigger and a trigger type which denotes when triggering happens (edge or level). | ||||
* | Add error type for write method | Matthias Vogelgesang | 2014-12-17 | 1 | -0/+2 |
| | |||||
* | Add uca_camera_write to write arbitrary data | Matthias Vogelgesang | 2014-12-16 | 1 | -0/+33 |
| | | | | This is necessary for cameras that provide a custom calibration. | ||||
* | Fix grab if Python is not used | Matthias Vogelgesang | 2014-12-01 | 1 | -0/+3 |
| | |||||
* | Fix #61 causing a race condition | Matthias Vogelgesang | 2014-11-13 | 1 | -2/+10 |
| | | | | | The buffer thread now waits on the *intent* to stop the recording (i.e. the internal state) instead of using the external state information. | ||||
* | Add Python support code to release GIL on grab | Matthias Vogelgesang | 2014-10-24 | 1 | -1/+26 |
| | | | | | A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing. | ||||
* | Fix printing non-existent error | Matthias Vogelgesang | 2014-10-21 | 1 | -3/+6 |
| | | | | | This caused a segfault when unreffing a camera object which was still recording but stopping it was not failing. | ||||
* | pco: add global shutter support | Matthias Vogelgesang | 2014-09-30 | 1 | -0/+3 |
| | |||||
* | Fix race condition on buffered acquisition | Matthias Vogelgesang | 2014-09-15 | 1 | -6/+7 |
| | |||||
* | Fix #54: remove sensor-max-frame-rate | Matthias Vogelgesang | 2014-09-10 | 1 | -24/+3 |
| | |||||
* | Fix #41: add write accessibility API | Matthias Vogelgesang | 2014-08-13 | 1 | -0/+55 |
| | |||||
* | Refactor out get_param_spec_by_name | Matthias Vogelgesang | 2014-08-13 | 1 | -19/+25 |
| | |||||
* | Fix re-setting a unit on the same camera class | Matthias Vogelgesang | 2014-08-13 | 1 | -2/+6 |
| | |||||
* | Reset all property units and warn on override | Matthias Vogelgesang | 2014-08-07 | 1 | -0/+11 |
| | |||||
* | Prevent overwriting unit definition | Matthias Vogelgesang | 2014-08-07 | 1 | -1/+4 |
| | |||||
* | Added proper handling for 'frames-per-second' property to uca-camera base class | Timo Dritschler | 2014-07-29 | 1 | -3/+18 |
| | |||||
* | Fix annotations | Matthias Vogelgesang | 2014-03-05 | 1 | -2/+2 |
| | |||||
* | Add compatibility layer for new thread API | Matthias Vogelgesang | 2014-02-18 | 1 | -0/+1 |
| | |||||
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 1 | -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_recording | Matthias Vogelgesang | 2013-12-12 | 1 | -0/+16 |
| | |||||
* | Initialize result variable | Matthias Vogelgesang | 2013-10-22 | 1 | -1/+1 |
| | | | | Thanks clang! | ||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
| | |||||
* | Set default values for ROI multipliers | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
| | |||||
* | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | 2013-05-02 | 1 | -0/+28 |
| | | | | | To all camera authors: you should override these values and provide the correct pixel sizes. | ||||
* | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | 2013-04-15 | 1 | -0/+25 |
| | | | | This fixes one of the problems in #208. | ||||
* | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -1/+7 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -16/+14 |
| | |||||
* | Lock access to camera implementations | Matthias Vogelgesang | 2012-10-22 | 1 | -2/+17 |
| | | | | Thus, two threads will never invoke the camera implementations of grab() and stop(). | ||||
* | Add "recorded-frames" property | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+20 |
| | |||||
* | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+44 |
| | |||||
* | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+5 |
| | |||||
* | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 1 | -3/+4 |
| | |||||
* | Integrate initial unit facility | Matthias Vogelgesang | 2012-10-16 | 1 | -25/+115 |
| | |||||
* | Implement adjustable histogram | Matthias Vogelgesang | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -3/+7 |
| | |||||
* | Fix #151: Rename trigger enum value | Matthias Vogelgesang | 2012-10-09 | 1 | -1/+9 |
| | |||||
* | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | 2012-10-09 | 1 | -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 functions | Matthias Vogelgesang | 2012-09-25 | 1 | -73/+111 |
| | |||||
* | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 1 | -113/+0 |
| | |||||
* | Initial plugin manager | Matthias Vogelgesang | 2012-09-19 | 1 | -98/+101 |
| | |||||
* | adjusted pylon additions | Volker Kaiser | 2012-07-26 | 1 | -4/+5 |
| | |||||
* | pylon (basler) camera added | Volker Kaiser | 2012-07-26 | 1 | -0/+11 |
| | |||||
* | Fix LU-26: make "name" a base property | Matthias Vogelgesang | 2012-07-12 | 1 | -24/+31 |
| | |||||
* | Fix UcaUfoCamera instantiation | Matthias Vogelgesang | 2012-07-06 | 1 | -14/+30 |
| | |||||
* | Fix LU-15: Broken ROI image | Matthias Vogelgesang | 2012-06-29 | 1 | -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-8 | Matthias Vogelgesang | 2012-06-14 | 1 | -2/+2 |
| | | | | Override default values for ROI size, cooling point and pixel rate. | ||||
* | Generate enum types from source | Matthias Vogelgesang | 2012-06-12 | 1 | -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. |