We are about to switch to a new forum software. Until then we have removed the registration on this forum.
My goal is to display on a small raspberry pi TFT screen, what the camera sees AND in a smaller box in the same window (somewhere in the bottom right, for example), a movie file that is currently playing.
Is this possible?
How do I do it?
(I'm still a bit new to processing)
Answers
You wouldn't need two draw functions. You just need one draw function. This draw function will draw the image from the webcam, and then it will also draw the image from the movie file.