p5LiveMedia icon indicating copy to clipboard operation
p5LiveMedia copied to clipboard

Example sketch Multiple Users Overlayed fails

Open jht1493 opened this issue 3 years ago • 0 comments

Example sketch "Multiple Users Overlayed" fails with this error: 🌸 p5.js says: blend() was expecting p5.Image for the first parameter, received object instead. (on line 113 in about:srcdoc [about:srcdoc:113:7]). (http://p5js.org/reference/#/p5/blend) sketch: https://editor.p5js.org/shawn/sketches/1XRw9Mut5 my correction: https://editor.p5js.org/jht1900/sketches/-BfxhH6hn Appears that video stream can't be used as image source, need to use get().

jht1493 avatar Jun 09 '21 20:06 jht1493