<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/video, branch opencv-point-tracker</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opencv-point-tracker</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opencv-point-tracker'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2019-04-14T08:05:23Z</updated>
<entry>
<title>Kinect: IR camera now provides raw 16 bits buffer.</title>
<updated>2019-04-14T08:05:23Z</updated>
<author>
<name>Stéphane Lenclud</name>
<email>github@lenclud.com</email>
</author>
<published>2019-04-14T08:05:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=89cf8c3ce50e8989ad0add2694bf54e49d800309'/>
<id>urn:sha1:89cf8c3ce50e8989ad0add2694bf54e49d800309</id>
<content type='text'>
Easy Tracker: Support for 16 bits and RGB frame buffers.
</content>
</entry>
<entry>
<title>Easy Tracker: removing legacy point tracker camera architecture.</title>
<updated>2019-04-12T21:19:54Z</updated>
<author>
<name>Stéphane Lenclud</name>
<email>github@lenclud.com</email>
</author>
<published>2019-04-12T21:19:54Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=47fcfa087fa7244c2f12af67dee83d16a6d44775'/>
<id>urn:sha1:47fcfa087fa7244c2f12af67dee83d16a6d44775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First solveP3P results that are looking consistent.</title>
<updated>2019-04-12T19:04:36Z</updated>
<author>
<name>Stéphane Lenclud</name>
<email>github@lenclud.com</email>
</author>
<published>2019-03-31T07:40:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=014044c8b1c563add79e96b174c29933b17bdc95'/>
<id>urn:sha1:014044c8b1c563add79e96b174c29933b17bdc95</id>
<content type='text'>
Translation vector in meters seems to be spot on.
Rotation angles still need to be computed.
Radial distortion still need to be taken into account.
</content>
</entry>
<entry>
<title>actually expand __COUNTER__</title>
<updated>2019-03-28T07:58:40Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-03-22T03:28:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e3e8caf61bbc22c3b278ce8bd36501b73806d524'/>
<id>urn:sha1:e3e8caf61bbc22c3b278ce8bd36501b73806d524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video/camera: document stride == 0</title>
<updated>2019-03-20T09:24:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-03-20T09:24:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=67108c8ffe71a78d8f548510f36d1d63c512befd'/>
<id>urn:sha1:67108c8ffe71a78d8f548510f36d1d63c512befd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video: add support for camera modules</title>
<updated>2019-03-18T14:20:09Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-03-18T14:20:09Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5023b54ba76325bb0b5598d59714bdad2d55d81e'/>
<id>urn:sha1:5023b54ba76325bb0b5598d59714bdad2d55d81e</id>
<content type='text'>
Issue: #910
</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>do less global memory fences in atomics</title>
<updated>2019-02-21T18:29:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-21T18:29:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c06048a7af347bf843bf25bd305cbbf4d6cec266'/>
<id>urn:sha1:c06048a7af347bf843bf25bd305cbbf4d6cec266</id>
<content type='text'>
</content>
</entry>
<entry>
<title>video/widget: fix wrongly-sized QImage</title>
<updated>2019-02-16T23:52:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-02-16T23:52:44Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1bd39f155895a281a34b07687342c6ade3fc47a8'/>
<id>urn:sha1:1bd39f155895a281a34b07687342c6ade3fc47a8</id>
<content type='text'>
Reported by: @Slion
Issue: #874
</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>
</feed>
