1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Webcam + face detection = Spooky goings on…

… at MMT Digital.

Augmented Reality Halloween

Here’s a bit of Friday afternoon fun for you.  I was playing around with some Actionscript face detection libraries last night, combined them with a webcam, some dynamic overlays, and voila! Augmented Reality, and just in time for Halloween too.  You will need a webcam to try it out yourself, as it’s just an early prototype, but we thought it was cool enough to stick on the company homepage for a short while.

Update: You can see a live version and download the source code, from this post.

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

ImageSizer 0.5.3 is now available!

Wow.  Because I’m so lazy at actually blogging about things, at least two full versions of ImageSizer have come and gone since my last post, so this is going to be a round-up of all of the cool things that’ve been introduced to ImageSizer recently.

Individual files output

Individual files output

“Hey, that sounds like a good idea.”

ImageSizer initially started as a batch image resizer, and still is, but it seems a little over-restrictive to only be able to export files in a folder or compressed archive.  So now we have an individual files output panel.  Tacked onto the previous encoding output screen is a new option in the top left corner, labelled “Individual file export options” (perhaps that needs rephrasing).  Click that and the view will shift, showing you a list of the files that’ve just been resized, so you can grab individual files, instead of a single folder.

Continue reading ImageSizer 0.5.3 is now available!…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Getting FTP access in Flex Builder…

Little nugget of discovery for today;

If like me, you hate having to open a separate FTP program to upload projects to a remote server you can install an FTP plugin for Eclipse, aka Flex Builder.  It’s not easy as pie to configure and it’s not so good with copying large volumes of files or folders, but it’s perfectly capable of uploading files to the server without having to leave your development environment.  I haven’t found a way of setting projects up to publish to a remote server yet, but at least it bypasses opening that separate program.

Here’s a little link that tells you how to install, configure and use the plugin: http://www.venukb.com/2007/06/06/how-to-browse-remote-files-in-eclipse-ide/

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Comparing files in Flex Builder

Useful link I’ve come across today – http://undefined-type.com/2008/07/flex-builder-built-in-compare-tools/ – how to use the built-in Flex Builder / Eclipse compare tools.