I'd received an Xbox Kinect for Christmas just for the purpose of trying to hack it. Only until very recently I had the time to be able to work on it. I know that Microsoft had released the SDK for the Kinect, but I find trying to write C# code without having a decent understanding of the hardware can be a real problem. So I looked for alternatives just until I got a better understanding of some of the Kinect's features. So, I did some poking around, trying to find some alternatives to Microsoft studio. I went back to OpenCV to see if they had come up with a Kinect add on to their incredible library. Much to my dismay, they had yet to create and add one to their libraries.I did however find that their is an open source library that was made for processing. There were two libraries I found, and only one that would actually work for Windows. The library is called OpenNUI for you Windows users, and if you own a Mac, the library you should look for is called simpleKinect. The processing library makes available all the cool features for the kinect, skeleton and hand tracking, infrared depth images and all sorts of other things. I hope to be able to dome really cool things with this. I'm already working on a price of facial recognition software and more intricate hand tracking, including giving the hand its own skeleton model.
Monday, February 27, 2012
Electronics 101: What is electricity?
Saturday, February 25, 2012
Learning AVR-C Episode 1: Introduction
Arduino Tutorial #1 (Hardware)
Future Schedule
Friday, February 24, 2012
diyServer
I've always had a fascination with how the internet works. I just find it so amazing how everyday, people log in, go to, visit, browse and download information through this complex set of tubes we call the internet. diyServer, is my attempt to go into that process. What it is, is a simple piece of software that allows a standard computer to behave as a server. It's still in its basic stages but it can currently handle at least 5 simultaneous requests from different browsers. It is able to serve html files with pictures and downloads. I'm still trying to make it HTML 5 compatible, sending javascript files is proving to be a pain, along with some form of authentication for log ins, and more advanced browser requests.
Check it out.
https://sourceforge.net/projects/diyserver/files/
Thursday, February 23, 2012
humanHardDrive Lives!
It's been almost one year since my last set of video posts, due to school, robotics and college, but know I'm back. I've already got a lot of new videos set for the future, and the frequency of posts is going to be about one every other day. Enjoy.