Tag Archives: Computer Vision

Beer Goggles AR app

I created this app mainly as a tech demo of Augmented Reality and somewhat for my own benefit when going out drinking.

I wanted to see how many calories and how much alcohol was in what I’m drinking. But barcode scanner apps often don’t work in a dimly lit pub, when you don’t have an internet connection, or when the barcode label is a bit wrinkled. So I created Beer Goggles. Continue reading Beer Goggles AR app

Head tracking in 3D

I started trying to find useful things to do with face detection, but with limited success. I tried using the Libspark Haar Cascades implementation of face detection with Papervision3D to create a sort of head tracking effect, but it’s a little flaky – partly because of poor tracking accuracy and partly because it’s too CPU intensive. You can view it on its own page here.

Webcam controlled motion

I started playing around a little more with my Webcam and extended my previous motion detection example – this time to control the camera of a virtual 3-D space from motion detected in the user’s Webcam. It detects motion area and general direction, albeit with dubious accuracy, but you get the idea.

Due to popular demand, I’ve posted the source code for you lot to play with. It contains the FlashDevelop project file (it’s compiled with the Flex 3 SDK) and my cut-down 3-D engine, Pants3D 🙂