I’d like to know how can I transmit threejs’ webcam feed into a texSubImage2D or texImage2D. The same way this link shows how I can bind a video to a WebGL texture, I’d like to know how I can bind threejs’ webcam feed to a WebGL texture.
Thank you for your time!