-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.xml
44 lines (33 loc) · 1.72 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<package format="2">
<name>rc_genicam_api</name>
<version>2.6.8</version>
<description>
GenICam/GigE Vision Convenience Layer.
This package combines the Roboception convenience layer for images with the
GenICam reference implementation and a GigE Vision transport layer. It is a
self contained package that permits configuration and image streaming of
GenICam / GigE Vision 2.0 compatible cameras like the Roboception rc_visard.
This package also provides some tools that can be called from the command line
for discovering cameras, changing their configuration and streaming images.
Although the tools are meant to be useful when working in a shell or in a
script, their main purpose is to serve as example on how to use the API for
reading and setting parameters, streaming and synchronizing images.
See LICENSE.md for licensing terms of the different parts.
</description>
<maintainer email="[email protected]">Felix Ruess</maintainer>
<maintainer email="[email protected]">Heiko Hirschmueller</maintainer>
<author email="[email protected]">Heiko Hirschmueller</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rc_genicam_api</url>
<url type="repository">https://github.com/roboception/rc_genicam_api</url>
<url type="bugtracker">https://github.com/roboception/rc_genicam_api/issues</url>
<buildtool_depend>cmake</buildtool_depend>
<depend>libpng-dev</depend>
<depend>libusb-1.0</depend>
<depend>libncurses-dev</depend>
<doc_depend>doxygen</doc_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>