<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-easy, branch pr/kinect-block-frame</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=pr%2Fkinect-block-frame</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=pr%2Fkinect-block-frame'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2019-07-05T11:04:48Z</updated>
<entry>
<title>tracker/easy: fix some warnings</title>
<updated>2019-07-05T11:04:48Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-07-05T11:04:48Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=66c2373014fc107d918b8549d554420d63405cc7'/>
<id>urn:sha1:66c2373014fc107d918b8549d554420d63405cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "tracker/easy: don't recreate preview all the time"</title>
<updated>2019-07-05T10:52:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-07-05T10:52:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=81da94a9582776c99d8d8a2fc024df4c4f43d88c'/>
<id>urn:sha1:81da94a9582776c99d8d8a2fc024df4c4f43d88c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/easy: fix crash on quick exit</title>
<updated>2019-07-05T10:46:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-07-05T10:37:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=ea7386f9f98075905bf92fdfc030451ead3ed2e0'/>
<id>urn:sha1:ea7386f9f98075905bf92fdfc030451ead3ed2e0</id>
<content type='text'>
Avoid a crash when `cv::destroyWindow()` gets called before
`Tracker::Tick()' ever gets to run.
</content>
</entry>
<entry>
<title>tracker/easy: avoid race &amp; crash on exit</title>
<updated>2019-07-05T10:46:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-07-05T10:36:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9e036ed903406f11d875bf73b459222b6b051a28'/>
<id>urn:sha1:9e036ed903406f11d875bf73b459222b6b051a28</id>
<content type='text'>
cv::destroyWindow() can't be called along with `cv::imshow()' in
progress from another thread. Moreover, `cv::waitKey()' doesn't work
without any windows present.

Also check for preview enablement to avoid a crash in
`cv::destroyWindow()'.
</content>
</entry>
<entry>
<title>tracker/easy: don't recreate preview all the time</title>
<updated>2019-07-05T10:46:01Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-07-05T10:33:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=63b7fc37dc2df96ccda2b3854fe18ab57b4296b3'/>
<id>urn:sha1:63b7fc37dc2df96ccda2b3854fe18ab57b4296b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/easy: fix -Wall -Wextra -Wpedantic</title>
<updated>2019-06-26T09:55:01Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-06-26T09:55:01Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=978661c0aa2cb39912163c445e14169fa5a5f968'/>
<id>urn:sha1:978661c0aa2cb39912163c445e14169fa5a5f968</id>
<content type='text'>
Notice to: @SLion
</content>
</entry>
<entry>
<title>tracker/easy: fix compile test on gcc</title>
<updated>2019-06-20T23:19:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-06-20T23:19:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1896548fce4f4dd45155b65c2affa6596f6a993e'/>
<id>urn:sha1:1896548fce4f4dd45155b65c2affa6596f6a993e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Easy Tracker: Fix #945 trivial warnings.</title>
<updated>2019-05-19T14:31:38Z</updated>
<author>
<name>Stéphane Lenclud</name>
<email>github@lenclud.com</email>
</author>
<published>2019-05-19T14:31:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1579a97c480578dcd14691cd3e40f56fd508204e'/>
<id>urn:sha1:1579a97c480578dcd14691cd3e40f56fd508204e</id>
<content type='text'>
Also fixing broken build.
</content>
</entry>
<entry>
<title>Easy Tracker: Fixing deadlock occurring after changing ticker timer interval.</title>
<updated>2019-05-19T14:10:04Z</updated>
<author>
<name>Stéphane Lenclud</name>
<email>github@lenclud.com</email>
</author>
<published>2019-05-19T14:08:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=48b80fb28b9e6e44267c9d1edb8a9968ff81fea5'/>
<id>urn:sha1:48b80fb28b9e6e44267c9d1edb8a9968ff81fea5</id>
<content type='text'>
Was mostly affecting color cameras.
Not attempting to extract points from color buffer any more.
</content>
</entry>
<entry>
<title>tracker/{aruco,easy,pt}: bail out when camera missing</title>
<updated>2019-05-02T16:55:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-05-02T16:50:05Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4793e57051bf17620e93f62e2651fc5df1708935'/>
<id>urn:sha1:4793e57051bf17620e93f62e2651fc5df1708935</id>
<content type='text'>
</content>
</entry>
</feed>
