322
edits
(Created page with "---- '''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.p...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''03.06.2021''' sensor arrived / try and error | '''03.06.2021''' sensor arrived / try and error | ||
Line 22: | Line 20: | ||
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. | 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 | |||
Please find here the patch: [[:File:210604_Project.maxpat]] | |||
I can't figure out how to create a new image / video from the edited cellblock (the edited pixels). | |||
Do you have a tutorial or references for that? I am wondering if a command which manipulates the whole image - not individual pixels - would be interesting. Probably that's why you recommended jit.gl.pix, but I can't make it work. | |||
[[File:manipulate webcam image.png|400px]] | |||
Here are some reference videos I found online | |||
* Turning my face into a drum [https://www.youtube.com/watch?v=cOa-RuN8cO8&list=PLvpdUWhGx43-OttXG4lp11-UohI3wPeqV&index=21&t=122s] | |||
* Creating Images with jit.matrix [https://www.youtube.com/watch?v=M7VrjJJFQbM&list=PLvpdUWhGx43-OttXG4lp11-UohI3wPeqV&index=22] | |||
* 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 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