Luise Krumbein: Difference between revisions

From Medien Wiki
 
(148 intermediate revisions by 2 users not shown)
Line 1: Line 1:


== '''FINAL PROJECT''': pulse — distorting live images ==
== Motion ==
 
20.05.2021 A normal pulse is regular in rhythm and strength. Sometimes it's higher, sometimes lower, depending on the situation and health condition.You rarely see it and feel it from time to time. Apart from the visualisation of an EKG, what could it look like? How can this vital rhythm be visualised?
 
[[File:Pulse Interaction.jpg|400px]]


I would like to use an Arduino pulse sensor to create an interactive installation. The setup contains the pulse sensor and a screen. The user can easily connect to the Max by clipping the Arduino sensor to its finger. The webcam is connected and the screen shows a pulsating and distorted image of the participant. The pulse sensor visually stretches the webcam image, moves in rhythm of the pulse and creates a new result.


A more complex version would be the interaction of two pulses. Two Arduino pulse sensors are connected to MAX and one distorted webcam image is showing the combination of the pulses from two people. This idea could be further developed during the semester.


How does it work: Arduino pulse sensor that measures the pulse with the fingers. Usually, this is used to measure the radial pulse. In MAX, a patch must be created in which the data from Arduino is converted into parameters which distorts the image.
[[File:Keep Moving.jpg|800px]]


Some useful links:
* webcam interaction [https://www.youtube.com/watch?v=j0mMU5Pu5EE&list=PLvpdUWhGx43-OttXG4lp11-UohI3wPeqV&index=4 ]
* distorting images [https://www.youtube.com/watch?v=Rgcvnm-lcF8&list=PLvpdUWhGx43-OttXG4lp11-UohI3wPeqV&index=10&t=101s]
* Arduino pulse sensor tutorial [https://www.youtube.com/watch?v=sGGevMPm09k&list=PLvpdUWhGx43-OttXG4lp11-UohI3wPeqV&index=9]
* Arduino pulse sensor [https://www.amazon.de/ICQUANZX-Pulsmesser-Modul-DIY-Arduino/dp/B07VJ9XB7T/ref=as_li_ss_tl__mk_de_DE=ÅMÅŽÕÑ&keywords=heart+sensor&pd_rd_i=B07VJ9XB7T&pd_rd_r=2c0537eb-0ca9-44a5-a91b-e71d56a74059&pd_rd_w=R4I8F&pd_rd_wg=ZDvic&pf_rd_p=6d84c7ba-ae72-4e53-b9a4-5df18ccb370e&pf_rd_r=W5ED6JHWEXZJZ8R44Z82&qid=1568981782&linkCode=sl1&tag=starthardware-21&linkId=b473898eb48321a2b0ba0bc15aa0d22c&language=de_DE]


Video manipulating in real-time, 3min


27.05.2021 moodboard / waiting for sensor to come
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?


[[File:260521_moodboard.png|400px]]
Video recordings of public places are made at various locations in Weimar using a laptop and its webcam. The video is embedded in Max/MSP, which manipulated the recordings in real-time. The setup 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.


----
{{#ev:vimeo|572240468}}


== '''PROJECT THOUGHTS''' ==
<gallery>
Please take a look at Johannes Schneemann Project idea 1
File:Theater.png
File:Ilmpark.png
File:Koriat.png
File:Wieland.png
</gallery>


This is a short summary of my thoughts. But I would like to develop further my final project idea.


What does the space we share online look like?


Participants in an online meeting share a virtual space without having the same circumstances. What circumstances influence a meeting in reality? Someone might be cold or hot, very noisy, the washing machine is running in the background, late at night or early in the morning with a time shift... 
The shared virtual space should be represented by its own added member of the BBB conference displaying an interactive moving image. It is generated from data collected from all participants at the time of the meeting. For 5 participants, the parameters are: body temperature, room temperature, pulse, time, noise.
This non-visual data is translated into visual images. The room we are sharing online gets another dimension.
I have to admit that it won’t be technically feasible in this short time (real time data exchange, embed in BBB, interactive visualisation)


----
----


== '''Homework 3''' ==
'''Technical Solution'''


Sensing physical parameters [[:File:Luise Krumbein_homework 3.maxpat]]
Please find here the patch [[:File:210616_Keep Moving.maxpat]]


Video: https://www.youtube.com/watch?v=5iw1E1od4O8
[[File:Screenshot 2021-06-17 at 00.05.59.png|800px]]


[[File:Luise Krumbein_homework 3_screenshot.png|400px]]
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.  


----


== '''Homework 2''' ==
'''Documentation'''
 
1. Sound to number [[:File:Luise Krumbein homework 2_part 1.maxpat]]
 
[[File:Luise Krumbein homework 2_part 1_screenshot.png|400px]]
 
[[File:Luise Krumbein homework 2_part 1_screenrecord.mov]]


[[/Process/]]


2. Video analysis [[:File:Luise Krumbein_homework 2_part 2.maxpat]]
[[/References/]]
 
[[File:Luise Krumbein homework 2_part 2_screenshot.png|400px]]
 
 
== '''Homework 1''' ==
First patch [[:File:210422_Luise Krumbein.maxpat]]


Projects from other students:  F.Z. Aygüler [https://www.uni-weimar.de/kunst-und-gestaltung/wiki/GMU:Max_and_the_World/F.Z._Ayg%C3%BCler]
[[/Tutorials/]]
Wei Ru Tai [https://www.uni-weimar.de/kunst-und-gestaltung/wiki/GMU:Max_and_the_World/WeiRu_Tai]

Latest revision as of 20:24, 13 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?

Video recordings of public places are made at various locations in Weimar using a laptop and its webcam. The video is embedded in Max/MSP, which manipulated the recordings in real-time. The setup 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.




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