<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/cv/video-widget.hpp, branch trackhat-opentrack-2.2b</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-2.2b</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-2.2b'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2021-10-19T12:07:16Z</updated>
<entry>
<title>cv, tracker/pt: cleanup opencv includes</title>
<updated>2021-10-19T12:07:16Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2021-10-19T06:33:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=edd8680615e842375d8c9af25427784ed01f4fab'/>
<id>urn:sha1:edd8680615e842375d8c9af25427784ed01f4fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video/widget: fix mutex starvation</title>
<updated>2019-02-22T14:20:52Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-22T14:20:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7de0f46028e964bd7b7979835ef0a80cf8cb01b7'/>
<id>urn:sha1:7de0f46028e964bd7b7979835ef0a80cf8cb01b7</id>
<content type='text'>
Get rid of contention in `preview_size' and `set_image'.

After switching the Qt mutex to non-recursive, turns out the writer
thread preempts the UI thread to the point of freezing the entire thing.
Mutex fairness is an implementation detail and we must assume unfair
mutexes in the worst case.
</content>
</entry>
<entry>
<title>video/widget: externalize opencv code</title>
<updated>2019-02-11T19:21:36Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-11T19:07:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=85fc6ac25d350950be56ba47b06c247216f2e22a'/>
<id>urn:sha1:85fc6ac25d350950be56ba47b06c247216f2e22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cv/video-widget: make it work without opencv</title>
<updated>2019-02-11T19:21:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-11T17:35:24Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=15a8ad060653a521bcd175b495455a0e09377050'/>
<id>urn:sha1:15a8ad060653a521bcd175b495455a0e09377050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cv/video-widget: simplify</title>
<updated>2019-02-02T00:15:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-02T00:15:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3319f6bed166832020cbd4601b06ffcfac5c2d24'/>
<id>urn:sha1:3319f6bed166832020cbd4601b06ffcfac5c2d24</id>
<content type='text'>
Issue: #861
</content>
</entry>
<entry>
<title>cv/video-widget: support other color depths</title>
<updated>2019-02-01T23:47:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-01T23:47:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=bfd3299b376ad3c95680a919a7146de7eaac4d51'/>
<id>urn:sha1:bfd3299b376ad3c95680a919a7146de7eaac4d51</id>
<content type='text'>
Issue: #861
</content>
</entry>
<entry>
<title>fix undefined behavior undescore prefixes</title>
<updated>2018-12-24T18:31:24Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-12-20T18:05:44Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e202dab212ef8fd284d2745dd66496dcc3a2043e'/>
<id>urn:sha1:e202dab212ef8fd284d2745dd66496dcc3a2043e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core, modules: modernize syntax only</title>
<updated>2018-06-26T21:01:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-06-22T10:54:47Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f50ac3549d6a7f1199fa012e4b03f581bc8d305b'/>
<id>urn:sha1:f50ac3549d6a7f1199fa012e4b03f581bc8d305b</id>
<content type='text'>
Use more C++17 features where this helps any.
</content>
</entry>
<entry>
<title>cv/video-frame, tracker/pt: add hidpi preview support</title>
<updated>2018-01-16T07:59:21Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-16T07:59:21Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6cf93c06abad63721bf66f695587a98377b6178d'/>
<id>urn:sha1:6cf93c06abad63721bf66f695587a98377b6178d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/pt: isolate point extractor and image type</title>
<updated>2018-01-12T18:40:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-12T18:40:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=537a88e522314753149e1ea7921489e58043b40c'/>
<id>urn:sha1:537a88e522314753149e1ea7921489e58043b40c</id>
<content type='text'>
Issue: #718
</content>
</entry>
</feed>
