322
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''03.06.2021''' sensor arrived / try and error | |||
I connected the pulse sensor to Max and had some troubles on my way there. | |||
[[File:Screenshot 2021-06-03 at 11.16.31.png|400px]] | |||
As the sensor is sensitive to light, I came up with the idea to put it inside a box. I seems to make a difference, but I am not sure. | |||
[[File:Pulse Sensor to Max_1.jpg|400px]] | |||
I used similar objects from the "sensing physical parameters" patch and an Arduino code I found online. | |||
[[File:Pulse Sensor to Max_2.jpg|400px]] | |||
I have no clue how to connect the input from the sensor to the webcam image. I am searching online, but I haven’t found good references / tutorial how to distort a live image with specific data input. I would be very happy for any hint. | |||
During the research, I found the method of using the webcam as the tool to measure your heart rate. I think this would be way more interesting!! [https://hackaday.com/2020/12/25/webcam-heart-rate-monitor-brings-photoplethysmography-to-your-pc/] Using the webcam as the sensor and for creating the visuals as well. | |||
[[File:PPG_forehead.png|400px]] | |||
What I am imagining right now, but don’t know where to start is the following: The visitor is coming closer to the screen, seeing itself inside the webcam. The pulse gets identified by the webcam and the human is recognized as well, (ideally turns red-ish; opacitiy 50%; maybe by using the cellblock object?) The pixels of the human stretches to the rhythm of the pulse. | |||
'''04.06.2021''' manipulate webcam image by pixels | '''04.06.2021''' manipulate webcam image by pixels | ||
Line 15: | Line 37: | ||
* RGB Glitch Effect [https://www.youtube.com/watch?v=sO5NaTjBvL8] | * RGB Glitch Effect [https://www.youtube.com/watch?v=sO5NaTjBvL8] | ||
'''10.06.2021''' exploring effects | |||
update from the pixel manipulation | |||
<gallery> | |||
File:manipulate webcam image_1.png | |||
File:manipulate webcam image_2.png | |||
</gallery> | |||
I | I was not so happy with the pixel manipulation. Online, I found an effect that I really like. It’s used for motion tracking. If the object is still, you don't see it. If it moves, you can hardly see the outline. If it moves faster, you can see more and more. | ||
I simply changed the color of the image with jit.unpack and jit.pack. For capturing a snapshot, I used the microphone which is triggered by snapping fingers or clapping hands. Every snapshot should be saved directly, but somehow this didn’t work. You can save it manually right now. | |||
Here is the patch [[:File:210609_Moving Fast.maxpat]] and some screenshots | |||
<gallery> | |||
File:manipulate webcam image_3.png | |||
File:manipulate webcam image_4.png | |||
File:manipulate webcam image_5.png | |||
File:manipulate webcam image_7.png | |||
</gallery> |
edits