#6 Experimental Camera

Description

“Design and code an experimental camera that expresses a novel way of capturing a body, a place, or an object.”

In this project, also inspired by my own experience in this pandemic. During the pandemic, I spend most of my time in my apartment. And hope that time can be fast-forwarded and jump directly from 2020 to 2021. So inspire by this idea, I am going to design a filter which can show the movement and motion blur effect on the background.

Design Process

After decided my idea, I started to create the motion blur on p5.js.

Then I started to use clm trackr to capture the facial area in the camera, and to blur the rest area.

Reflection

The hardest part in this project is to use clm trackr make face separate from the background and make it clear.