(English) MediaLAB Amsterdam : U-turm – Scryption

(English) In the MediaLAB Amsterdam (Lab of the Applied University of Amsterdam) I’ve supervised a few project teams to help them find the right technical solutions for their projects. I’d like to highlight two of them. Read (English) MediaLAB Amsterdam : U-turm – Scryption »

Visuals by code

Some resources I’ve mentioned in the lecture of ‘visuals by code’. An overview of toolkits you can use to design and make graphical work by writing code, some examples and a view useful books. Read Visuals by code »

(English) Arduino Flash communication AS3 – Messenger

(English) Example how to setup serial communication between Flash and Arduino in combination with the Messenger library for Arduino. This is usefull if you want to use Arduino in a different way than as a sensorbox (if you want that check out the As3glue Firmata combination in my other post). Read (English) Arduino Flash communication AS3 – Messenger »

(English) Arduino – Unity serial communication

(English) Control parameters in Unity with sensors connected to the Arduino and control actuators connected to Arduino from Unity. Read (English) Arduino – Unity serial communication »

(English) Computer Vision : Blob tracking – Face detection

(English) In this ‘Computer Vision’ article you can read about Blob detection and Face detection. I’ve included some video’s to give you an idea about the techniques and links to the most relevant code examples. Read (English) Computer Vision : Blob tracking – Face detection »

(English) Computer Vision : Frame differencing

(English) In this ‘Computer Vision’ article you can read something about the Frame Differencing technique. I’ve included some video’s to give you an idea about the technique and some links the most relevant code examples. Read (English) Computer Vision : Frame differencing »

(English) Arduino Flash communication AS3 – As3Glue bundle

(English) Video tutorial on how to setup communication between Arduino and Flash ( Actionscript 3.0 ) with Firmata, As3Glue and Serialproxy. You can download a bundle with examples and the libraries/software. Read (English) Arduino Flash communication AS3 – As3Glue bundle »

(English) Flash AS3 : Apply bitmap filters to a webcam image

(English) Simple ( beginner-intermediate ) Flash Actionscript 3.0 code example on how to apply a bitmap filter on a webcam image. Also image rotation and simple motion detection ( activityLevel ) is included. Read (English) Flash AS3 : Apply bitmap filters to a webcam image »

(English) Processing ControlP5 library example 2 : Style and setValue

(English) In this follow up article (Processing ControlP5 example 1) an example on how to style (font, color) the ControlP5 interface elements and how to set their values, so you can use them also to monitor variables. Read (English) Processing ControlP5 library example 2 : Style and setValue »

(English) Processing ControlP5 library example 1 : user interface

(English) The controlP5 library for Processing makes it easy to add knobs and buttons to your Processing applications. In this article an example how to add some interface elements (buttons, sliders etc.) and how to listen to their events. Read (English) Processing ControlP5 library example 1 : user interface »