Hey everyone I'm trying to make a game using my webcam where I need some objects to fall down the screen while Im streaming video with my webcam (that stream being my background).
The question is: how do I draw the image over this background? I know how to capture each frame and that I have to draw the image over the frames, but using what?
Can anyone give me some tips or examples of how to do this?
Thanks in advance!
Here's an example. It shows how to overlay transparent images too. You can use the built in draw functions as well. There's a neat little trick to draw transparent shapes too.