2012年2月2日星期四

第六感开源了

期待已久的第六感开源了,准备开始跟踪这个项目的进展。 这个得准备些硬件。 1. 摄像头,用来捕捉用户的场景,并交给移动设备来处理。这里的场景包括: - 捕捉用户手势和动作。 - 捕捉用户前面的场景和用户交互的物体。 - 当用户做出相框动作就拍照。 - 捕捉投影仪的用户界面,用来对投影仪进行调整。 2. 投影仪 投影仪通过向平面,墙或其他的物体上投射数字信息和用户界面,为用户提供操作界面。移动设备用来提供内容给投影仪。投影仪使用可充电的电池。 - 投影应用程序的用户界面。 - 为用户正在交互的物体提供提供实时的基于互联网的信息。 3. 镜子 镜子用来反射投影仪的光,便于投射到指定的墙面或物体表面。可以手动调整镜子角度和投影仪的位置。比如需要投射到地面上而不是面前的物体上。镜子用来改变投影仪的空间限制。 4. 麦克风 麦克风是可选设备,当需要将纸作为计算机界面时才需要,这时需要将麦克风夹在纸上,这样麦克风就能捕获用户触摸纸的声音信号,通过结合声音信号和用户手指的移动,系统就能够识别用户触摸纸的事件,即声音信号提供时间信息,而摄像头来追踪位置信息(什么时候在纸上划过)。 5. 移动计算设备 摄像头,投影仪和麦克风都连接在移动计算设备上(无线或有线连接),并且计算机要能够上网。当前只支持windows系统。这些设备可以通过乐高绳连接在一起。 另外为了便于追踪动作,可以在手指上带上彩色的小帽子,不同颜色的排列组合或移动都可以对应到不同的姿势,便于用户程序作出不同的反应。 软件使用: 1.First of all you need Visual Studios and direct x installed.... (I am using Visual studios ultimate 2010)... 2.Then u need to copy the files from wuw_v0.1.zip to any location on your computer. 3.Click on WUW01.sln (which is present in the folder "CODE") then click on F5 to debug it. 4.If you debug it successfully...a black screen appears with a little square box on the right just hover your mouse around it and you will find some options like Camera,Tokens,Apps...(Internet connection is required ) 5.Click on Tokens,(This is where you need to add your markers) 6.Then click on new marker,you will find that the screen starts blinking and after 4 secs it stops with a still picture.Now add the colour markers.(You need Four markers) 7.After adding,square boxes appears to move on your four colour markers ,then save those four markers. 8.And now test different apps like draw,Jeff Han,etc no need to do so much of visual basic debugging etc...... just go to the property of "\code\WUW01\bin\Debug\WUW01.exe" and change the compatibility to windows 98 and it will run fine without visual basic and all the long-cut process 参考链接: http://sixthsensewuw.blogspot.com/2012/01/how-to-configure-software-and-add.html 后面接着再看看源代码吧。

没有评论:

发表评论