Tag Archives: C#

Kinect Smile Tracking

I’ll send you the source code if you do this: Go to the Youtube video page(Click Here), give it a thumbs up, leave a comment below(on the video page, not this blog post), subscribe to my Youtube channel and PM … Continue reading

Posted in Kinect, Tech | Tagged | 2 Comments

Kinect Can Do What Leap Motion Can Do

They’re all done by using Kinect for Windows SDK…

Posted in Kinect, Tech | Tagged | 3 Comments

PPCC – A WP7 Style PC Controller on PPC

XDA Thread: http://forum.xda-developers.com/showthread.php?t=1871605 I hope someone can help me port this app to other phone devices..

Posted in Tech, Windows Mobile | Tagged | Leave a comment

Kinect Angry Birds Space

Youtube: Youku(The same as the u2 video above..): It’s developed in C# using Kinect for Windows SDK 1.5. I put the Kinect sensor high and tilted it down like this: Now let me introduce my simple way to detect whether … Continue reading

Posted in Kinect, Tech | Tagged | Leave a comment

Make the Laptop Screen Touchable by Using Kinect

Youtube: Youku:

Posted in Kinect, Tech | Tagged | Leave a comment

Kinect Rearview Mirror

Posted in Kinect, Tech | Tagged | Leave a comment

Kinect Eyes

A simple application that shows two eyes controlled by Kinect.. Youtube: Youku:

Posted in Kinect, Tech | Tagged | Leave a comment

Ubuntu下Mono Develop的Message.Show();

不知道为什么..在Ubuntu下的Mono Develop不支持最基本需求的Message.Show().. 在网上找到这样的方法…算是解决了: public static void ShowMsg(Gtk.Window parent_window, DialogFlags flags, MessageType msgtype, ButtonsType btntype, string msg) { MessageDialog md = new MessageDialog (parent_window, flags, msgtype, btntype, msg); md.Run (); md.Destroy(); } public static void ShowMsg(string msg) { MessageDialog md = … Continue reading

Posted in Tech | Tagged , | Leave a comment

Kinechrome(Kinect + Chrome)

向上/向下/放大/缩小 Up/Down/Zoom in/Zoom out

Posted in Kinect, Tech | Tagged | Leave a comment

Guitar Hero for PC with Kinect

Posted in Kinect, Tech | Tagged | Leave a comment