summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-08-07Update benchmark toolMatthias Vogelgesang
The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function.
2012-08-02added variables with which building of test/control and reference ↵Volker Kaiser
documentation can be disabled
2012-08-02use LIBPYLONCAM_LIBDIR also in testsVolker Kaiser
2012-08-01fixed pylon buildVolker Kaiser
2012-08-01reduced differences to masterVolker Kaiser
2012-08-01extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser
pylon cameras
2012-07-26working on baslerVolker Kaiser
2012-07-26basler camera worksVolker Kaiser
2012-07-26pylon (basler) camera addedVolker Kaiser
2012-07-18Install glade file into prefix/share/libucaMatthias Vogelgesang
2012-07-12Remove scale widgetMatthias Vogelgesang
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-11Remove unnecessary functionMatthias Vogelgesang
2012-07-09Fix ui issuesMatthias Vogelgesang
2012-07-09Backport combo box in property rendererMatthias Vogelgesang
2012-07-06Pass camera type from command line to grabMatthias Vogelgesang
2012-07-06Remove unused variableMatthias Vogelgesang
2012-07-04Remove unnecessary codeMatthias Vogelgesang
2012-07-04Add property tree viewMatthias Vogelgesang
The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView.
2012-07-03Fix LU-16: Add cooling point propsMatthias Vogelgesang
Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
2012-07-02Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang
2012-06-29Fix LU-15: Broken ROI imageMatthias 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-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-06-14Fix LU-4Matthias Vogelgesang
The larger sensor area can now be used as a ROI.
2012-06-12Use roi-x0 and roi-y0Matthias Vogelgesang
2012-06-01Allow only possible pixel rates when settingMatthias Vogelgesang
2012-05-29Set different grabbing parametersMatthias Vogelgesang
2012-05-29Fix exposure and delay timeMatthias Vogelgesang
2012-05-10Print more meaningful error messageMatthias Vogelgesang
2012-04-20Drop -gobject suffixMatthias Vogelgesang
2012-04-20Output error when stoppingMatthias Vogelgesang
2012-04-20Leave properties for laterMatthias Vogelgesang
2012-04-19Add Photon FocusMatthias Vogelgesang
2012-04-19Export base properties and string arrayMatthias 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-17Require Gtk+ 2.22Matthias Vogelgesang
The control application will not be built on the Hudson server and thus not break the build.
2012-04-17More meaningful async testMatthias Vogelgesang
Before we just checked that the callback was called. Now we check that it is called as often as expected.
2012-04-17Fix property settingMatthias Vogelgesang
2012-04-16This test is unnecessaryMatthias Vogelgesang
2012-04-16Implement property editingMatthias Vogelgesang
2012-04-16Port control application to libuca 0.6Matthias Vogelgesang
2012-04-13Fix multiple recordingsMatthias Vogelgesang
2012-04-12Start and stop recording in a loopMatthias Vogelgesang
2012-04-02Add test to measure lib overheadMatthias Vogelgesang
2012-03-21Merge patch from Volker KaiserMatthias Vogelgesang
2012-03-08Fix mock cameraMatthias Vogelgesang
All unit tests pass again
2012-03-08Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-03-06pco: Implement mandatory propertiesMatthias Vogelgesang
2012-03-05Add test facility that uniformly tests all camerasMatthias Vogelgesang
2012-03-05Add factory method to create new camerasMatthias Vogelgesang