Blobby is my attempt at translating the digital into an installation-like experience. At its core, it is a participatory art work that invites people to step in front of one of six webcams to view their body contour transform into a blob-like silhouette. Instead of projecting each of the six blobs as is, the overhead projection will combine all of them to create a generative art piece that arranges the blobs side by side to create a cohesive larger image. As participants move, their blob contours will shift in real time, effectively changing the larger depiction. My hope is that the piece captures fleeting moments of collaboration to create a shared composition that is fun but also technically sound.
Although the project will exist solely as a physical installation during the showcase, I aim to make it accessible and usable online afterward. The indie web has shown me that the internet should be free, fun, and accessible. Even before considering turning this project into an installation, I had already planned to create a web-based version of Blobby for both documentation and accessibility purposes.
To simplify the process, I’ve broken the project down into parts:
- use webcam feed to create a ‘blobby’ contour
- network six webcams to work in one system
- apply tile algorithm to all six webcam feeds
Step 1 involves finding a body recognition framework that is compatible with webcams (which most likely are) and applying a ‘blobby’ shaping to the body contour.
Step 2 focuses on selecting six webcam devices that can operate simultaneously and determining how to stream their feeds concurrently. Afterward, each feed must be able to apply the ‘blobbification’ shaping developed in the previous step.
Step 3 involves developing a generative algorithm that utilizes the six webcam feeds. For this, I plan to use a derivative of a tile algorithm, such as Truchet
option 2