How to move pixels of a video (.mov) with webcam-tracked position
Hello everyone! I just signed up now and this is my first post, but I read you so much time and thank you for all the advice I've received!
I've a problem I can't solve for so long time. I would like to be able to move the pixels of a video through the movements captured by the webcam.
Here's an example of what I mean
https://www.youtube.com/watch?v=O4uCuP50xwY&ab_channel=YoungHwanMun
I would like to have the same effect on a video, not on a static image.
Is it possible? I'm not very familiar with OpenGL, I guess it's involved, right?
Thank you very much (If there is already a topic, can you redirect me?)
Thank you! very helpful!
And what if I wanted a pixel sorting effect with webcam movements? More precisely, how can I move the pixels only in the area tracked by the webcam, not all over the video?
Thank you very much!
for "localised" "ripples" maybe look at this thread about optical flow:
https://cycling74.com/forums/sharing-new-distortions
It has a zip file with the relevant shader files posted at the end of the thread
Hot! Thank you!