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 »

Arduino Flash communication AS3 – Messenger

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 Arduino Flash communication AS3 – Messenger »

Arduino – Unity serial communication

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

Computer Vision : Blob tracking – Face detection

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 Computer Vision : Blob tracking – Face detection »

Computer Vision : Frame differencing

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 Computer Vision : Frame differencing »

Arduino Flash communication AS3 – As3Glue bundle

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 Arduino Flash communication AS3 – As3Glue bundle »

Flash AS3 : Apply bitmap filters to a webcam image

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 Flash AS3 : Apply bitmap filters to a webcam image »

Processing ControlP5 library example 2 : Style and setValue

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 Processing ControlP5 library example 2 : Style and setValue »

Processing ControlP5 library example 1 : user interface

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 Processing ControlP5 library example 1 : user interface »

Convert AVCHD to other codecs for more fluent editing

The AVCHD codec is a very processor intensive codec. A lot of computers have problem displaying and editing 1080i video ( resolution 1920 by 1080 ) video. When editing video its important to have fast and smooth playback. You can also apply and preview effects a lot faster when not working with AVCHD. In this article some options to convert AVCHD to DV to work with AVCHD in a more fluent way. Read Convert AVCHD to other codecs for more fluent editing »