Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: Newsfeed, weather feed and webcam feed
Richard
Newbie
Posts: 5
Permalink
Post Newsfeed, weather feed and webcam feed
on: July 21, 2014, 21:37
Quote

Hi All,

Starting my project, I feel confidant about setting up a new machine and working my way through the standard code etc, although this would be my first polargraph. However, thinking big here - My idea is to install this as a semi interactive "art/info" feature in the entrance way to my home.

I intend to add a scroll type system, allowing the paper to index when filled.

The reason being is I would like to plot, on a daily basis, the local weather report (perhaps simple images indicating current conditions), The day/date and perhaps a relevant to that day quote/picture.

In a different mode I would like to be able to take a picture of people/friends entering the front door and plot the image. My idea would to trigger this mode by either the day of the week or simply when the door opens etc.

So, has anyone done anything along the lines above work, namely sourcing material off the web and sending it to a plotter automatically??

Look forward to your help!!

Richard

kongorilla
Pro
Posts: 362
Permalink
kongorilla
Post Re: Newsfeed, weather feed and webcam feed
on: July 21, 2014, 21:51
Quote

Check out Matthew Venn's projects. You'll have to poke around his website a bit, but he's done a few projects involving data visualization.

http://cursivedata.co.uk/

http://www.mattvenn.net/tag/rtdv/

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: Newsfeed, weather feed and webcam feed
on: July 24, 2014, 22:20
Quote

Matt (Venn)'s project is great - we shared knowledge back in the day since we happened to both be working on the same kind of drawing machine.

I haven't looked closely at the cursive data api, but expect that it could be configured to serve up arbitrary vector graphics instead of data-driven ones.

You could also have a look at the Polarweb project that I did for the Edinburgh Science Festival earlier this year (https://github.com/euphy/polarweb). The interesting bit is that is runs as a web server, drawing things, but when it is finished a particular drawing, it automatically asks for a new image to draw. The actual mechanism of acquiring is not fixed. In the version I have used, I had a webcam looking for faces, and snapped them and traced them on one of the connected machines. You could just as easily have it use something like Beautifulsoup to scrape a website and produce some artwork from that.

It isn't a small task though, unless you've already this kind of thing before. Actually building a list of commands and piping them to a machine is by far the easiest bit, generating the artwork for it is not trivial. I wrote all of the polarweb in Python and Flask. It would be simple enough to have it call out to another http end point to get its next piece of artwork if you did not want to continue coding in python.

The paper indexing - I would love to see that, I have dabbled, but never successfully made anything worth using!

Good luck - and happy to chat more about this next week when I'm back in the workshop.
Sn

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.019 seconds.