How to have two draw() in the same window?

edited October 2016 in Raspberry PI

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

  • Answer ✓

    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.

Sign In or Register to comment.