<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/tomo/uca-hzg/libuca.git/plugins/mock, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/'/>
<entry>
<title>Fix unused variable warnings</title>
<updated>2016-07-19T13:23:32+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2016-07-19T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=d0aabc426cb01d488e9d41a66623773da73ff5e3'/>
<id>d0aabc426cb01d488e9d41a66623773da73ff5e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mock: replace create-random with fill-data policy</title>
<updated>2016-07-19T09:37:14+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2016-07-19T09:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=3e8607ee49cc7f4570f41c9c7deb2d7f9f7ff1ec'/>
<id>3e8607ee49cc7f4570f41c9c7deb2d7f9f7ff1ec</id>
<content type='text'>
This makes it a bit easier to profile different setups. Moreover, the sensor
size is now much larger but by default is reduced to the old 512x512 window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it a bit easier to profile different setups. Moreover, the sensor
size is now much larger but by default is reduced to the old 512x512 window.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Symbol name exported by plugin is causing a recursive call in Windows</title>
<updated>2016-03-15T14:33:44+00:00</updated>
<author>
<name>Sai Sasidhar Maddali</name>
<email>sai.sasidhar92@gmail.com</email>
</author>
<published>2016-02-15T11:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=6c2c19d1101a043cc0b05065447cc9321ed32ac0'/>
<id>6c2c19d1101a043cc0b05065447cc9321ed32ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ADD: Runtime installation target for Windows</title>
<updated>2016-03-15T14:24:25+00:00</updated>
<author>
<name>Sai Sasidhar Maddali</name>
<email>sai.sasidhar92@gmail.com</email>
</author>
<published>2016-02-10T13:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=ad6d2550d0e728a2927270721ebcd62671f1f0aa'/>
<id>ad6d2550d0e728a2927270721ebcd62671f1f0aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mock: remove binnings</title>
<updated>2016-02-16T12:38:12+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2016-02-16T12:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=f8d3dc2c2372b79c76d313696e98f9b2932f9ea6'/>
<id>f8d3dc2c2372b79c76d313696e98f9b2932f9ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #69: revert back to fixed mock camera settings</title>
<updated>2015-11-18T09:38:10+00:00</updated>
<author>
<name>Matthias Vogelgesang</name>
<email>matthias.vogelgesang@kit.edu</email>
</author>
<published>2015-11-18T09:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=8dba9a00e8e3ea97c554098272c8ff99455a778d'/>
<id>8dba9a00e8e3ea97c554098272c8ff99455a778d</id>
<content type='text'>
The combination of CONSTRUCT_ONLY and READWRITE causes a) unnecessary warnings
and b) confuses the TANGO server down below (see SCHNEIDE-661). Since adapting
the mock camera size and bitdepth at run-time is not a high-priority feature, we
reverted that change. In the future and if still required this should be solved
through either compile-time defines or an environment variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The combination of CONSTRUCT_ONLY and READWRITE causes a) unnecessary warnings
and b) confuses the TANGO server down below (see SCHNEIDE-661). Since adapting
the mock camera size and bitdepth at run-time is not a high-priority feature, we
reverted that change. In the future and if still required this should be solved
through either compile-time defines or an environment variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ANKA plugins and change versioning scheme for bundled plugins</title>
<updated>2015-08-06T11:01:11+00:00</updated>
<author>
<name>Mihael Koep</name>
<email>koep@schneide.com</email>
</author>
<published>2015-08-06T10:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=89ced9478f200facde423423df8c1718752f8a6c'/>
<id>89ced9478f200facde423423df8c1718752f8a6c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Added uca_mock_camera_readout</title>
<updated>2015-06-16T08:21:45+00:00</updated>
<author>
<name>Timo Dritschler</name>
<email>timo.dritschler@kit.edu</email>
</author>
<published>2015-06-15T17:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=c0a132908fc40ca97653ee47b31a61f9e0d28278'/>
<id>c0a132908fc40ca97653ee47b31a61f9e0d28278</id>
<content type='text'>
Using the readout interface will prefix the frame counter in the image with a 'B' followed by its own specific counter for readout-calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the readout interface will prefix the frame counter in the image with a 'B' followed by its own specific counter for readout-calls
</pre>
</div>
</content>
</entry>
<entry>
<title>UcaCamera base class: Changed properties</title>
<updated>2015-05-19T09:37:03+00:00</updated>
<author>
<name>Timo Dritschler</name>
<email>timo.dritschler@kit.edu</email>
</author>
<published>2015-05-13T15:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=5e24887e06c306552dfd5f48f7ad94cc170bca30'/>
<id>5e24887e06c306552dfd5f48f7ad94cc170bca30</id>
<content type='text'>
Changed sensor-width, sensor-height and sensor-bitdepth to construct only
Added uca_camera_pspec_set_writable

mock: allow characterization at construction time
Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time
Creation of random data is now controlled by a property and can be set while recording
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed sensor-width, sensor-height and sensor-bitdepth to construct only
Added uca_camera_pspec_set_writable

mock: allow characterization at construction time
Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time
Creation of random data is now controlled by a property and can be set while recording
</pre>
</div>
</content>
</entry>
<entry>
<title>Camera plugins now require libuca &gt;= 2.0 so update their versions too</title>
<updated>2015-05-18T15:26:53+00:00</updated>
<author>
<name>Mihael Koep</name>
<email>koep@schneide.com</email>
</author>
<published>2015-05-18T15:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/tomo/uca-hzg/libuca.git/commit/?id=2f3f57cf90e31b9459de3f36824668ec3a51a177'/>
<id>2f3f57cf90e31b9459de3f36824668ec3a51a177</id>
<content type='text'>
Conflicts:
	plugins/dexela/CMakeLists.txt
	plugins/dexela/changelog.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	plugins/dexela/CMakeLists.txt
	plugins/dexela/changelog.txt
</pre>
</div>
</content>
</entry>
</feed>
