<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: BBTouch minor updates</title>
	<atom:link href="http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/</link>
	<description>Blog</description>
	<pubDate>Wed, 07 Jan 2009 13:58:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandor</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-52</link>
		<dc:creator>sandor</dc:creator>
		<pubDate>Wed, 16 Jul 2008 17:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-52</guid>
		<description>Hey Ben,

just played around with BBtouch - i mean i played around with the Xcode-stuff (you know just having some fun with the interface builder... LOL). I don't know if you find that usefull, but if you want, take a look at: http://workflow.cd-cologne.de/download/English.lproj.zip ... Just some amateur stuff i know - but i had some fun... 

Any idea when you will get again time to work on some usable OSX stuff? (usable for dummys like me!) Maybe some basich blobtracker-tuio connection?

BTW: i changed my camera toa a Fire-I and since then BBtouch is showing some very strange things (the XBox cam works ok) in the video preview...

Cheers,

Sandor</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>just played around with BBtouch - i mean i played around with the Xcode-stuff (you know just having some fun with the interface builder&#8230; LOL). I don&#8217;t know if you find that usefull, but if you want, take a look at: <a href="http://workflow.cd-cologne.de/download/English.lproj.zip" rel="nofollow">http://workflow.cd-cologne.de/download/English.lproj.zip</a> &#8230; Just some amateur stuff i know - but i had some fun&#8230; </p>
<p>Any idea when you will get again time to work on some usable OSX stuff? (usable for dummys like me!) Maybe some basich blobtracker-tuio connection?</p>
<p>BTW: i changed my camera toa a Fire-I and since then BBtouch is showing some very strange things (the XBox cam works ok) in the video preview&#8230;</p>
<p>Cheers,</p>
<p>Sandor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-48</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 09 Jul 2008 04:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-48</guid>
		<description>Hey Sandor,

I am glad you got it running! Especially since i have been slack and haven't had a chance to post some binaries.  

Also thanks for the links i will check those out.

To answer your question: Yes i do plan on adding some nice image filtering options (when i get the CIImage stuff working) just FYI, it already does background subtraction, although it doesn't show it in the video view. (basically i am not 'wasting' cycles generating a new background-less image, i am just subtracting it at the pixel level when i am checking for blobby goodness.)

Cheers!
-ben</description>
		<content:encoded><![CDATA[<p>Hey Sandor,</p>
<p>I am glad you got it running! Especially since i have been slack and haven&#8217;t had a chance to post some binaries.  </p>
<p>Also thanks for the links i will check those out.</p>
<p>To answer your question: Yes i do plan on adding some nice image filtering options (when i get the CIImage stuff working) just FYI, it already does background subtraction, although it doesn&#8217;t show it in the video view. (basically i am not &#8216;wasting&#8217; cycles generating a new background-less image, i am just subtracting it at the pixel level when i am checking for blobby goodness.)</p>
<p>Cheers!<br />
-ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandor</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-47</link>
		<dc:creator>sandor</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-47</guid>
		<description>Hey Ben,

thank you in advance. BTW: after reading your tutorial on how to install OpenTouch on the NUI WIKI, i decided do give it a try (i never worked before with development etc.)... Grat man! BBtouch compiles nicely on my system and runs also. I can see and manipulate the cam and it is producing also some blogs... ;-) Now i can't wait for that you integrate TUIO. I'm not sure if this helps but Uwe has implemented that TUIO stuff in his WiiMote Whiteboard. Sources can be found on his page (http://www.uweschmidt.org/wiimote-whiteboard) ... But i'm sure you allready know this ;-)

Just a last question: are you planning to implement the usage of some filter in BBtouch? Just stuff like a "background removal", "barrel distorsion" "invert"?

Good luck with your actual work!

Cheers,

Sandor</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>thank you in advance. BTW: after reading your tutorial on how to install OpenTouch on the NUI WIKI, i decided do give it a try (i never worked before with development etc.)&#8230; Grat man! BBtouch compiles nicely on my system and runs also. I can see and manipulate the cam and it is producing also some blogs&#8230; ;-) Now i can&#8217;t wait for that you integrate TUIO. I&#8217;m not sure if this helps but Uwe has implemented that TUIO stuff in his WiiMote Whiteboard. Sources can be found on his page (http://www.uweschmidt.org/wiimote-whiteboard) &#8230; But i&#8217;m sure you allready know this ;-)</p>
<p>Just a last question: are you planning to implement the usage of some filter in BBtouch? Just stuff like a &#8220;background removal&#8221;, &#8220;barrel distorsion&#8221; &#8220;invert&#8221;?</p>
<p>Good luck with your actual work!</p>
<p>Cheers,</p>
<p>Sandor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-46</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 05 Jul 2008 20:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-46</guid>
		<description>Hey Sandor,

yeah, i will try and get some up in the next few days, once my current job is finished. 

Cheers!
-b</description>
		<content:encoded><![CDATA[<p>Hey Sandor,</p>
<p>yeah, i will try and get some up in the next few days, once my current job is finished. </p>
<p>Cheers!<br />
-b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandor</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-45</link>
		<dc:creator>sandor</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-45</guid>
		<description>Hey Ben,

if you time allows that: could you maybe post some compiled bins so that non-programmers like me can do some testings with MT without using that ugly Windows applications?

THX and Greetings,

Sandor</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>if you time allows that: could you maybe post some compiled bins so that non-programmers like me can do some testings with MT without using that ugly Windows applications?</p>
<p>THX and Greetings,</p>
<p>Sandor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-44</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 03 Jul 2008 02:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-44</guid>
		<description>Hey Michael,

yeah, i have done a tiny bit, stubbed out a few objects and whatnot, but I havent had time to get into it properly.  Hopefully I will get some time next week to jump on it and knock out something to play with.

Cheers!
-b</description>
		<content:encoded><![CDATA[<p>Hey Michael,</p>
<p>yeah, i have done a tiny bit, stubbed out a few objects and whatnot, but I havent had time to get into it properly.  Hopefully I will get some time next week to jump on it and knock out something to play with.</p>
<p>Cheers!<br />
-b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkroll</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-43</link>
		<dc:creator>mkroll</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-43</guid>
		<description>Hello Ben,
how it the TUIO stuff going on? Have you started integrating it?

Regards,
Michael.</description>
		<content:encoded><![CDATA[<p>Hello Ben,<br />
how it the TUIO stuff going on? Have you started integrating it?</p>
<p>Regards,<br />
Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-36</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 17 Jun 2008 11:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-36</guid>
		<description>Hey Michael,

Absolutely, one of the design goals of mine was to be able to easily add on something like that.  I want to eventually add TUIO and tablet style system events. 

My immediate goal with it next tho is to add a simple draw or photo resize (you know the one :-) type thing on top of bbtouch just so that i have a full end-to end solution. (and so i can have something that I can see on my full surface :-)

I hope to have that done in the coming weeks. I am currently balancing my BBTouch development with some other paying gigs.  While i wish i could spend all my time on the BBtouch stuff, I have to jump when people flash the cash :-)

However, if TUIO stuff is what people are clamoring for, then i will move it up the list.  I know it isn't a very complicated spec. I cant imagine it would be too hard to implement.

Cheers!
-b</description>
		<content:encoded><![CDATA[<p>Hey Michael,</p>
<p>Absolutely, one of the design goals of mine was to be able to easily add on something like that.  I want to eventually add TUIO and tablet style system events. </p>
<p>My immediate goal with it next tho is to add a simple draw or photo resize (you know the one :-) type thing on top of bbtouch just so that i have a full end-to end solution. (and so i can have something that I can see on my full surface :-)</p>
<p>I hope to have that done in the coming weeks. I am currently balancing my BBTouch development with some other paying gigs.  While i wish i could spend all my time on the BBtouch stuff, I have to jump when people flash the cash :-)</p>
<p>However, if TUIO stuff is what people are clamoring for, then i will move it up the list.  I know it isn&#8217;t a very complicated spec. I cant imagine it would be too hard to implement.</p>
<p>Cheers!<br />
-b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkroll</title>
		<link>http://benbritten.com/blog/2008/06/17/bbtouch-minor-updates/comment-page-1/#comment-35</link>
		<dc:creator>mkroll</dc:creator>
		<pubDate>Tue, 17 Jun 2008 10:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://benbritten.com/blog/?p=88#comment-35</guid>
		<description>Hello Ben,
do you have any plans to integrate TUIO functionality in order to send those Blob/Touch events to a TUIO server and use them in a Flash/Flex app for instance?

Regards,
Michael.</description>
		<content:encoded><![CDATA[<p>Hello Ben,<br />
do you have any plans to integrate TUIO functionality in order to send those Blob/Touch events to a TUIO server and use them in a Flash/Flex app for instance?</p>
<p>Regards,<br />
Michael.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
