Luise Krumbein: Difference between revisions

From Medien Wiki
Line 17: Line 17:
If the embedded file below is not working  
If the embedded file below is not working  


https://www.youtube.com/watch?v=z0UXeHrX_Uc
https://vimeo.com/572240468


{{#ev:youtube|z0UXeHrX}}
{{#ev:https://vimeo.com/572240468}}


<gallery>
<gallery>

Revision as of 18:38, 7 July 2021

Motion

Keep Moving.jpg


Video manipulating in real time, 3min

Things that move trigger our attention and curiosity. We immediately perceive them as living matter. Something that does not move from time to time is quickly perceived as dead. How is our environment shaped? Is it alive, livable, boring? Are cars living organisms? The installation filters out everything that doesn't move. Things that do move become visible.

The top right calculates the difference between the frames of the video. Therefore it filters the non-moving objects and highlights changes in the video feed. The bottom left takes snapshots, triggered by loud noises. A resulting video is displayed at the bottom right, a sequence of images created from the individual snapshots captured by sound.


If the embedded file below is not working

https://vimeo.com/572240468

EmbedVideo is missing a required parameter.




Technical Solution

Please find here the patch File:210616_Keep Moving.maxpat

Screenshot 2021-06-17 at 00.05.59.png

The lower display window shows the entire webcam video. The upper window shows the current snapshot until the next one is taken. For motion tracking, jit.rgb2luma is often used to identify an moving object. This command caught my attention. By jit.unpack and jit.pack the color get changed in and bright yellow for the background and bright red for the moving object. The trigger of the microphone is set very low to take a snapshot. Even a big bite into an apple can set it off.


Documentation

Process

References

Tutorials