summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-10-10meson: test unit testsMatthias Vogelgesang
2016-02-16Remove binnings testMatthias Vogelgesang
2016-02-10Remove G_VALUE_INITMatthias Vogelgesang
2015-08-06Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep
ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt
2015-05-19Changed test-mock to accomodate changes in mockTimo Dritschler
Property exposure-time in mock is now allways writable and can no longer be used for test Also, roi-width and roi-height are now set dynamically in mock and cant be used either
2015-03-09Added test case for 'no write during acquisition' policyTimo Dritschler
2014-12-10Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler
Added unit-test to test/test-mock for the new get_camerah interface
2014-09-17Fix dexela software roi for multi-byte imagesMihael Koep
2014-09-17Add software roi feature to dexela pluginMihael Koep
2014-09-15Add test for buffered recordingMatthias Vogelgesang
2014-08-13Fix #41: add write accessibility APIMatthias Vogelgesang
2014-08-13Simplify test setupMatthias Vogelgesang
2014-08-13Fix re-setting a unit on the same camera classMatthias Vogelgesang
2014-08-07Reset all property units and warn on overrideMatthias Vogelgesang
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2014-07-29Fixed a bug in mock pluginTimo Dritschler
Fixed test-mock still using obsolete 'frame-rate' property
2014-02-14Fix #28: Add buffered recording to base classMatthias 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.
2014-02-14Use read-write ring bufferMatthias Vogelgesang
2013-12-12Add new API call uca_camera_is_recordingMatthias Vogelgesang
2013-12-12Fix g_test_init call by making argv non-constMatthias Vogelgesang
2013-12-12Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang
2013-12-10Add ring buffer testMatthias Vogelgesang
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-04-10Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang
2013-03-13Use GInitable to pass properties to pluginsMatthias Vogelgesang
2013-02-18Set plugin path to the built mock moduleMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-16Integrate initial unit facilityMatthias Vogelgesang
2012-10-11Use updated gtester.xml by Mihael KoepMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias 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-10-08Generate introspection filesMatthias Vogelgesang
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().
2012-09-28Fix mock unit testMatthias Vogelgesang
2012-09-25Move tools from test/ to tools/ directoryMatthias Vogelgesang
2012-09-21Port perf overhead toolMatthias Vogelgesang
2012-09-21Port grab-async to new plugin managerMatthias Vogelgesang
2012-09-21Remove obsolete test toolsMatthias Vogelgesang
2012-09-21Port the unit tests to the plugin managerMatthias Vogelgesang
2012-09-21Port control GUI to use the plugin managerMatthias Vogelgesang
2012-09-19Make most cameras pluginsMatthias Vogelgesang
2012-09-19Fix segfaultMatthias Vogelgesang
2012-09-19Initial plugin managerMatthias Vogelgesang
2012-09-19Bump to release version 1.0Matthias Vogelgesang
2012-08-10Add gtester xslMatthias Vogelgesang
2012-08-10Merge branch 'ipe-basler'Matthias Vogelgesang
Conflicts: src/CMakeLists.txt
2012-08-07Fix operation on GLib 2.24Matthias Vogelgesang
2012-08-07Check GLib version for GDateTime and GTimeZoneMatthias Vogelgesang
ISS' Jenkins build server has GLib 2.24 which does not have these time related functions.
2012-08-07Calculate timeout only when recording startsMatthias Vogelgesang
Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
2012-08-07Benchmark: add asynchronous testMatthias Vogelgesang
2012-08-07Benchmark: Implement message loggingMatthias Vogelgesang
Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log.