So far most of our thought has gone into how to collect the data rather than what we actually want to do with it. With our current skills it makes sense to use actionscript 3, processing which we are now learning or a combination.
I found that in some places my digital signature was not ideal for certain applications such as a twitter avatar or favicon so I have designed a simple logo for this purpose.
I am also working on improving the appearance of my site, more on this later.
My animatic illustrates the clean visuals I wish to achieve for my final Ident bumper. My initial idea was to use radial text orbiting a central point with various words and phrases transitioning in and out of it; I have implemented a rough and basic version of this concept in this animatic. The various elements I have used will take a different shape and be viewed from different and changing perspectives when included in the final bumper as I feel it is too static and unbalanced in its current form. As the orbiting text joins the digital signature it fades in and expands and contracts as if being created and stabilised by the text. When staring at it an optical illusion can make the logo and white space look like a ball. Each grey ‘bubble’ will contain video and expand as it passes through a point or is ‘locked onto’/picked up by the radial rotating text. An idea for the content of these videos could be demonstrating and elaborating on the simplistic text labels. My choice of colour pallet is limited to mainly white with red and pale blue as these colours both stand out against most photographic or video backgrounds. I have included my digital signature which I now use as personal branding within most of my visual projects.
There were a number of things with my flash game that I wasn’t completely satisfied with. One was the music which over time got annoying and inflated the filesize, this was a big problem on my current hosting so I have replaced the audio with a looping 10 second clip of silence so that the workaround still functions and I can re-add music later with ease along with a preloader.
In addition to this I also fixed a bug with the weather feed reading component in which it could not work with negative temperatures or temperatures above 9 degrees by enlarging the range for the substring part and using parseInt. I also updated it to use my new domain.
For its continued use I decided to make it so that the effect of temperature could be enabled or disabled by editing the Boolean value of a single variable.
var tempSwitch = false;
if (tempSwitch) { //temperature finder stuff } else { temp = 10; }
One early idea which we discarded as we thought it would be too invasive was to set up a video camera to record footage of the people walking passed as we scan for bluetooth devices. We could of then attempted to either manually or through software roughly counted the number of people passing.
It looks like it should be possible to collect bluetooth data using an Arduino board with a bluetooth shield. This would make an idea device for recording the data as it would be small and easily portable. Looking around it seems that the most common/intended usage is for the bluetooth to be sending data rather then being used to simply scan, hopefully the hardware is flexible enough to allow this. It also appears that writing to a USB stick stick shouldn’t be too difficult.
I have chosen to digitally replicate the Sony Playstation 2, the PS2 is personal to me despite being mass produced because of the many fun experiances I have had with mine. On March 4th the PS2 will be ten years old which serves as a reminder of how quickly time goes by especially in terms of computer technology.
I like the colour and almost brutalist appearance of the console which at the time set it apart from its competitors with its stylish matt black design.
I chose to display in an abstract grey void as if to document and view the object in perfect isolation. I payed close attention to detial using precise measurements so the model is accurate within 0.5mm.
To visually personalise it I added a correcting fluid name lable, as if to prevent confusion between mine and everyone else’s.
Originally I used the walkthrough assistant to have the camera fly though the gaps running along the length of the unit and then fly outwards and pan around to reveal the console. I felt that I needed to give a more gentle overview of the object which shows off its key features; so I changed the route to be an upward spiral with a target camera always facing the centre of the model.
On Wednesday we were introduced to Arduino boards are essentially general purpose programmable devices which users can experiment with and perform a wide variety of functions. Extensions known as Shields can be used to expand the unit’s functionality.
The device is programmed using a simple standardised software in a language very similar to Processing. In the session we experimented with basic programming of the device by using some code to make an LED attached to it flash on and off. I replaced the set durations with random number generating so the time delays varied. I later rewrote it so the delay between flashes would start at 1000ms and over time decend so that the rate of flashing increased.
Following from suggestions from Craig Mason in IDAT101 I have tweaked my website. One of the suggestions was to change the main image on my front page from CompuServe’s .gif (Graphics Interchange Format) to the lovely, shiny and wonderful .png (Portable Network Graphics). I also resized the image to match the size that it is displayed at. In browsers with poor rendering engines, namely older versions of Microsoft’s Trident, resizing images as I had results in aliasing. So by changing the image I have avoided this scaling issue.