Need a quick and dirty way to see what results WordPress XMLRPC calls are returning from the server? Try curl, the Swiss army knife of command-line network tools. The CURL Command For Windows: curl -d “<?xml version=\”1.0\”?> <methodCall> <methodName>wp.getUsersBlogs</methodName> <params> <param> <value>username</value> </param> <param> <value>password</value> </param> </params> </methodCall>” http://otakunozoku.com/xmlrpc.php For Linux: curl -d ‘<?xml version=”1.0″?>… Needing to read the remainder of “Using curl to debug WordPress XMLRPC calls?” Click this!
Working on my Kinect eye tracking prototype I’ve figured out how to do multiple independent viewers, roughly determine age, gender (with some certainty), clothing, gaze direction and whether the viewer has previously looked at the screen. I think this could easily be used in an advertising context, in a shopping mall, or at a conference,… Continue reading the rest of “Kinect Eye Tracking For Marketing & Advertising.”
Spent Sunday hanging up pictures, organising around the home and cleaning out some old boxes. Found these obscure treasures: Activision CD-R’s — Blank by the looks of them – circa 1995-ish. Discs of assets from LucasArts Star Wars Galaxies when I worked on those projects. My collection of Infocom games Two old development computers, plus… Click here to read the remainder of this article
Start some very early prototype work on eye tracking and gaze detection with the Kinect. I first detect the viewer’s face, then I detect the angle of the face, then I do a separate image recognition pass on the eyes. The resolution of the Kinect camera is kind of bad (okay, it’s terrible), but… Craving to read the remainder of “Kinect Eye Tracking Prototype?” Click here!
As you can see, I’ve managed to get a quick little prototype up and running on my new Windows Kinect. It tracks the direction your looking using some pretty simple facial tracking. Source code can be downloaded here. Be advised that this is a really quick prototype and the source code is ugly. I’ll move… Click here to continue reading the remainder of the post