-
Notifications
You must be signed in to change notification settings - Fork 1
/
de.z_ray.Facetracker.metainfo.xml
146 lines (142 loc) · 5.72 KB
/
de.z_ray.Facetracker.metainfo.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>de.z_ray.Facetracker</id>
<name>Facetracker</name>
<developer id="de.z_ray">
<name>Z-Ray Entertainment</name>
</developer>
<launchable type="desktop-id">de.z_ray.Facetracker.desktop</launchable>
<branding>
<color type="primary" scheme_preference="light">#241f31</color>
<color type="primary" scheme_preference="dark">#613583</color>
</branding>
<summary>Face tracking made easy</summary>
<description>
<p>
This is a graphical user interface to launch a face tracker locally on your machine to gain tracking data
from a webcam. These tracking data can then be used by other applications like VTubbing Software to bring a
virtual avatar to live.
</p>
<p xml:lang="de">
Eine grafische Oberfläche um eine Gesichtserkennung lokal auf Ihrem Computer auszuführen um Verfolgungsdaten
von einer Kamera zu erhalten. Diese Daten können dann von anderen Anwendungen wie VTubbing Software
verwendet werden um einen virtuellen Avatar zum Leben zu erwecken.
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<content_rating type="oars-1.1"/>
<translation type="gettext">facetracker</translation>
<screenshots>
<screenshot type="default">
<caption>Main Window</caption>
<image>
https://raw.githubusercontent.com/Z-Ray-Entertainment/Facetracker/24.10/facetracker/data/screenshots/facetracker.png
</image>
</screenshot>
<screenshot>
<caption>Advanced Settings</caption>
<image>
https://raw.githubusercontent.com/Z-Ray-Entertainment/Facetracker/24.10/facetracker/data/screenshots/facetracker_2.png
</image>
</screenshot>
<screenshot>
<caption>No cameras found</caption>
<image>
https://raw.githubusercontent.com/Z-Ray-Entertainment/Facetracker/24.10/facetracker/data/screenshots/facetracker_3.png
</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/Z-Ray-Entertainment/Facetracker</url>
<url type="vcs-browser">https://github.com/Z-Ray-Entertainment/Facetracker</url>
<url type="help">https://github.com/Z-Ray-Entertainment/Facetracker/issues</url>
<releases>
<release version="24.10" date="2024-10-22">
<description>
<ul>
<li>Update to Gnome SDK 47</li>
<li>Add debug info to about dialog</li>
<li>Reworked retrieval of supported webcam codecs and video formats</li>
</ul>
</description>
</release>
<release version="24.7.2.3" date="2024-07-11">
<description>
<p>Added:</p>
<ul>
<li>Spanish translation (thanks haggen88)</li>
</ul>
</description>
</release>
<release version="24.7.2.2" date="2024-07-11">
<description>
<p>Changed:</p>
<ul>
<li>Improved webcam video mode detection for certain devices</li>
</ul>
<p>Added:</p>
<ul>
<li>Italian translation (thanks Albano Battistella)</li>
</ul>
</description>
</release>
<release version="24.7.2.1" date="2024-07-11">
<description>
<p>Fixed:</p>
<ul>
<li>Release note date format</li>
</ul>
<p>Added:</p>
<ul>
<li>Copyright notice for OpenSeeFace to about dialog</li>
</ul>
</description>
</release>
<release version="24.7.2" date="2024-07-10">
<description>
<p>Fixed:</p>
<ul>
<li>Fixed video modes not being updated if changing webcams</li>
</ul>
<p>Changed:</p>
<ul>
<li>Overhauled the camera not found view and allow for reloading the interface</li>
<li>Replaced the start / stop face tracker button with an icon only variant</li>
</ul>
<p>Added:</p>
<ul>
<li>Video format selection now build using the actual device capabilities using v4l2-ctl</li>
</ul>
</description>
</release>
<release version="24.7a7" date="2024-07-10">
<description>
<p>Fixes:</p>
<ul>
<li>Fixed translations not working properly</li>
</ul>
<p>Additions:</p>
<ul>
<li>Added about dialog</li>
<li>Re-phrased some texts in the interface</li>
<li>Updated german translation</li>
</ul>
</description>
</release>
<release version="24.7a6" date="2024-07-09">
<description>
<ul>
<li>Improved app icon</li>
<li>Split tracking and server settings in two</li>
<li>Added language support</li>
<li>Added german translation</li>
</ul>
</description>
</release>
<release version="24.7a3" date="2024-07-07">
<description>
<p>Alpha release</p>
</description>
</release>
</releases>
</component>