summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added test case for 'no write during acquisition' policyTimo Dritschler2015-03-091-1/+5
|
* Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler2014-12-101-0/+36
| | | | Added unit-test to test/test-mock for the new get_camerah interface
* Fix dexela software roi for multi-byte imagesMihael Koep2014-09-171-11/+43
|
* Add software roi feature to dexela pluginMihael Koep2014-09-172-0/+57
|
* Add test for buffered recordingMatthias Vogelgesang2014-09-151-0/+39
|
* Fix #41: add write accessibility APIMatthias Vogelgesang2014-08-131-1/+30
|
* Simplify test setupMatthias Vogelgesang2014-08-131-14/+25
|
* Fix re-setting a unit on the same camera classMatthias Vogelgesang2014-08-131-5/+2
|
* Reset all property units and warn on overrideMatthias Vogelgesang2014-08-071-0/+10
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-302-1/+6
|
* Fixed a bug in mock pluginTimo Dritschler2014-07-291-4/+4
| | | | Fixed test-mock still using obsolete 'frame-rate' property
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-141-0/+4
| | | | | | | 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.
* Use read-write ring bufferMatthias Vogelgesang2014-02-141-8/+30
|
* Add new API call uca_camera_is_recordingMatthias Vogelgesang2013-12-121-6/+4
|
* Fix g_test_init call by making argv non-constMatthias Vogelgesang2013-12-121-1/+1
|
* Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang2013-12-121-1/+1
|
* Add ring buffer testMatthias Vogelgesang2013-12-101-0/+75
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-0/+2
|
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-6/+3
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-0/+3
|
* Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-2/+4
|
* Set plugin path to the built mock moduleMatthias Vogelgesang2013-02-181-2/+17
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-0/+4
|
* Integrate initial unit facilityMatthias Vogelgesang2012-10-161-0/+8
|
* Use updated gtester.xml by Mihael KoepMatthias Vogelgesang2012-10-111-5/+7
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-0/+21
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Generate introspection filesMatthias Vogelgesang2012-10-081-2/+2
| | | | | | Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera().
* Fix mock unit testMatthias Vogelgesang2012-09-281-23/+4
|
* Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-2512-2483/+3
|
* Port perf overhead toolMatthias Vogelgesang2012-09-212-42/+82
|
* Port grab-async to new plugin managerMatthias Vogelgesang2012-09-212-12/+42
|
* Remove obsolete test toolsMatthias Vogelgesang2012-09-213-215/+0
|
* Port the unit tests to the plugin managerMatthias Vogelgesang2012-09-212-101/+107
|
* Port control GUI to use the plugin managerMatthias Vogelgesang2012-09-212-127/+141
|
* Make most cameras pluginsMatthias Vogelgesang2012-09-193-21/+32
|
* Fix segfaultMatthias Vogelgesang2012-09-191-3/+1
|
* Initial plugin managerMatthias Vogelgesang2012-09-193-58/+76
|
* Bump to release version 1.0Matthias Vogelgesang2012-09-191-2/+0
|
* Add gtester xslMatthias Vogelgesang2012-08-102-14/+89
|
* Merge branch 'ipe-basler'Matthias Vogelgesang2012-08-103-2/+120
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * added variables with which building of test/control and reference ↵Volker Kaiser2012-08-021-1/+5
| | | | | | | | documentation can be disabled
| * use LIBPYLONCAM_LIBDIR also in testsVolker Kaiser2012-08-021-1/+1
| |
| * fixed pylon buildVolker Kaiser2012-08-011-1/+0
| |
| * reduced differences to masterVolker Kaiser2012-08-011-7/+0
| |
| * extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser2012-08-011-0/+14
| | | | | | | | pylon cameras
| * working on baslerVolker Kaiser2012-07-261-4/+3
| |
| * basler camera worksVolker Kaiser2012-07-261-1/+2
| |
| * pylon (basler) camera addedVolker Kaiser2012-07-263-1/+109
| |
* | Fix operation on GLib 2.24Matthias Vogelgesang2012-08-071-2/+1
| |
* | Check GLib version for GDateTime and GTimeZoneMatthias Vogelgesang2012-08-071-3/+8
| | | | | | | | | | ISS' Jenkins build server has GLib 2.24 which does not have these time related functions.