Timeline



Oct 18, 2012:

3:40 PM Ticket #156 (Handle in-camera frames) created by Matthias Vogelgesang
The camaccess node grabs frames under the assumption of having a …

Oct 16, 2012:

10:41 AM Ticket #155 (Attach unit description to properties where applicable) closed by Matthias Vogelgesang
fixed: This implemented with commits d8743d2 and de2e8e3.

Oct 15, 2012:

3:32 PM Ticket #153 (Add a mechanism to copy data to multiple output ports) closed by Matthias Vogelgesang
fixed: [http://ufo.kit.edu/repos/ufo-core.git/commit/?id=2af4db0ec4112227b5d67

Oct 11, 2012:

4:16 PM Ticket #155 (Attach unit description to properties where applicable) created by Matthias Vogelgesang
It is a much better idea to encode the unit of a property in a value …
3:10 PM Ticket #147 (Integrate histogram view in control application) closed by Matthias Vogelgesang
fixed: Integrated and tested for cameras with 8 and 16 bits.

Oct 10, 2012:

7:56 AM Ticket #154 (pco sequence mode acquires more frames than buffer capacity allows) closed by Matthias Vogelgesang
worksforme: I changed some things but not related to the recording mode. I then …

Oct 9, 2012:

2:26 PM Ticket #141 (Slow performance on ufosrv1) closed by Matthias Vogelgesang
fixed: Suren's change that reverted the NVIDIA CUDA version back to 4.2 fixed …
2:06 PM Ticket #151 (Rename UCA_CAMERA_TRIGGER_INTERNAL to UCA_CAMERA_TRIGGER_SOFTWARE) closed by Matthias Vogelgesang
fixed: See …
1:44 PM Ticket #150 (Add "frames-per-second" property to the base camera) closed by Matthias Vogelgesang
fixed: The property was added with …
12:56 PM Ticket #154 (pco sequence mode acquires more frames than buffer capacity allows) created by Matthias Vogelgesang
The acquisition of frames should stop when the buffer is full and …
12:35 PM Ticket #149 (Change pco timestamp mode from flag type to enum type) closed by Matthias Vogelgesang
fixed: See …
12:16 PM Ticket #152 (Remove binary RPMs and prepare build with those got via wget) closed by Matthias Vogelgesang
fixed: See …
12:06 PM Ticket #153 (Add a mechanism to copy data to multiple output ports) created by Matthias Vogelgesang
It used to be possible to feed the same output of a single filter to …
12:02 PM Ticket #152 (Remove binary RPMs and prepare build with those got via wget) created by Matthias Vogelgesang
Right now, libpco carries the entire SiSo? distribution around. We can …
12:00 PM Ticket #151 (Rename UCA_CAMERA_TRIGGER_INTERNAL to UCA_CAMERA_TRIGGER_SOFTWARE) created by Matthias Vogelgesang
… to avoid any misunderstandings. This will definately break …
11:56 AM Ticket #150 (Add "frames-per-second" property to the base camera) created by Matthias Vogelgesang
Rather than setting the exposure time directly it would be convenient …
11:55 AM Ticket #149 (Change pco timestamp mode from flag type to enum type) created by Matthias Vogelgesang
Although the flag type is more general and easier to manipulate …
11:51 AM Ticket #148 (Integrate crosshair overlay in control application) created by Matthias Vogelgesang
For aligning samples, a crosshair with a textual description of the …
11:42 AM Ticket #147 (Integrate histogram view in control application) created by Matthias Vogelgesang
A histogram showing the gray values of the current preview and a way …

Oct 8, 2012:

7:45 AM Ticket #93 (Build RPMs and test them) closed by Matthias Vogelgesang
fixed: With recent commits, it is now possible to install RPMs build by the …

Oct 1, 2012:

12:56 PM Ticket #138 (Jenkins discovers corrupt Git repositories) closed by Matthias Vogelgesang
fixed: No such problem for some time now and we can keep this ticket as a …
12:46 PM Ticket #144 (mkfilter.py should generate comments) closed by Matthias Vogelgesang
fixed: Integrated the -d/--disable-comments switch with commit …
8:05 AM Ticket #143 (More generalized localisation of SiSo's FgLib and ClSerMe libraries) closed by Matthias Vogelgesang
fixed: Search also in the default path: …
7:16 AM Ticket #130 (Check explicitly for C++ compilers and disable cameras accordingly) closed by Matthias Vogelgesang
fixed: Disable any other compilers than C: …
7:12 AM Ticket #145 (Could not find camera plugins on fresh openSUSE 12.1) closed by Matthias Vogelgesang
worksforme: I could not reproduce this behaviour on a fresh 12.1 virtual machine.

Sep 28, 2012:

4:22 PM Ticket #146 (Separate camera plugins for easier deployment) closed by Matthias Vogelgesang
fixed: All camera implementations have been put under the top-level directory …
10:40 AM Ticket #146 (Separate camera plugins for easier deployment) created by Matthias Vogelgesang
We need to split the camera directory and build packages and package …
7:06 AM Ticket #145 (Could not find camera plugins on fresh openSUSE 12.1) created by Matthias Vogelgesang
After building libuca from scratch and installing via make install, …
7:01 AM Ticket #144 (mkfilter.py should generate comments) created by Matthias Vogelgesang
The filter generator should optionally generate comments to denote how …
6:58 AM Ticket #143 (More generalized localisation of SiSo's FgLib and ClSerMe libraries) created by Matthias Vogelgesang
Although SiliconSoftware provides a template CMake file for finding …
6:48 AM Ticket #142 (Handle multiple cameras of the same type) created by Matthias Vogelgesang
In a typical beamline environment there could be more than one camera …

Sep 25, 2012:

3:27 PM Ticket #141 (Slow performance on ufosrv1) created by Matthias Vogelgesang
David and Tomas investigated the performance of the framework on the …
8:59 AM Ticket #139 (Make UcaCamera methods thread-safe) closed by Matthias Vogelgesang
fixed: Implemented locking using static mutexes with …
7:55 AM Ticket #136 (Implement filter that processes and outputs in-process data) closed by Matthias Vogelgesang
fixed: Corresponding commits that implement this are …

Sep 24, 2012:

10:40 AM Ticket #140 (Add a third `active' state to a camera object) created by Matthias Vogelgesang
In order to implement a "polling" uca node, we need a way to …
10:34 AM Ticket #139 (Make UcaCamera methods thread-safe) created by Matthias Vogelgesang
In order to have correct simultaneous access to the camera object by …
7:07 AM Ticket #137 (Generate camera-specific documentation) closed by Matthias Vogelgesang
fixed: libuca now ships a …
6:59 AM Ticket #138 (Jenkins discovers corrupt Git repositories) created by Matthias Vogelgesang
Sporadically, Jenkins discovers that Git repositories are "corrupt" …

Sep 21, 2012:

4:26 PM Ticket #137 (Generate camera-specific documentation) created by Matthias Vogelgesang
With the current plugin architecture this becomes a little bit more …
12:37 PM Ticket #133 (Implement plugin architecture) closed by Matthias Vogelgesang
fixed: Okay, the plugins branch is merged into master with …
8:39 AM Ticket #136 (Implement filter that processes and outputs in-process data) created by Matthias Vogelgesang
Nicolas from SOLEIL proposed to have a mechanism to inject and …

Sep 19, 2012:

12:36 PM Ticket #135 (Use GInitable) created by Matthias Vogelgesang
GInitable is used to provide object construction that can fail. In …
12:19 PM Milestone libuca-0.6 completed
Released as version 1.0.
10:19 AM Ticket #128 (argparse/optparse compatibility in clprof) closed by Matthias Vogelgesang
fixed: [http://ufo.kit.edu/repos/ufo-core.git/commit/?id=1587915b4d363f8c04d7b
9:52 AM Ticket #124 (ufo-filter documentation is not build and moved to ufo.kit.edu) closed by Matthias Vogelgesang
fixed: Looks like I set -DCMAKE_WITH_GTK_DOC to OFF some time ago.
9:36 AM Ticket #129 (props notation breaks for configuration paths) closed by Matthias Vogelgesang
worksforme: This seem to be a problem with the setup at SOLEIL. They used a CentOS …
9:32 AM Ticket #127 (Not passing a configuration or configuration without paths segfaults) closed by Matthias Vogelgesang
fixed: Fixed with …
8:10 AM Ticket #132 (Update documentation links) closed by Matthias Vogelgesang
fixed
8:05 AM Ticket #131 (Guard camera modules that are compiled with C++ compilers) closed by Matthias Vogelgesang
fixed: Fixed with …
8:01 AM Ticket #126 (Generate PDF manual and publish it) closed by Matthias Vogelgesang
fixed: Done.
8:01 AM WikiStart edited by Matthias Vogelgesang
(diff)

Sep 18, 2012:

6:53 AM Ticket #123 (Information of scintillators) closed by Tomas Farago
fixed
Note: See TracTimeline for information about the timeline view.