Archive for the 'zooomr' Category

The Grass grows tall as the sun sets

The grass grows tall as the sun sets

Technorati , , ,

68

68

Technorati , ,

Brownies

Brownies

Technorati , ,

Champagne

Champagne!

Technorati ,

Working on the new Zooomr Facebook App

Click the picture to add your thoughts/comments

Working on the new Zooomr Facebook App

Technorati , ,

How to automatically/automagically geotag your photos (using Open Source stuffs)

A while ago I asked some dudes on Zooomr if they had any recommendations for magical geotagging photos taken on your camera, and the responses were useful but not quite what I was expecting.

Somewhat naively I had assumed that a solution for automatically tagging photos as you took them already existed, but it doesn’t (as far as I can tell). That is to say there is no device that you can attach to your camera which tags your photos as you take them.

All of the solutions I have seen will record the GPS location as you take them around and then use software to line up the time stamps of your photos with the time stamps taken at regular intervals by the GPS device.

This might sound slightly annoying, but acceptable. Except if you’re me and you only have OSX and Linux based computers (i.e. the software isn’t going to work). Another problem with this is that these devices cost around £70 ($140) which seems an awful lot for something that doesn’t really do anything too special.

So, what’s the solution? Well I’m glad you asked :)

In my opinion the best solution to this problem is to use the following ‘tool-chain’:

Camera >> Images on Computer >> GPS Track from GPS device >> Small amount of code to ‘munge’ GPS locations into images using timestamps >> Upload!!

So there are probably three variables in this, which I’ll go through in sequence:

  1. GPS device
    This is the actual hardware device that records where you are. What you really need is a GPS device that will record a ‘track’ this is basically a list of GPS locations recorded either at time based or distance based intervals. Pretty much all GPS devices do this by default (i.e. you turn them on and they start doing it automatically), except the in-car GPS as where you have been is not important to them. Also you need to make sure it’s got some kind of data cable attachment so you get the data back out :)

    I personally have a Garmin eTrex Venture Hc. This little baby costs about £120 ($240), it’s a bit more than the base models but is also perfect for all the walking that I do and has an exciting colour screen :)

    The main benefit of the Venture range is that the receiving module is hyper sensitive, which means that it can get a signal when it’s in my camera bag :D. Cheaper models are available (i.e. Garmin Geko) and they just have smaller LCD screens but perform the basic track task just as well.

    Also the Garmin modules are supported by GPSBabel which is what we need to talk about next.

  2. GPS importing software
    [GPSBabel GPSBabel GPSBabel]. That’s pretty much all you need to know. Or on OSX you can use [LoadMyTracks].

    What these bits of code do is import your track and save it as an GPX file (which is just an XML file that conforms to the GPX schema).

  3. ‘Munge-ing’ software
    I got 90% of the way to writing this by using Perl ExifTool (like Zooomr does) and Perl GPX before I noticed that some clever SOB had already done it - introducing [gspPhoto]!!

    What this little badger does is take your photos timestamps, match them with the timestamps of the locations in your GPS track and insert GPS EXIF data accordingly aka geotag them.

PHEW! I _know_ it sounds complex, but I promise it really isn’t, importing tracks is easy, running gpsPhoto is easy. The only bits you need to remember is to turn on your GPS device when you’re out shooting and to roughly sync the time on your camera with the time on the GPS unit!!

Done!

Technorati , , , , , ,

Zooomr API implementations and public releases

So, a little while ago Zooomr released their API to the world! What this means in reality is that normal users can create API keys and do funky things from outside Zooomr.

Now a while ago KT pinged me on GChat and hooked me up with an API key well before the public release - so I’ve had a bit of a head start compared to most. So over the last 2 months or so I’ve been busily creating and testing bits of code and today I can formally announce the release of….

[PHP-Zooomr-API] and [Ruby-Zooomr-API]

So go create an API key (http://www.zooomr.com/account/external_services/api/) and get fiddling!

And yes I will be updating the Zooomr Facebook app soon so that it uses the API rather than RSS feeds.

Technorati , ,

Zooomr Blog Widgets!!

[Zooomr RSS Reader] puts Zooomr on your Facebook page and now [Zooomr Widgets] allow you to put all your awesome photos on your blog!!

Three options available:

All Zipline Activity

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME”>
</script>

Photos Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=1″>
</script>

Chat Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=18″>
</script>

If you’re using this in the K2 theme you probably need so reset the <h2> declaration using some custom css styling (you can do this from the K2 options page). Mine looks like this:


.secondary h2 {
font-size: 1.5em;
margin: .75em 0;
}

Technorati , ,

Who wants a free Zooomr PRO account?!

Zooomr

Zooomr is allowing current users to invite new users, and those new users automatically get a free pro account!!

So if you want in, drop me a comment :D

** UPDATE **

OK after re-reading KT’s message a bit more it would appear that the person doing the inviting gets +PRO, not the invitee (invited person). So sign up and invite someone else to get your pro account!

Technorati , ,

St Patricks Day(s) in Nottingham

St Patricks day/weekend was spent visiting boB and h:: in Nottingham where we took in the delights of [Squeek] (where I almost became part of their franchise), [Alley Cafe] and the [General Store] - and we even found time for a walk after an inordinately long car journey…

Sillouettes

Fountain (slow-mo)

Salt

Feeling Small

[Check out the set on Zooomr]

Technorati , , ,