21.1.09

Make That Car Go Wild: Skoda Octavia RC Campaign Uses Wireless Live Video And Phidgets InterfaceKit

Skoda launched a campaign site today to promote their new Octavia model. For the next two weeks, everyday a brand new and slightly customized 'Octavia RC' (Remote Control) is parked in a street somewhere in the Netherlands. Installed in the car are two camera's that are connected to laptops. Using a media server makes it possible to send live(!) video that is being shown on the website.



As a visitor of the website you can remotely manipulate several features of the car, like turning on and off the lights, honking the horn and making the wiper blades sweep. Furthermore, you can start promotional audio jingles that are being played by a seperate set of speakers, built in behind the front bumper.

My role in this project was getting the data out of the laptop that receives the visitor's input and sending it to the outputs of an interface board, made by Phidgets (the InterfaceKit 8/8/8). The interface kit is attached to the car's electronic circuit, and voila, you can make the car do things from behind your computer at home.

Rotating a little servomotor pulls the wiper blades handle up and down. This motor is also driven by a Phidgets device, the Servo 4-Motor Controller.

I used Phidget's Actionscript 3.0 API, which enabled me to easily communicate with the Red5 server that takes care of sending the visitor's input to one of the laptops in the car.

UPDATE 08.02.2009
The campaign has ended, but here's a video that shows some reactions of passengers:

4.12.08

How to remove the search feature from your embedded Youtube videos

You probably noticed that Youtube quietly added a search feature to your embedded videos. It's easy to remove it if you like. Personally, I think the feature is quite nice, because when showing the results, the visitor stays in the player and thus, on your page; it doesn't take you to, for instance, a youtube page.


But I must admit: it looks pretty ugly :-). So if you want to get rid of it, here's the solution.

If your embed code looks like this
embed src="http://www.youtube.com/v/WNArthV0wBA&hl=en&fs=1"

add this

;showsearch=0

so it will look like this:
embed src="http://www.youtube.com/v/WNArthV0wBA&hl=en&fs=1;showsearch=0"

and the search box will be gone.

UPDATE 5.12.08: Youtube has removed the search box by default, not sure why, but maybe because of the enormous amount of critique on the internet the last couple of days :-)

UPDATE(2) 5.12.08; Hm, actually it is still there, in some interactive way. Not sure exactly when, sometimes when you pause the video with the navigation, sometimes by just rolling over the video with your mouse...The code above still seems to work though.

27.10.08

<head> 2008: The Future Is Here

Well, at least it was last weekend, when <head> took place.

<head> web conference: October 24-26, 2008

What is <head>? <head> is a conference about the web, taking place on the web.

It had more than 70 speakers from all over the world. There were 4 interactive 'rooms' (using Adobe Connect) in which speakers did their live session, using their webcam and mic, sharing their screen and interacting with the attendees in a chatbox.

Not too long ago, I think it was at FITC in Amsterdam, I talked to a friend about how cool it would be to have such a conference online, not knowing that Aral Balkan was already thinking about organizing one. So how did I like it?

All by all, it turned out to be an amazing experience, that not only made you realize again why you love internet, but also contributed to your sense of commitment to the (in my case flash) community. I guess the best thing I like about <head> is that you can come together, interact and learn from the cracks, sitting in your lazy chair, no matter where you are!


Photo: cindyli

<head> is not only green and affordable, it's the only conference where you can take a sh*t without having to leave the room. So if you missed this one, you don't wanna miss it again! Can't wait for <head> 2009.

24.9.08

BMW Interactive Test Drive with UMap and live video / BMW Interactieve Proefrit



Together with the people at www.dnbmedia.com I've just finished a project for the new BMW 3 Series. Visitors of the site can subscribe for an interactive test drive. During (dutch) working hours live video streams are being broadcasted from the cars using UMTS and Wowza media communication server. Also, GPS coordinates are being sent to trace the position of the cars. The positions of the two BMW's are constantly shown on an interactive map, made with the UMap component by www.afcomponents.com together with text messages that the test drivers send after their drive. People watching the live streams can also call the cars to talk to their current drivers.

Paul Tondeur took care of sending the wireless video streams from the cars to the media server and sending and parsing the GPS so I could use it in Flash. Read more about the used techniques and hardware on his blog.

UPDATE 22.01.2009
The campaign has ended, but you can see a well-made video about it here

15.7.08

WiiFlash and the UMap v1.0 component

UMap is an ActionScript 3.0 Mapping API, released by afcomponents. The free component allows you to create maps with interactive data layers. When I was playing around with it, it suddenly ocurred to me that you can combine this with WiiFlash.

So here is a video that demonstrates just that :-).



What you need to make this work is:
- a wii remote controller
- a nunchuck controller
- the wiiflash server and api
- a bluetooth enabled computer

The video shows a couple of things:
- using the wii remote minus and plus buttons to zoom out and in.
- using the wii remote up, down, left and right buttons to pan the map.
- using the nunchuck joystick as your mouse (with a custom mouse cursor), including a CLICK event.
- using the pitch and roll of the nunchuck, while holding the z button, to pan in an alternative way.

Source files: WiiFlash_UMap.zip

UPDATE 16.07.08:
If you have a wiimote and nunchuck you can to try it online, here is the online version:

http://www.seedylifestyle.com/wiiflash_umap/WiiFlash_Umap.html


Make sure you download the latest WiiFlash server (0.4.1), because that one allows your wii controllers to send data to online swf's! It's a little buggy, so you may have to click Continue and then refresh the page once or a couple of times :-).

Download Windows version

Download Mac version
(Alpha version, 30 Jun. 2008)