Video with alpha channel in Processing
问题 I was wondering if anyone can be amazing and help me with something I'm working on in Processing . I need to play a video file with transparencies over a live feed so that the video isn't simply a rectangle. Here is the section of the code that I think I need to add something to or change. I'm extremely new to all of this and I'm extremely grateful to anyone that can help. 回答1: If you're video has an alpha channel, that's great, otherwise, you should be able to blend() the other content. Here