Looking for guidance on creating a web application that can efficiently manipulate image pixels, specifically from a webcam source. I think using a custom shader in Three.JS could achieve this, but I'm unsure of the process. Can anyone provide assistance on how to create a structure similar to a 2D array of pixels for algorithmic modifications?
Appreciate any help!