opencv/python: Draw image over a webcam stream [duplicate]
This question already has answers here : Closed 2 years ago . overlay a smaller image on a larger image python OpenCv (6 answers) 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? For this I am using python and opencv and the cv2 module . Ive already searched and I discovered that you can use regions of